VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Member Functions
makVrv::DtDialogJumpToSignaler Class Reference

A global signaler object for the state that is shared between master and slaves. More...

Inheritance diagram for makVrv::DtDialogJumpToSignaler:
Inheritance graph
[legend]

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 DtDialogJumpToSignalerinstance (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...
 
DtDemyDe
 
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...
 

Detailed Description

A global signaler object for the state that is shared between master and slaves.

Constructor & Destructor Documentation

virtual makVrv::DtDialogJumpToSignaler::~DtDialogJumpToSignaler ( )
virtual

DTOR.

makVrv::DtDialogJumpToSignaler::DtDialogJumpToSignaler ( DtDe de)
protected

protected constructor so it is only created by this class or sub classes.

Member Function Documentation

static DtDialogJumpToSignaler& makVrv::DtDialogJumpToSignaler::instance ( DtDe de)
static

Get an instance used to emit, or to connect.

virtual void makVrv::DtDialogJumpToSignaler::requestJumpToModelDefinition ( const DtUnicode modelDefName)
virtual

displays the model defintion tab of the visual editors dialog and selects the specifed model definition in it.

virtual void makVrv::DtDialogJumpToSignaler::requestJumpToDefinitionByType ( DtStateVisualizer::Type  visType,
const DtUnicode definitionName 
)
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 void makVrv::DtDialogJumpToSignaler::requestJumpToDefUsingModelDefByType ( DtStateVisualizer::Type  visType,
const DtUnicode 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.

virtual void makVrv::DtDialogJumpToSignaler::requestJumpToDefUsingModelDefByType ( DtStateVisualizer::Type  visType,
const std::string &  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.

virtual void makVrv::DtDialogJumpToSignaler::displayDefinitionEditorPage ( DtStateVisualizer::Type  visType)
protectedvirtual

displays the requested definition editor paged baased on the type

Member Data Documentation

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.

DtDe& makVrv::DtDialogJumpToSignaler::myDe
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)