Engauge Digitizer
2
Toggle main menu visibility
Loading...
Searching...
No Matches
Centipede
CentipedeState.h
Go to the documentation of this file.
1
/******************************************************************************************************
2
* (C) 2020 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 CENTIPEDE_STATE_H
8
#define CENTIPEDE_STATE_H
9
10
#include <QString>
11
13
enum
CentipedeState
{
14
CENTIPEDE_STATE_BUILD_CARTESIAN
,
15
CENTIPEDE_STATE_BUILD_POLAR
,
16
CENTIPEDE_STATE_PREBUILD
,
17
NUM_CENTIPEDE_STATES
18
};
19
20
extern
QString
centipedeStateAsString
(
CentipedeState
state);
21
22
#endif
// CENTIPEDE_STATE_H
CentipedeState
CentipedeState
Set of possible states of Centipede construction.
Definition
CentipedeState.h:13
NUM_CENTIPEDE_STATES
@ NUM_CENTIPEDE_STATES
Definition
CentipedeState.h:17
CENTIPEDE_STATE_BUILD_CARTESIAN
@ CENTIPEDE_STATE_BUILD_CARTESIAN
Definition
CentipedeState.h:14
CENTIPEDE_STATE_PREBUILD
@ CENTIPEDE_STATE_PREBUILD
Definition
CentipedeState.h:16
CENTIPEDE_STATE_BUILD_POLAR
@ CENTIPEDE_STATE_BUILD_POLAR
Definition
CentipedeState.h:15
centipedeStateAsString
QString centipedeStateAsString(CentipedeState state)
Definition
CentipedeState.cpp:14
Generated on
for Engauge Digitizer by
1.17.0