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

Public Member Functions | |
| virtual | ~DtSharedModelSetSignaler () |
| DTOR. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static DtSharedModelSetSignaler & | instance (const makVrv::DtSharedSettingsManager &) |
| Get an instance of the model set signaler automatically from the settings manager. | |
| static DtSharedModelSetSignaler & | instance (makVrv::DtEventQueueInterface &) |
| Get an instance of the model set signaler from the event queue interface. | |
| static DtSharedModelSetSignaler * | 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()> | signal_modelSetLoaded |
Protected Member Functions | |
| DtSharedModelSetSignaler (makVrv::DtEventQueueInterface &eqi) | |
Private Member Functions | |
| DtSharedModelSetSignaler (const DtSharedModelSetSignaler &) | |
| DtSharedModelSetSignaler & | operator= (const DtSharedModelSetSignaler &) |
A signaler for the shared model set changes.
|
virtual |
DTOR.
|
protected |
|
private |
|
static |
Get an instance of the model set signaler 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 model set signaler 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 ()> makVrf::DtSharedModelSetSignaler::signal_modelSetLoaded |