![]() |
VR-Forces 4.10 Class Documentation
|

Public Member Functions | |
| DtLocationCSEntryBasic (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| Constructor. More... | |
| virtual | ~DtLocationCSEntryBasic () |
| virtual void | setupConnections () |
| virtual void | setXYValidatorsEnabled (bool) |
| virtual QString | xValue () const |
| virtual QString | yValue () const |
| virtual QString | zValue () const |
| virtual bool | xyValidatorsEnabled () const |
| virtual void | setXLabel (const QString &) |
| Sets label titles. More... | |
| virtual QString | xLabel () const |
| virtual void | setYLabel (const QString &) |
| virtual QString | yLabel () const |
| virtual void | setZLabel (const QString &) |
| virtual QString | zLabel () const |
| virtual void | setXValue (const QString &) |
| Sets values. More... | |
| virtual void | setYValue (const QString &) |
| virtual void | setZValue (const QString &) |
| virtual void | setXReadOnly (bool) |
| virtual bool | xReadOnly () const |
| virtual void | setYReadOnly (bool) |
| virtual bool | yReadOnly () const |
| virtual void | setZReadOnly (bool) |
| virtual bool | zReadOnly () const |
| virtual void | setUseInputValidation (bool) |
| Whether or not to validate inputs. Default is false. More... | |
| virtual bool | useInputValidation () const |
| virtual void | setZEnabled (bool b) |
| virtual bool | zEnabled () const |
| virtual void | setHideZLocation (bool b) |
| virtual bool | hideZLocation () const |
| virtual void | setCoordinateSystemDecimals (int i) |
| virtual int | coordinateSystemDecimals () const |
| virtual void | setShowWarningLabel (bool b) |
| virtual bool | showWarningLabel () const |
| virtual void | setAdvancedKeyboardHandling (bool) |
| If set to true (default is false) then have Enter work as tab and return as accept. More... | |
| virtual bool | advancedKeyboardHandling () const |
Public Member Functions inherited from makVrf::DtLocationCSEntryInterface | |
| DtLocationCSEntryInterface (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| Constructor. More... | |
| virtual | ~DtLocationCSEntryInterface () |
Public Attributes | |
| QGridLayout * | myGridLayout |
| QLineEdit * | myLocationX |
| QLabel * | myLocationLabelX |
| QLineEdit * | myLocationY |
| QLabel * | myLocationLabelY |
| QLineEdit * | myLocationZ |
| QLabel * | myLocationLabelZ |
| QPixmap | myWarningIcon |
| QLabel * | myWarningLabel |
Public Attributes inherited from makVrf::DtLocationCSEntryInterface | |
| boost::signals2::signal< void(bool)> | signal_positionChanged |
| If boolean is true take as accept, else edit only. More... | |
| 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) |
| virtual void | setupInputValidators () |
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.
|
virtual |
|
virtual |
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Sets label titles.
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Sets values.
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Whether or not to validate inputs. Default is false.
Implements makVrf::DtLocationCSEntryInterface.
|
inlinevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Implements makVrf::DtLocationCSEntryInterface.
|
inlinevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Implements makVrf::DtLocationCSEntryInterface.
|
inlinevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Implements makVrf::DtLocationCSEntryInterface.
|
inlinevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
Implements makVrf::DtLocationCSEntryInterface.
|
inlinevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
virtual |
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.
|
inlinevirtual |
Implements makVrf::DtLocationCSEntryInterface.
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtual |
|
protectedvirtual |
| QGridLayout* makVrf::DtLocationCSEntryBasic::myGridLayout |
| QLineEdit* makVrf::DtLocationCSEntryBasic::myLocationX |
| QLabel* makVrf::DtLocationCSEntryBasic::myLocationLabelX |
| QLineEdit* makVrf::DtLocationCSEntryBasic::myLocationY |
| QLabel* makVrf::DtLocationCSEntryBasic::myLocationLabelY |
| QLineEdit* makVrf::DtLocationCSEntryBasic::myLocationZ |
| QLabel* makVrf::DtLocationCSEntryBasic::myLocationLabelZ |
| QPixmap makVrf::DtLocationCSEntryBasic::myWarningIcon |
| QLabel* makVrf::DtLocationCSEntryBasic::myWarningLabel |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |