Changeset e0fcac5f2c in tspsg for src/tspmodel.h


Ignore:
Timestamp:
Oct 24, 2009, 3:37:48 PM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
8af59c4aa3
Parents:
85ad815b0b
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
  • src/tspmodel.h

    r85ad815b0b re0fcac5f2c  
    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.