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

Public Member Functions | |
| DtUiComboBoxElement (const DtString &name, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| Constructor. | |
| virtual | ~DtUiComboBoxElement () |
| Destructor. | |
| DtUiComboBoxElement (const DtUiComboBoxElement &orig) | |
| Copy constructor. | |
| DtUiComboBoxElement & | operator= (const DtUiComboBoxElement &orig) |
| Assignment operator. | |
Protected Member Functions | |
| virtual QWidget * | createDataEntryElement (QWidget *) |
| virtual void | setFromParameters (DtReaderWriter *parentRw) |
| virtual void | elementChanged () |
| virtual DtUiElement * | clone () |
Protected Attributes | |
| DtRwNLengthStringVector | myItems |
| QComboBox * | myComboBox |
| DtUiComboBoxElement::DtUiComboBoxElement | ( | const DtString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
Constructor.
| virtual DtUiComboBoxElement::~DtUiComboBoxElement | ( | ) | [virtual] |
Destructor.
| DtUiComboBoxElement::DtUiComboBoxElement | ( | const DtUiComboBoxElement & | orig | ) |
Copy constructor.
| DtUiComboBoxElement& DtUiComboBoxElement::operator= | ( | const DtUiComboBoxElement & | orig | ) |
Assignment operator.
| virtual QWidget* DtUiComboBoxElement::createDataEntryElement | ( | QWidget * | ) | [protected, virtual] |
Reimplemented from DtUiElement.
| virtual void DtUiComboBoxElement::setFromParameters | ( | DtReaderWriter * | parentRw | ) | [protected, virtual] |
Reimplemented from DtUiElement.
| virtual void DtUiComboBoxElement::elementChanged | ( | ) | [protected, virtual] |
Reimplemented from DtUiElement.
| virtual DtUiElement* DtUiComboBoxElement::clone | ( | ) | [protected, virtual] |
Implements DtUiElement.
DtRwNLengthStringVector DtUiComboBoxElement::myItems [protected] |
QComboBox* DtUiComboBoxElement::myComboBox [protected] |