00001 /****************************************************************************************************** 00002 * (C) 2014 markummitchell@github.com. This file is part of Engauge Digitizer, which is released * 00003 * under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file * 00004 * LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission. * 00005 ******************************************************************************************************/ 00006 00007 #ifndef GRID_COORD_DISABLE_H 00008 #define GRID_COORD_DISABLE_H 00009 00010 #include <QString> 00011 00012 enum GridCoordDisable { 00013 GRID_COORD_DISABLE_COUNT, 00014 GRID_COORD_DISABLE_START, 00015 GRID_COORD_DISABLE_STEP, 00016 GRID_COORD_DISABLE_STOP 00017 }; 00018 00019 extern QString gridCoordDisableToString (GridCoordDisable gridCoordDisable); 00020 00021 #endif // GRID_COORD_DISABLE_H