VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
DtUiComboBoxElement Class Reference
Inheritance diagram for DtUiComboBoxElement:
Inheritance graph
[legend]

Public Member Functions

 DtUiComboBoxElement (makVrv::DtDe &)
 
virtual ~DtUiComboBoxElement ()
 
virtual void setComboElements (const std::vector< std::string > &)
 
- Public Member Functions inherited from DtUiStringElement
 DtUiStringElement (makVrv::DtDe &)
 
virtual ~DtUiStringElement ()
 
virtual void setValue (const QString &)
 
virtual QString value () const
 
virtual void elementChanged ()
 
- Public Member Functions inherited from DtUiMapAwareElement
 DtUiMapAwareElement (makVrv::DtDe &)
 
virtual ~DtUiMapAwareElement ()
 
virtual void init (QWidget *sourceWidget, QWidget *label, const std::vector< DtReaderWriter * > &sourceData, const std::vector< DtReaderWriter * > &backup, DtElementChangedCallbackFcn f)
 
virtual void init (QWidget *sourceWidget, QWidget *label, DtReaderWriter *sourceData, DtReaderWriter *backup, DtElementChangedCallbackFcn f)
 
- Public Member Functions inherited from DtUiElement
 DtUiElement (makVrv::DtDe &)
 
virtual ~DtUiElement ()
 
virtual bool blockSignals (bool)
 
virtual void init (QWidget *widget, QWidget *label, const DtObjectType &, const DtString &platformType, DtElementChangedCallbackFcn=boost::bind(&DtUiElement::theNullFunction, _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 processUiEvent (const DtUiElementEvent &)
 
virtual void setModelModified (DtModelSetEntry *)
 
virtual DtString uniqueName () const
 
virtual bool supportsSystems () const
 
virtual const DtStringplatformType () const
 
virtual void setPlatformType (const DtString &)
 
virtual void setObjectTypes (const std::vector< DtObjectType > &)
 
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 decorateElement ()
 
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< DtObjectType > & 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 *)
 
QCheckBoxcontrollingCheckBox ()
 
virtual void populateParentValues (std::string elementName)
 

Static Public Member Functions

static DtUiElementCreatorFunction (makVrv::DtDe &)
 
- Static Public Member Functions inherited from DtUiStringElement
static DtUiElementCreatorFunction (makVrv::DtDe &)
 
- Static Public Member Functions inherited from DtUiElement
static void registerUiTypes ()
 
static DtUiElementcreateUiElement (makVrv::DtDe &, const DtString &type)
 
static bool hasCreator (const DtString &)
 
static void theNullFunction (DtUiElement *)
 
static UiElementFactoryMapelementFactory ()
 
static QString mixedText ()
 
static void setMixedText (const QString &)
 

Protected Member Functions

virtual void createControls (QWidget *parent)
 
- Protected Member Functions inherited from DtUiStringElement
virtual void setFromParameters (const std::vector< DtReaderWriter * > &parentRw)
 
virtual DtString sourceValueToDisplayLabel (const DtString &source)
 
virtual DtString displayLabelToSourceValue (const DtString &display)
 
- Protected Member Functions inherited from DtUiMapAwareElement
virtual void connectedTo (QObject *)
 
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

std::vector< std::string > myComboElements
 
- Protected Attributes inherited from DtUiStringElement
bool myIsLineEdit
 
DisplayLabelToSourceValueMap myDisplayToSourceValues
 
- Protected Attributes inherited from DtUiElement
DtString myDisplayUnits
 
DtString mySourceUnits
 
std::vector< DtReaderWriter * > myValues
 
std::vector< DtReaderWriter * > myBackupValues
 
DtReaderWritermyParentValue
 
bool myIsNew
 
DtElementChangedCallbackFcn myElementChangedCallbackFunction
 
DtUnit mySource
 
DtUnit myDestination
 
makVrv::DtDemyDe
 
DtString myPlatformType
 
std::vector< DtObjectTypemyObjectTypes
 
std::vector
< DtComponentSystemDefinition * > 
mySystems
 
const DtComponentSystemDefinitionmySystemDefinition
 
bool myEnabled
 
std::vector< QObject * > myConnectedTo
 
int myUniqueId
 
QCheckBoxmyControllingCheckBox
 
QToolButtonmyRevertToParentButton
 

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
 
- Protected Types inherited from DtUiStringElement
typedef std::map< DtString,
DtString
DisplayLabelToSourceValueMap
 
- Protected Slots inherited from DtUiMapAwareElement
virtual void setupMapValuesFromKey ()
 
- Protected Slots inherited from DtUiElement
virtual void enableIfChecked ()
 
virtual void disableIfChecked ()
 
- Static Protected Attributes inherited from DtUiElement
static UiElementFactoryMap theFactory
 

Constructor & Destructor Documentation

DtUiComboBoxElement::DtUiComboBoxElement ( makVrv::DtDe )

Constructor.

virtual DtUiComboBoxElement::~DtUiComboBoxElement ( )
virtual

Destructor.

Member Function Documentation

virtual void DtUiComboBoxElement::setComboElements ( const std::vector< std::string > &  )
virtual

Sets the list of combo items available. Must be set before combo element is initialized. Values are of format Key|Value.

virtual void DtUiComboBoxElement::createControls ( QWidget *  widget)
protectedvirtual

If any additional controls or initialization needs to be done, it is done here.

Reimplemented from DtUiStringElement.

Member Data Documentation

std::vector<std::string> DtUiComboBoxElement::myComboElements
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)