![]() |
VR-Forces 4.0.4 Class Documentation
|
Creator for registering the aggregate settings logic. More...

Public Member Functions | |
| DtAggregateSettingsLogicCreator () | |
| CTOR. | |
| virtual | ~DtAggregateSettingsLogicCreator () |
| Virtual DTOR. | |
| virtual DtAggregateSettingsLogic * | create (DtDe &de, DtPersistenceControlsInterface &, DtAggregateSettingsInterface &) |
| Creates the logic for the widget. | |
Static Public Member Functions | |
| static DtAggregateSettingsLogicCreator & | instance (DtDe &de) |
| Get an instance of the creator. | |
| static void | registerInstance (DtDe &de, DtAggregateSettingsLogicCreator *instance) |
| Register an instance of the creator. | |
Creator for registering the aggregate settings logic.
| virtual makVrv::DtAggregateSettingsLogicCreator::~DtAggregateSettingsLogicCreator | ( | ) | [virtual] |
Virtual DTOR.
| static DtAggregateSettingsLogicCreator& makVrv::DtAggregateSettingsLogicCreator::instance | ( | DtDe & | de | ) | [static] |
Get an instance of the creator.
| static void makVrv::DtAggregateSettingsLogicCreator::registerInstance | ( | DtDe & | de, |
| DtAggregateSettingsLogicCreator * | instance | ||
| ) | [static] |
Register an instance of the creator.
| virtual DtAggregateSettingsLogic* makVrv::DtAggregateSettingsLogicCreator::create | ( | DtDe & | de, |
| DtPersistenceControlsInterface & | , | ||
| DtAggregateSettingsInterface & | |||
| ) | [virtual] |
Creates the logic for the widget.
Reimplemented in makVrf::DtVrfAggregateSettingsLogicCreator.