![]() |
VR-Forces 4.0.4 Class Documentation
|
The Master Scenario Settings Dialog. More...

Public Member Functions | |
| DtVrfModelSetManager (makVrv::DtDe &) | |
| virtual | ~DtVrfModelSetManager () |
| virtual bool | load (const std::string &, bool reset=true, bool signal=true) |
| Loads model set file into myModelSet and then signals loaded if successful. | |
| const DtModelSet * | modelSet () const |
Static Public Member Functions | |
| static DtVrfModelSetManager & | instance (makVrv::DtDe &de) |
| Returns instance of the messager. | |
Public Attributes | |
| boost::signal< void()> | signal_modelSetChanged |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtModelSet * | myModelSet |
The Master Scenario Settings Dialog.
| virtual makVrf::DtVrfModelSetManager::~DtVrfModelSetManager | ( | ) | [virtual] |
| static DtVrfModelSetManager& makVrf::DtVrfModelSetManager::instance | ( | makVrv::DtDe & | de | ) | [static] |
Returns instance of the messager.
| virtual bool makVrf::DtVrfModelSetManager::load | ( | const std::string & | , |
| bool | reset = true, |
||
| bool | signal = true |
||
| ) | [virtual] |
Loads model set file into myModelSet and then signals loaded if successful.
| const DtModelSet* makVrf::DtVrfModelSetManager::modelSet | ( | ) | const [inline] |
| boost::signal<void ()> makVrf::DtVrfModelSetManager::signal_modelSetChanged |
makVrv::DtDe& makVrf::DtVrfModelSetManager::myDe [protected] |
DtModelSet* makVrf::DtVrfModelSetManager::myModelSet [protected] |