![]() |
VR-Forces 4.6 Class Documentation
|
A signaler for the shared scenario events. More...

Public Member Functions | |
| virtual | ~DtSharedScenarioEventsSignaler () |
| DTOR. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static DtSharedScenarioEventsSignaler & | instance (const makVrv::DtSharedSettingsManager &) |
| Get an instance of the simulation settings automatically from the settings manager. | |
| static DtSharedScenarioEventsSignaler & | instance (makVrv::DtEventQueueInterface &) |
| Get an instance of the simulation settings from the event queue interface. | |
| static DtSharedScenarioEventsSignaler * | findInstance (makVrv::DtEventQueueInterface *) |
| Find an instance of the signaler, for an interface, if one does not exist it will not be created. | |
Public Attributes | |
| makVrv::event_signal< void(std::string)> | signal_modelDefinitionCreated |
Protected Member Functions | |
| DtSharedScenarioEventsSignaler (makVrv::DtEventQueueInterface &eqi) | |
Private Member Functions | |
| DtSharedScenarioEventsSignaler (const DtSharedScenarioEventsSignaler &) | |
| DtSharedScenarioEventsSignaler & | operator= (const DtSharedScenarioEventsSignaler &) |
A signaler for the shared scenario events.
|
virtual |
DTOR.
|
protected |
|
private |
|
static |
Get an instance of the simulation settings automatically from the settings manager.
this will return a different signaler depending on what thread this function is called from.
|
static |
Get an instance of the simulation settings from the event queue interface.
This will return the same signaler independent of the thread.
|
static |
Find an instance of the signaler, for an interface, if one does not exist it will not be created.
| NULL | if the instance does not exist. |
|
private |
| makVrv::event_signal<void (std::string)> makVrf::DtSharedScenarioEventsSignaler::signal_modelDefinitionCreated |