![]() |
VR-Forces 4.10 Class Documentation
|
A signaler for the shared model set settings. More...

Public Member Functions | |
| virtual | ~DtSharedModelSetSettingsSignaler () |
| DTOR. More... | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. More... | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. More... | |
Static Public Member Functions | |
| static DtSharedModelSetSettingsSignaler & | instance (const DtSharedSettingsManager &) |
| Get an instance of the simulation settings automatically from the settings manager. More... | |
| static DtSharedModelSetSettingsSignaler & | instance (DtEventQueueInterface &) |
| Get an instance of the simulation settings from the event queue interface. More... | |
| static DtSharedModelSetSettingsSignaler * | findInstance (DtEventQueueInterface *) |
| Find an instance of the signaler, for an interface, if one does not exist it will not be created. More... | |
| event_signal< void(int, bool) > | signal_modelSetVisualized |
| DtSharedModelSetSettingsSignaler (DtEventQueueInterface &eqi) | |
| DtSharedModelSetSettingsSignaler (const DtSharedModelSetSettingsSignaler &) | |
| DtSharedModelSetSettingsSignaler & | operator= (const DtSharedModelSetSettingsSignaler &) |
A signaler for the shared model set settings.
|
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 |
| event_signal< void (int, bool) > makVrv::DtSharedModelSetSettingsSignaler::signal_modelSetVisualized |