![]() |
VR-Forces 4.1 Class Documentation
|
Shared signaler for when extended settings change. More...

Public Member Functions | |
| virtual | ~DtSharedVrfVrlSimulationSettingsSignaler () |
| DTOR. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static DtSharedVrfVrlSimulationSettingsSignaler & | instance (const makVrv::DtSharedSettingsManager &) |
| Get an instance of the simulation settings automatically from the settings manager. | |
| static DtSharedVrfVrlSimulationSettingsSignaler & | instance (makVrv::DtEventQueueInterface &) |
| Get an instance of the simulation settings from the event queue interface. | |
| static DtSharedVrfVrlSimulationSettingsSignaler * | findInstance (makVrv::DtEventQueueInterface *) |
| Find an instance of the signaler, for an interface, if one does not exist it will not be created. | |
| makVrv::event_signal< void(bool)> | signal_displayObjectConsoleWarningIconChanged |
| Signal sent when the display the object console warning icon has changed. | |
| makVrv::event_signal< void(bool)> | signal_displayBoundingBoxesWhenSelectedChanged |
| Signal sent when whether or not entities show bounding boxes when selected. | |
| makVrv::event_signal< void(makVrv::DtElementID, DtSharedVrfVrlApplicationSettings::EntityStates, bool)> | signal_entityStateChanged |
| Signal sent when a state has changed. | |
| DtSharedVrfVrlSimulationSettingsSignaler (makVrv::DtEventQueueInterface &eqi) | |
| Signal sent when the display the object console warning icon has changed. | |
| DtSharedVrfVrlSimulationSettingsSignaler (const DtSharedVrfVrlSimulationSettingsSignaler &) | |
| Signal sent when the display the object console warning icon has changed. | |
| DtSharedVrfVrlSimulationSettingsSignaler & | operator= (const DtSharedVrfVrlSimulationSettingsSignaler &) |
| Signal sent when the display the object console warning icon has changed. | |
Shared signaler for when extended settings change.
|
virtual |
DTOR.
|
protected |
Signal sent when the display the object console warning icon has changed.
|
private |
Signal sent when the display the object console warning icon has changed.
|
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 |
Signal sent when the display the object console warning icon has changed.
| makVrv::event_signal<void (bool)> makVrf::DtSharedVrfVrlSimulationSettingsSignaler::signal_displayObjectConsoleWarningIconChanged |
Signal sent when the display the object console warning icon has changed.
| makVrv::event_signal<void (bool)> makVrf::DtSharedVrfVrlSimulationSettingsSignaler::signal_displayBoundingBoxesWhenSelectedChanged |
Signal sent when whether or not entities show bounding boxes when selected.
| makVrv::event_signal<void (makVrv::DtElementID, DtSharedVrfVrlApplicationSettings::EntityStates, bool)> makVrf::DtSharedVrfVrlSimulationSettingsSignaler::signal_entityStateChanged |
Signal sent when a state has changed.