![]() |
VR-Forces Developer's Guide
|

Public Member Functions | |
| DtLocationCSEntryBasic (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtLocationCSEntryBasic () override |
| virtual void | setupConnections () override |
| virtual void | setXYValidatorsEnabled (bool) override |
| virtual QString | xValue () const override |
| virtual QString | yValue () const override |
| virtual QString | zValue () const override |
| virtual bool | xyValidatorsEnabled () const override |
| virtual void | setXLabel (const QString &) override |
| virtual QString | xLabel () const override |
| virtual void | setYLabel (const QString &) override |
| virtual QString | yLabel () const override |
| virtual void | setZLabel (const QString &) override |
| virtual QString | zLabel () const override |
| virtual void | setXValue (const QString &) override |
| virtual void | setYValue (const QString &) override |
| virtual void | setZValue (const QString &) override |
| virtual void | setXReadOnly (bool) override |
| virtual bool | xReadOnly () const override |
| virtual void | setYReadOnly (bool) override |
| virtual bool | yReadOnly () const override |
| virtual void | setZReadOnly (bool) override |
| virtual bool | zReadOnly () const override |
| virtual void | setUseInputValidation (bool) override |
| virtual bool | useInputValidation () const override |
| virtual void | setZEnabled (bool b) override |
| virtual bool | zEnabled () const override |
| virtual void | setHideZLocation (bool b) override |
| virtual bool | hideZLocation () const override |
| virtual void | setCoordinateSystemDecimals (int i) override |
| virtual int | coordinateSystemDecimals () const override |
| virtual void | setShowWarningLabel (bool b) override |
| virtual void | setEntryInvalid (bool b) override |
| virtual bool | showWarningLabel () const override |
| virtual void | setAdvancedKeyboardHandling (bool) override |
| virtual bool | advancedKeyboardHandling () const override |
Public Member Functions inherited from makVrf::DtLocationCSEntryInterface | |
| DtLocationCSEntryInterface (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtLocationCSEntryInterface () override |
| virtual void | clearZValue () |
Public Attributes | |
| QGridLayout * | myGridLayout |
| QLineEdit * | myLocationX |
| QLabel * | myLocationReadOnlyX |
| QLabel * | myLocationLabelX |
| QLineEdit * | myLocationY |
| QLabel * | myLocationReadOnlyY |
| QLabel * | myLocationLabelY |
| QLineEdit * | myLocationZ |
| QLabel * | myLocationReadOnlyZ |
| QLabel * | myLocationLabelZ |
| QLabel * | myWarningLabel |
Public Attributes inherited from makVrf::DtLocationCSEntryInterface | |
| boost::signals2::signal< void(bool)> | signal_positionChanged |
| boost::signals2::signal< void()> | signal_tookFocus |
Protected Slots | |
| virtual void | slot_onPositionEdited () |
| virtual void | slot_onPositionChanged () |
Protected Member Functions | |
| virtual bool | eventFilter (QObject *obj, QEvent *ev) override |
| virtual void | setupInputValidators () |
| virtual QString | entryFormatLabel () const |
Protected Attributes | |
| QValidator * | myXValidator |
| QValidator * | myYValidator |
| QValidator * | myZValidator |
| bool | myUseInputValidation |
| bool | myZEnabled |
| bool | myHideZLocation |
| int | myCoordinateSystemDecimals |
| bool | myShowWarningLabel |
| bool | myAdvancedKeyboardHandling |
Protected Attributes inherited from makVrf::DtLocationCSEntryInterface | |
| makVrv::DtDe & | myDe |
| makVrf::DtLocationCSEntryBasic::DtLocationCSEntryBasic | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
Constructor.
|
overridevirtual |
|
overridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
overridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
overridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
Reimplemented in makVrf::DtLocationCSEntryBasicGARS, and makVrf::DtLocationCSEntryBasicDMS.
|
overridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
Reimplemented in makVrf::DtLocationCSEntryBasicGARS, and makVrf::DtLocationCSEntryBasicDMS.
|
overridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
Reimplemented in makVrf::DtLocationCSEntryBasicGARS.
|
overridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
overridevirtual |
Sets label titles.
Implements makVrf::DtLocationCSEntryInterface.
|
overridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
overridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
overridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
overridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
overridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
overridevirtual |
Sets values.
Implements makVrf::DtLocationCSEntryInterface.
|
overridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
overridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
overridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
overridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
overridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
overridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
overridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
overridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
overridevirtual |
Whether or not to validate inputs. Default is false.
Implements makVrf::DtLocationCSEntryInterface.
|
inlineoverridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
overridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
inlineoverridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
overridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
inlineoverridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
overridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
inlineoverridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
overridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
overridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
inlineoverridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
overridevirtual |
If set to true (default is false) then have Enter work as tab and return as accept. When enter is pressed on the last focused child, then it acts as accept.
Implements makVrf::DtLocationCSEntryInterface.
|
inlineoverridevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
protectedvirtualslot |
|
protectedvirtualslot |
|
overrideprotectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
| QGridLayout* makVrf::DtLocationCSEntryBasic::myGridLayout |
| QLineEdit* makVrf::DtLocationCSEntryBasic::myLocationX |
| QLabel* makVrf::DtLocationCSEntryBasic::myLocationReadOnlyX |
| QLabel* makVrf::DtLocationCSEntryBasic::myLocationLabelX |
| QLineEdit* makVrf::DtLocationCSEntryBasic::myLocationY |
| QLabel* makVrf::DtLocationCSEntryBasic::myLocationReadOnlyY |
| QLabel* makVrf::DtLocationCSEntryBasic::myLocationLabelY |
| QLineEdit* makVrf::DtLocationCSEntryBasic::myLocationZ |
| QLabel* makVrf::DtLocationCSEntryBasic::myLocationReadOnlyZ |
| QLabel* makVrf::DtLocationCSEntryBasic::myLocationLabelZ |
| QLabel* makVrf::DtLocationCSEntryBasic::myWarningLabel |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |