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

Public Member Functions | |
| DtUiRealElement (const DtString &name, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| Constructor. | |
| virtual | ~DtUiRealElement () |
| Destructor. | |
| DtUiRealElement (const DtUiRealElement &orig) | |
| Copy constructor. | |
| DtUiRealElement & | operator= (const DtUiRealElement &orig) |
| Assignment operator. | |
| virtual void | setFromParameters (DtReaderWriter *parentRw) |
Protected Member Functions | |
| virtual QWidget * | createDataEntryElement (QWidget *) |
| virtual void | elementChanged () |
| virtual DtUiElement * | clone () |
Protected Attributes | |
| QDoubleValidator * | myValidator |
| DtRwReal | myLowerBound |
| DtRwReal | myUpperBound |
| DtRwInt | myDecimals |
| QLineEdit * | myLineEdit |
| double | myDiff |
| DtUiRealElement::DtUiRealElement | ( | const DtString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
Constructor.
| virtual DtUiRealElement::~DtUiRealElement | ( | ) | [virtual] |
Destructor.
| DtUiRealElement::DtUiRealElement | ( | const DtUiRealElement & | orig | ) |
Copy constructor.
| DtUiRealElement& DtUiRealElement::operator= | ( | const DtUiRealElement & | orig | ) |
Assignment operator.
| virtual void DtUiRealElement::setFromParameters | ( | DtReaderWriter * | parentRw | ) | [virtual] |
Reimplemented from DtUiElement.
| virtual QWidget* DtUiRealElement::createDataEntryElement | ( | QWidget * | ) | [protected, virtual] |
Reimplemented from DtUiElement.
| virtual void DtUiRealElement::elementChanged | ( | ) | [protected, virtual] |
Reimplemented from DtUiElement.
| virtual DtUiElement* DtUiRealElement::clone | ( | ) | [protected, virtual] |
Implements DtUiElement.
QDoubleValidator* DtUiRealElement::myValidator [protected] |
DtRwReal DtUiRealElement::myLowerBound [protected] |
DtRwReal DtUiRealElement::myUpperBound [protected] |
DtRwInt DtUiRealElement::myDecimals [protected] |
QLineEdit* DtUiRealElement::myLineEdit [protected] |
double DtUiRealElement::myDiff [protected] |