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

Public Member Functions | |
| DtUiSensorSignaturesElement (const DtString &name, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| Constructor. | |
| virtual | ~DtUiSensorSignaturesElement () |
| Destructor. | |
| DtUiSensorSignaturesElement (const DtUiSensorSignaturesElement &orig) | |
| Copy constructor. | |
| DtUiSensorSignaturesElement & | operator= (const DtUiSensorSignaturesElement &orig) |
| Assignment operator. | |
| virtual QWidget * | createLabelWidget (QWidget *parent) |
| Create and return the label widget for this element. | |
| virtual QWidget * | createControls (QWidget *) |
| Creates and returns the non-label part of the element. | |
Protected Member Functions | |
| virtual DtUiElement * | clone () |
| virtual void | decorateElement () |
| Sets element decoration depending on the isModified state of the element. | |
| virtual void | setFromParameters (DtReaderWriter *parentRw) |
| virtual void | elementChanged () |
| virtual void | addSignature (DtRwSensorSignature *) |
| virtual void | setModified (QWidget *l, bool modified) |
Protected Attributes | |
| DtRwSensorSignatureList | myDefaultSignatureList |
| QList< DtUiRealElement * > | mySensorSignatures |
| QGroupBox * | myGroupBox |
| DtUiSensorSignaturesElement::DtUiSensorSignaturesElement | ( | const DtString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
Constructor.
| virtual DtUiSensorSignaturesElement::~DtUiSensorSignaturesElement | ( | ) | [virtual] |
Destructor.
| DtUiSensorSignaturesElement::DtUiSensorSignaturesElement | ( | const DtUiSensorSignaturesElement & | orig | ) |
Copy constructor.
| DtUiSensorSignaturesElement& DtUiSensorSignaturesElement::operator= | ( | const DtUiSensorSignaturesElement & | orig | ) |
Assignment operator.
| virtual QWidget* DtUiSensorSignaturesElement::createLabelWidget | ( | QWidget * | parent | ) | [inline, virtual] |
Create and return the label widget for this element.
May return NULL if not special label element is needed.
Reimplemented from DtUiElement.
| virtual QWidget* DtUiSensorSignaturesElement::createControls | ( | QWidget * | parent | ) | [virtual] |
Creates and returns the non-label part of the element.
Reimplemented from DtUiElement.
| virtual DtUiElement* DtUiSensorSignaturesElement::clone | ( | ) | [protected, virtual] |
Implements DtUiElement.
| virtual void DtUiSensorSignaturesElement::decorateElement | ( | ) | [protected, virtual] |
Sets element decoration depending on the isModified state of the element.
This version changes myLabel font.
Reimplemented from DtUiElement.
| virtual void DtUiSensorSignaturesElement::setFromParameters | ( | DtReaderWriter * | parentRw | ) | [protected, virtual] |
Reimplemented from DtUiElement.
| virtual void DtUiSensorSignaturesElement::elementChanged | ( | ) | [protected, virtual] |
Reimplemented from DtUiElement.
| virtual void DtUiSensorSignaturesElement::addSignature | ( | DtRwSensorSignature * | ) | [protected, virtual] |
| virtual void DtUiSensorSignaturesElement::setModified | ( | QWidget * | l, |
| bool | modified | ||
| ) | [protected, virtual] |
QGroupBox* DtUiSensorSignaturesElement::myGroupBox [protected] |