![]() |
VR-Forces 4.8 Class Documentation
|
A global signaler object for the state that is shared between master and slaves. More...

Public Member Functions | |
| virtual | ~DtDialogJumpToSignaler () |
| DTOR. More... | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. More... | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. More... | |
Static Public Member Functions | |
| static DtDialogJumpToSignaler & | instance (DtDe &de) |
| Get an instance used to emit, or to connect. More... | |
Protected Member Functions | |
| DtDialogJumpToSignaler (DtDe &de) | |
| protected constructor so it is only created by this class or sub classes. More... | |
| boost::signal< void(const DtUnicode &)> | signal_jumpToModelDefinition |
| Emmitted when a model definition jump to is requested. More... | |
| boost::signal< void(const DtUnicode &)> | signal_jumpToDefinition |
| Emmitted when an entity element def jump to is requested. More... | |
| boost::signal< void(const DtUnicode &)> | signal_jumpToDefUsingModelDef |
| Emmitted when a entity element def jump to using model def is requested. More... | |
| DtDe & | myDe |
| virtual void | requestJumpToModelDefinition (const DtUnicode &modelDefName) |
| displays the model defintion tab of the visual editors dialog and selects the specifed model definition in it. More... | |
| virtual void | requestJumpToDefinitionByType (DtStateVisualizer::Type visType, const DtUnicode &definitionName) |
| 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. More... | |
| virtual void | requestJumpToDefUsingModelDefByType (DtStateVisualizer::Type visType, const DtUnicode &modelDefinitionName) |
| 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. More... | |
| virtual void | requestJumpToDefUsingModelDefByType (DtStateVisualizer::Type visType, const std::string &modelDefinitionName) |
| 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. More... | |
| virtual void | displayDefinitionEditorPage (DtStateVisualizer::Type visType) |
| displays the requested definition editor paged baased on the type More... | |
A global signaler object for the state that is shared between master and slaves.
|
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::signal<void(const DtUnicode&)> makVrv::DtDialogJumpToSignaler::signal_jumpToModelDefinition |
Emmitted when a model definition jump to is requested.
| boost::signal<void(const DtUnicode&)> makVrv::DtDialogJumpToSignaler::signal_jumpToDefinition |
Emmitted when an entity element def jump to is requested.
| boost::signal<void(const DtUnicode&)> makVrv::DtDialogJumpToSignaler::signal_jumpToDefUsingModelDef |
Emmitted when a entity element def jump to using model def is requested.
|
protected |