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

Public Member Functions | |
| DtUiItemRadio (const DtString &name, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| Constructor. | |
| virtual | ~DtUiItemRadio () |
| Destructor. | |
| DtUiItemRadio (const DtUiItemRadio &orig) | |
| Copy constructor. | |
| DtUiItemRadio & | operator= (const DtUiItemRadio &orig) |
| Assignment operator. | |
Protected Member Functions | |
| 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. | |
| virtual void | setFromParameters (DtReaderWriter *parentRw) |
| virtual void | elementChanged () |
| virtual DtVrfRadioDescriptor * | addRadioDescriptor (DtVrfObjectParameters *params) |
| virtual const DtVrfRadioDescriptor * | radio () const |
| virtual bool | isModified () const |
| virtual DtUiElement * | clone () |
Protected Attributes | |
| QCheckBox * | myCheckBox |
| DtVrfObjectParameters * | myParameters |
| DtRwBoolean | myAutomaticallyAdd |
| DtRadioDescriptorList | myRadio |
| DtUiItemRadio::DtUiItemRadio | ( | const DtString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
Constructor.
| virtual DtUiItemRadio::~DtUiItemRadio | ( | ) | [virtual] |
Destructor.
| DtUiItemRadio::DtUiItemRadio | ( | const DtUiItemRadio & | orig | ) |
Copy constructor.
| DtUiItemRadio& DtUiItemRadio::operator= | ( | const DtUiItemRadio & | orig | ) |
Assignment operator.
| virtual QWidget* DtUiItemRadio::createLabelWidget | ( | QWidget * | parent | ) | [inline, protected, 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* DtUiItemRadio::createControls | ( | QWidget * | parent | ) | [protected, virtual] |
Creates and returns the non-label part of the element.
Reimplemented from DtUiElement.
| virtual void DtUiItemRadio::setFromParameters | ( | DtReaderWriter * | parentRw | ) | [protected, virtual] |
Reimplemented from DtUiElement.
| virtual void DtUiItemRadio::elementChanged | ( | ) | [protected, virtual] |
Reimplemented from DtUiElement.
| virtual DtVrfRadioDescriptor* DtUiItemRadio::addRadioDescriptor | ( | DtVrfObjectParameters * | params | ) | [protected, virtual] |
| virtual const DtVrfRadioDescriptor* DtUiItemRadio::radio | ( | ) | const [protected, virtual] |
| virtual bool DtUiItemRadio::isModified | ( | ) | const [protected, virtual] |
Reimplemented from DtUiElement.
| virtual DtUiElement* DtUiItemRadio::clone | ( | ) | [protected, virtual] |
Implements DtUiElement.
QCheckBox* DtUiItemRadio::myCheckBox [protected] |
DtVrfObjectParameters* DtUiItemRadio::myParameters [protected] |
DtRwBoolean DtUiItemRadio::myAutomaticallyAdd [protected] |
DtRadioDescriptorList DtUiItemRadio::myRadio [protected] |