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

Public Member Functions | |
| DtVrfScenarioRemapFactory (makVrv::DtDe &) | |
| Registers creators for default remapping methods. | |
| virtual | ~DtVrfScenarioRemapFactory () |
| virtual DtVrfScenarioRemapFunction * | createRemapFunction (const std::string &, QWidget *parent) |
| Currently: DtRemapMissingBackends - Puts up a dialog to allow user to choose DtAutoRemapMissingBackends - Automatically remaps missing backends. | |
| virtual void | addRemappingFunction (const std::string &, DtVrfScenarioRemapFunctionCreator *) |
| Will take ownership of memory passed in for creator. | |
| virtual void | removeRemappingFunction (const std::string &) |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static DtVrfScenarioRemapFactory & | instance (makVrv::DtDe &de) |
| Returns instance of the messager. | |
Protected Types | |
| typedef std::map< std::string, DtVrfScenarioRemapFunctionCreator * > | DtRemappingCreatorMap |
Protected Attributes | |
| DtRemappingCreatorMap | myRemappingFunctions |
| makVrv::DtDe & | myDe |
|
protected |
| makVrf::DtVrfScenarioRemapFactory::DtVrfScenarioRemapFactory | ( | makVrv::DtDe & | ) |
Registers creators for default remapping methods.
|
virtual |
|
static |
Returns instance of the messager.
|
virtual |
Currently: DtRemapMissingBackends - Puts up a dialog to allow user to choose DtAutoRemapMissingBackends - Automatically remaps missing backends.
|
virtual |
Will take ownership of memory passed in for creator.
|
virtual |
|
protected |
|
protected |