![]() |
VR-Forces Developer's Guide
|
A signaler for the display engine signals to the connections.

Public Member Functions | |
| virtual | ~DtDeTimeManagerSignaler () |
| DtDeTimeManagerSignaler ()=delete | |
| DtDeTimeManagerSignaler (const DtDeTimeManagerSignaler &)=delete | |
| DtDeTimeManagerSignaler & | operator= (const DtDeTimeManagerSignaler &)=delete |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Static Public Member Functions | |
| static DtDeTimeManagerSignaler & | instance (const DtSharedSettingsManager &) |
| static DtDeTimeManagerSignaler & | instance (DtEventQueueInterface &) |
| static DtDeTimeManagerSignaler * | findInstance (DtEventQueueInterface *) |
Public Attributes | |
| event_signal< void(int year, DtDeTimeManager::Month month, int day)> | signal_dateChanged |
Protected Member Functions | |
| DtDeTimeManagerSignaler (DtEventQueueInterface &eqi) | |
|
virtual |
DTOR.
|
delete |
not allowed - default constructor
|
delete |
not allowed - copy constructor
|
protected |
Constructor.
|
delete |
not allowed - equals operator
|
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. |
| event_signal<void(int year, DtDeTimeManager::Month month, int day)> makVrv::DtDeTimeManagerSignaler::signal_dateChanged |