20 Q_PROPERTY(
CoordStyle coordStyle READ getCoordStyle WRITE setCoordStyle)
21 Q_PROPERTY(
sf::gmi::EAxisValueType valueType READ getValueType WRITE setValueType)
71 gmi::AxesCoord getCoord() const;
76 void setCoord(const gmi::AxesCoord&);
83 void handleClipboard(
bool flag) override;
Widget for editing sf::Variable value types integer, floating point and single line string.
Definition AxesCoordEdit.h:18
CoordStyle
Style of a coordinate.
Definition AxesCoordEdit.h:28
@ csVector
Definition AxesCoordEdit.h:34
@ csNormal
Definition AxesCoordEdit.h:30
@ csFocus
Definition AxesCoordEdit.h:32
Implements a tree view (table) for a variable list.
Definition VariableListView.h:18
Pure virtual class for implementation of motion controllers.
Definition Controller.h:13
#define SF_DECL_PROP_GS(Type, Name)
Declares unreferenced getter and unreferenced setter for a property.
Definition misc/qt/Macros.h:8
class _GMI_CLASS Controller
Forward declarations of Controller.
Definition GmiInterface.h:14
Definition Application.h:10