VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Member Functions | Protected Attributes
DtUiModelResolutionConfigurationElement Class Reference

UI Element which automatically configures a DtAggregateModelResolutionDescriptor with the names of the aggregated and disaggregated systems and components configured in the object parameters. More...

Inheritance diagram for DtUiModelResolutionConfigurationElement:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtUiModelResolutionConfigurationElement (const DtString &name, DtReaderWriterRegistry *const parentRegistry=NULL)
 Constructor.
virtual ~DtUiModelResolutionConfigurationElement ()
 Destructor.
 DtUiModelResolutionConfigurationElement (const DtUiModelResolutionConfigurationElement &orig)
 Copy constructor.
DtUiModelResolutionConfigurationElementoperator= (const DtUiModelResolutionConfigurationElement &orig)
 Assignment operator.
virtual void objectParametersModified ()
 Calls updateDisaggrgatedSystems() and updateAggregatedSystems().
virtual QWidgetcreateControls (QWidget *parent)
 Override to not create a widget.

Protected Member Functions

virtual void updateAggregatedSystems ()
 Updates list of aggregated systems in the DtModelResolutionControllerDescriptor.
virtual void updateDisaggregatedSystems ()
 Updates list of disaggregated systems in the DtModelResolutionControllerDescriptor.
virtual const
DtComponentSystemDefinition
lookupSystemDefinition (const DtComponentSystemDescriptor *descriptor) const
virtual
DtAggregateModelResolutionDescriptor
modelResolutionDescriptor (const DtString &name) const
std::list< DtSymbolStringsystemsWithCategory (const DtString &category)
virtual DtUiElementclone ()
virtual void setFromParameters (DtReaderWriter *parentRw)
 Override to set the lists of aggregated and disaggregated components in our DtAggregateModelResolutionDescriptor.

Protected Attributes

DtRwString myAggregatedSystemCategory
 Category string used to tag aggregated systems.
DtRwString myDisaggregatedSystemCategory
 Category string used to tag disaggregated systems.
DtRwStringList myAggregatedComponents
 List of aggregated components.
DtRwStringList myDisaggregatedComponents
 List of disaggregated components.

Detailed Description

UI Element which automatically configures a DtAggregateModelResolutionDescriptor with the names of the aggregated and disaggregated systems and components configured in the object parameters.


Constructor & Destructor Documentation

Constructor.

Destructor.

Copy constructor.


Member Function Documentation

DtUiModelResolutionConfigurationElement& DtUiModelResolutionConfigurationElement::operator= ( const DtUiModelResolutionConfigurationElement orig)

Assignment operator.

Calls updateDisaggrgatedSystems() and updateAggregatedSystems().

Reimplemented from DtUiElement.

Override to not create a widget.

Returns:
0

Reimplemented from DtUiItemComponent.

Updates list of aggregated systems in the DtModelResolutionControllerDescriptor.

Updates list of disaggregated systems in the DtModelResolutionControllerDescriptor.

Returns:
Pointer to model resolution controller descriptor, if it can be found, 0 otherwise.
Returns:
list of systems with the given category
Returns:
new copy of this instance

Reimplemented from DtUiItemComponent.

virtual void DtUiModelResolutionConfigurationElement::setFromParameters ( DtReaderWriter parentRw) [protected, virtual]

Override to set the lists of aggregated and disaggregated components in our DtAggregateModelResolutionDescriptor.

Reimplemented from DtUiItemComponent.


Member Data Documentation

Category string used to tag aggregated systems.

Category string used to tag disaggregated systems.

List of aggregated components.

List of disaggregated components.


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)