![]() |
VR-Forces 4.5 Class Documentation
|
A signaler for the state of remote graphic sets. More...

Public Member Functions | |
| virtual | ~DtRemoteGraphicSetSignaler () |
| DTOR. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static DtRemoteGraphicSetSignaler & | instance (const DtSharedSettingsManager &) |
| Get an instance of the simulation settings automatically from the settings manager. | |
| static DtRemoteGraphicSetSignaler & | instance (DtEventQueueInterface &) |
| Get an instance of the simulation settings from the event queue interface. | |
| static DtRemoteGraphicSetSignaler * | findInstance (DtEventQueueInterface *) |
| Find an instance of the signaler, for an interface, if one does not exist it will not be created. | |
Public Attributes | |
| event_signal< void(const std::string &, bool) > | signal_layerChanged |
| event_signal< void()> | signal_layersChanged |
| event_signal< void(const std::string &, const std::string &, bool)> | signal_templateGroupChanged |
Protected Member Functions | |
| DtRemoteGraphicSetSignaler (DtEventQueueInterface &eqi) | |
Private Member Functions | |
| DtRemoteGraphicSetSignaler (const DtRemoteGraphicSetSignaler &) | |
| DtRemoteGraphicSetSignaler & | operator= (const DtRemoteGraphicSetSignaler &) |
A signaler for the state of remote graphic sets.
|
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 (const std::string&, bool) > makVrv::DtRemoteGraphicSetSignaler::signal_layerChanged |
| event_signal< void ()> makVrv::DtRemoteGraphicSetSignaler::signal_layersChanged |
| event_signal<void (const std::string&, const std::string&, bool)> makVrv::DtRemoteGraphicSetSignaler::signal_templateGroupChanged |