Engauge Digitizer  2
GridCoordDisable.h
1 /******************************************************************************************************
2  * (C) 2014 markummitchell@github.com. This file is part of Engauge Digitizer, which is released *
3  * under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file *
4  * LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission. *
5  ******************************************************************************************************/
6 
7 #ifndef GRID_COORD_DISABLE_H
8 #define GRID_COORD_DISABLE_H
9 
10 #include <QString>
11 
12 enum GridCoordDisable {
13  GRID_COORD_DISABLE_COUNT,
14  GRID_COORD_DISABLE_START,
15  GRID_COORD_DISABLE_STEP,
16  GRID_COORD_DISABLE_STOP
17 };
18 
19 extern QString gridCoordDisableToString (GridCoordDisable gridCoordDisable);
20 
21 #endif // GRID_COORD_DISABLE_H