![]() |
VR-Forces 5.0.1 Developer's Guide
|
Singleton object for sending and receiving settings change signals.

Public Member Functions | |
| virtual | ~DtSharedSettingsChangeManagerSignaler () |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Static Public Member Functions | |
| static DtSharedSettingsChangeManagerSignaler & | instance (const DtSharedSettingsManager &) |
| static DtSharedSettingsChangeManagerSignaler & | instance (DtEventQueueInterface &) |
| static DtSharedSettingsChangeManagerSignaler * | findInstance (DtEventQueueInterface *) |
Public Attributes | |
| event_signal< void(DtSettingsChangeObject *) > | signal_changeInvoked |
Protected Member Functions | |
| DtSharedSettingsChangeManagerSignaler (DtEventQueueInterface &eqi) | |
Private Member Functions | |
| DtSharedSettingsChangeManagerSignaler (const DtSharedSettingsChangeManagerSignaler &) | |
| DtSharedSettingsChangeManagerSignaler & | operator= (const DtSharedSettingsChangeManagerSignaler &) |
|
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 (DtSettingsChangeObject*) > makVrv::DtSharedSettingsChangeManagerSignaler::signal_changeInvoked |