![]() |
VR-Forces Developer's Guide
|
A global signaler object for the state that is shared between master and slaves.

Public Member Functions | |
| virtual | ~DtDialogJumpToSignaler () |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Static Public Member Functions | |
| static DtDialogJumpToSignaler & | instance (DtDe &de) |
Protected Member Functions | |
| DtDialogJumpToSignaler (DtDe &de) | |
| boost::signalslib::signal < void(const DtUnicode &)> | signal_jumpToModelDefinition |
| boost::signalslib::signal < void(const DtUnicode &)> | signal_jumpToDefinition |
| boost::signalslib::signal < void(const DtUnicode &)> | signal_jumpToDefUsingModelDef |
| DtDe & | myDe |
| virtual void | requestJumpToModelDefinition (const DtUnicode &modelDefName) |
| virtual void | requestJumpToDefinitionByType (DtStateVisualizer::Type visType, const DtUnicode &definitionName) |
| virtual void | requestJumpToDefUsingModelDefByType (DtStateVisualizer::Type visType, const DtUnicode &modelDefinitionName) |
| virtual void | requestJumpToDefUsingModelDefByType (DtStateVisualizer::Type visType, const std::string &modelDefinitionName) |
| virtual void | displayDefinitionEditorPage (DtStateVisualizer::Type visType) |
|
virtual |
DTOR.
|
protected |
protected constructor so it is only created by this class or sub classes.
|
static |
Get an instance used to emit, or to connect.
|
virtual |
displays the model defintion tab of the visual editors dialog and selects the specifed model definition in it.
|
virtual |
displays the requestsed definition paged based on the vis type and sends a boost signal so the dialog can select the specified definition in it.
|
virtual |
displays the requestsed definition paged based on the vis type and sends a boost signal so the dialog can select the definition associated with the modelDefinitionName.
|
virtual |
displays the requestsed definition paged based on the vis type and sends a boost signal so the dialog can select the definition associated with the modelDefinitionName.
|
protectedvirtual |
displays the requested definition editor paged baased on the type
| boost::signalslib::signal<void(const DtUnicode&)> makVrv::DtDialogJumpToSignaler::signal_jumpToModelDefinition |
Emmitted when a model definition jump to is requested.
| boost::signalslib::signal<void(const DtUnicode&)> makVrv::DtDialogJumpToSignaler::signal_jumpToDefinition |
Emmitted when an entity element def jump to is requested.
| boost::signalslib::signal<void(const DtUnicode&)> makVrv::DtDialogJumpToSignaler::signal_jumpToDefUsingModelDef |
Emmitted when a entity element def jump to using model def is requested.
|
protected |
Emmitted when a model definition jump to is requested.