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

| DtUiItemComponent::DtUiItemComponent | ( | const DtString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
Constructor.
| virtual DtUiItemComponent::~DtUiItemComponent | ( | ) | [virtual] |
Destructor.
| DtUiItemComponent::DtUiItemComponent | ( | const DtUiItemComponent & | orig | ) |
Copy constructor.
| DtUiItemComponent& DtUiItemComponent::operator= | ( | const DtUiItemComponent & | orig | ) |
Assignment operator.
| virtual QWidget* DtUiItemComponent::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.
Reimplemented in DtUiOccupancyDirectorController, and DtUiCombatRangeControllerElement.
| virtual QWidget* DtUiItemComponent::createControls | ( | QWidget * | parent | ) | [protected, virtual] |
Creates and returns the non-label part of the element.
Reimplemented from DtUiElement.
Reimplemented in DtUiOccupancyDirectorController, DtUiModelResolutionConfigurationElement, and DtUiCombatRangeControllerElement.
| virtual void DtUiItemComponent::setFromParameters | ( | DtReaderWriter * | parentRw | ) | [protected, virtual] |
Reimplemented from DtUiElement.
Reimplemented in DtUiModelResolutionConfigurationElement, DtUiOccupancyDirectorController, and DtUiCombatRangeControllerElement.
| virtual void DtUiItemComponent::elementChanged | ( | ) | [protected, virtual] |
Reimplemented from DtUiElement.
Reimplemented in DtUiOccupancyDirectorController, and DtUiCombatRangeControllerElement.
| virtual DtComponentDescriptor* DtUiItemComponent::addComponentDescriptor | ( | DtVrfObjectParameters * | params | ) | [protected, virtual] |
Reimplemented in DtUiCombatRangeControllerElement.
| virtual DtComponentDescriptorList* DtUiItemComponent::getList | ( | DtVrfObjectParameters * | ) | const [protected, virtual] |
| virtual bool DtUiItemComponent::isModified | ( | ) | const [protected, virtual] |
Reimplemented from DtUiElement.
Reimplemented in DtUiOccupancyDirectorController, and DtUiCombatRangeControllerElement.
| virtual void DtUiItemComponent::processUiEvent | ( | const DtUiElementEvent & | ) | [protected, virtual] |
Process ui event. Default does nothing.
Reimplemented from DtUiElement.
| virtual DtUiElement* DtUiItemComponent::clone | ( | ) | [protected, virtual] |
Implements DtUiElement.
Reimplemented in DtUiModelResolutionConfigurationElement, DtUiOccupancyDirectorController, and DtUiCombatRangeControllerElement.
QCheckBox* DtUiItemComponent::myCheckBox [protected] |
DtVrfObjectParameters* DtUiItemComponent::myParameters [protected] |
DtRwString DtUiItemComponent::myCategory [protected] |
DtRwString DtUiItemComponent::myComponentType [protected] |
DtRwString DtUiItemComponent::myParameterType [protected] |
DtRwBoolean DtUiItemComponent::myAutomaticallyAdd [protected] |