20 Q_PROPERTY(
CoordStyle coordStyle READ getCoordStyle WRITE setCoordStyle)
21 Q_PROPERTY(
sf::gmi::EAxisValueType valueType READ getValueType WRITE setValueType)
48 QSize sizeHint() const override;
75 gmi::AxesCoord getCoord() const;
80 gmi::AxesCoord getAccuracy() const;
85 void setCoord(const gmi::AxesCoord&);
92 void handleClipboard(
bool flag) override;
97 int calculateRequiredHeight() const;
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 _GMI_CLASS
Definition gmi/iface/global.h:35
#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:16
Definition Application.h:10