Changeset 67 in tspsg-svn for trunk/src/tspmodel.h


Ignore:
Timestamp:
Oct 24, 2009, 3:37:48 PM (15 years ago)
Author:
laleppa
Message:
  • Finished documentation.
  • Sorted all functions in .cpp files according to order of their declaration in .h files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tspmodel.h

    r66 r67  
    11/*!
    2  * \class CTSPModel
     2 * \file tspmodel.h
    33 * \author Copyright &copy; 2007-2009 Lёppa <contacts[at]oleksii[dot]name>
    4  * \brief This class implements table model for manipulating a task.
    54 *
    65 *  $Id$
    76 *  $URL$
     7 *
     8 * \brief Defines CTSPModel class.
    89 *
    910 *  <b>TSPSG: TSP Solver and Generator</b>
     
    2829#define TSPMODEL_H
    2930
    30 /*!
    31  * \file tspmodel.h
    32  * \brief Defines CTSPModel class.
    33  */
    34 
    3531#include "globals.h"
    3632
     33/*!
     34 * \brief This class implements table model for manipulating a task.
     35 * \author Copyright &copy; 2007-2009 Lёppa <contacts[at]oleksii[dot]name>
     36 */
    3737class CTSPModel: public QAbstractTableModel
    3838{
     
    5555
    5656signals:
     57        /*!
     58         * \brief This signal is emitted whenever the number of cities in the task changes.
     59         *
     60         * \sa setNumCities()
     61         */
    5762        void numCitiesChanged(int);
    5863
Note: See TracChangeset for help on using the changeset viewer.