![]() |
VR-Forces Developer's Guide
|
For validation, add lower_bound and upper_bound properties to set a lower and upper bound.

Public Member Functions | |
| DtUiIntegerElement (makVrv::DtDe &) | |
| virtual | ~DtUiIntegerElement () override |
| virtual void | setValue (int) |
| virtual int | value () const |
Public Member Functions inherited from DtUiMapAwareElement | |
| DtUiMapAwareElement (makVrv::DtDe &) | |
| virtual | ~DtUiMapAwareElement () override |
| virtual void | init (QWidget *sourceWidget, QWidget *label, const std::vector< DtReaderWriter * > &sourceData, const std::vector< DtReaderWriter * > &backup, DtElementChangedCallbackFcn f) override |
| virtual void | init (QWidget *sourceWidget, QWidget *label, DtReaderWriter *sourceData, DtReaderWriter *backup, DtElementChangedCallbackFcn f) override |
Public Member Functions inherited from DtUiElement | |
| DtUiElement (makVrv::DtDe &) | |
| virtual | ~DtUiElement () override |
| virtual bool | blockSignals (bool) |
| virtual void | init (QWidget *widget, QWidget *label, const DtEntityType &, const DtString &platformType, DtElementChangedCallbackFcn=boost::bind(&DtUiElement::theNullFunction, boost::placeholders::_1)) |
| virtual DtString | displayUnits () const |
| virtual void | setDisplayUnits (const DtString &units) |
| virtual void | setLabelText (const QString &) |
| virtual DtString | sourceUnits () const |
| virtual void | setSourceUnits (const DtString &units) |
| virtual void | setFromSystemParameterData (const DtSystemParameterData *data, const DtComponentSystemDefinition *) |
| virtual void | objectParametersModified () |
| virtual void | setModelModified (DtModelSetEntry *) |
| virtual DtString | uniqueName () const |
| virtual bool | supportsSystems () const |
| virtual const DtString & | platformType () const |
| virtual void | setPlatformType (const DtString &) |
| virtual void | setObjectTypes (const std::vector< DtEntityType > &) |
| virtual void | aboutToShow () |
| const std::vector < DtReaderWriter * > & | values () const |
| const std::vector < DtReaderWriter * > & | backupValues () const |
| virtual bool | isModified () const |
| virtual bool | isValid () const |
| virtual void | setFromParameters (DtReaderWriter *parentRw) |
| virtual void | setFromParameters (const std::vector< DtComponentSystemDefinition * > &) |
| virtual bool | restoreFromBackup () |
| QHBoxLayout * | findLayoutThatHas (QWidget *w, QBoxLayout *layout) |
| QBoxLayout * | findUsableLayoutFor (QWidget *w) |
| const std::vector< DtEntityType > & | objectTypes () const |
| const std::vector < DtComponentSystemDefinition * > & | systems () const |
| virtual void | sendEvent (const DtUiElementEvent &) |
| virtual bool | allValuesTheSame () const |
| virtual bool | isMixedValue () const |
| virtual void | setEnabled (bool) |
| virtual bool | enabled () const |
| virtual void | setControllingCheckBox (QCheckBox *) |
| QCheckBox * | controllingCheckBox () |
| virtual void | populateParentValues (std::string elementName) |
Static Public Member Functions | |
| static DtUiElement * | CreatorFunction (makVrv::DtDe &) |
Static Public Member Functions inherited from DtUiElement | |
| static void | registerUiTypes () |
| static DtUiElement * | createUiElement (makVrv::DtDe &, const DtString &type) |
| static bool | hasCreator (const DtString &) |
| static void | theNullFunction (DtUiElement *) |
| static UiElementFactoryMap & | elementFactory () |
| static QString | mixedText () |
| static void | setMixedText (const QString &) |
Protected Types | |
| typedef std::map< DtString, int > | DisplayLabelToSourceValueMap |
Protected Slots | |
| virtual void | recalculateAsRestOf () |
| virtual void | revertButtonClicked () |
Protected Slots inherited from DtUiMapAwareElement | |
| virtual void | setupMapValuesFromKey () |
Protected Slots inherited from DtUiElement | |
| virtual void | enableIfChecked () |
| virtual void | disableIfChecked () |
Protected Member Functions | |
| virtual void | createControls (QWidget *) override |
| virtual void | decorateElement () override |
| virtual void | setFromParameters (const std::vector< DtReaderWriter * > &parentRw) override |
| virtual void | elementChanged () override |
| virtual DtString | sourceValueToDisplayLabel (const int source, bool *foundDisplayValue=NULL) const |
| virtual int | displayLabelToSourceValue (const DtString &display, bool *foundSourceValue=NULL) const |
| virtual void | processUiEvent (const DtUiElementEvent &e) override |
Protected Member Functions inherited from DtUiMapAwareElement | |
| virtual void | connectedTo (QObject *) override |
| virtual void | setupReaderWriterFromMapCombo (QComboBox *) |
| virtual void | setupReaderWriterFromMapKey (const DtString &key, const std::string &elementContainer) |
| virtual void | setupReaderWriterFromMapKey (const DtString &key, const std::string &elementContainer, std::vector< DtReaderWriter * > &vars, std::vector< DtReaderWriter * > &backupVars) |
| virtual DtString | variableNameFromParameters (const DtRwPropertiesMap *mapToCheck, const std::string &prototypeName, const std::string &variableName, const DtString &mapKey) const |
| virtual void | setupReaderWriterFromVariable (const std::string &elementContainer) |
Protected Member Functions inherited from DtUiElement | |
| virtual double | sourceToDisplayUnits (double) const |
| virtual double | displayToSourceUnits (double) const |
| virtual QString | units () const |
| virtual void | updateLabelTitle () |
| virtual QString | labelTitle () const |
Protected Attributes | |
| QIntValidator * | myValidator |
| bool | myIsLineEdit |
| DisplayLabelToSourceValueMap | myDisplayToSourceValues |
Protected Attributes inherited from DtUiElement | |
| DtString | myDisplayUnits |
| DtString | mySourceUnits |
| std::vector< DtReaderWriter * > | myValues |
| std::vector< DtReaderWriter * > | myBackupValues |
| DtReaderWriter * | myParentValue |
| bool | myIsNew |
| DtElementChangedCallbackFcn | myElementChangedCallbackFunction |
| DtUnit | mySource |
| DtUnit | myDestination |
| makVrv::DtDe & | myDe |
| DtString | myPlatformType |
| std::vector< DtEntityType > | myObjectTypes |
| std::vector < DtComponentSystemDefinition * > | mySystems |
| const DtComponentSystemDefinition * | mySystemDefinition |
| bool | myEnabled |
| std::vector< QObject * > | myConnectedTo |
| int | myUniqueId |
| QCheckBox * | myControllingCheckBox |
| QToolButton * | myRevertToParentButton |
Additional Inherited Members | |
Public Types inherited from DtUiElement | |
| typedef boost::function < DtUiElement *(makVrv::DtDe &)> | CreatorFunction |
| typedef std::map< std::string, CreatorFunction > | UiElementFactoryMap |
Public Slots inherited from DtUiElement | |
| virtual void | toggleDisplayed (bool display) |
Signals inherited from DtUiElement | |
| void | uiEvent (const DtUiElementEvent &) |
| void | changed () |
Public Attributes inherited from DtUiElement | |
| QWidget * | myWidget |
| QWidget * | myLabel |
Static Protected Attributes inherited from DtUiElement | |
| static UiElementFactoryMap | theFactory |
|
protected |
| DtUiIntegerElement::DtUiIntegerElement | ( | makVrv::DtDe & | ) |
Constructor.
|
overridevirtual |
Destructor.
|
static |
|
virtual |
Sets/gets values.
|
virtual |
|
overrideprotectedvirtual |
If additional widgets or connections need to be made do it here. The parent is the myWidget member.
Reimplemented from DtUiElement.
|
overrideprotectedvirtual |
Sets element decoration depending on the isModified state of the element. This version changes myLabel font.
Reimplemented from DtUiElement.
|
overrideprotectedvirtual |
Reimplemented from DtUiElement.
|
overrideprotectedvirtual |
Reimplemented from DtUiElement.
|
protectedvirtual |
|
protectedvirtual |
|
overrideprotectedvirtual |
Process ui event. Default does nothing.
Reimplemented from DtUiElement.
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protected |
|
protected |
True if this string element uses a line edit, false if combo box.
|
protected |