VR-Forces 4.10 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 | Public Attributes | Protected Attributes
makVrf::DtDialogManagerSignaler Class Reference

This class will be used by the various dialog managers in the system to send out events that might be happening with the dialogs. More...

Inheritance diagram for makVrf::DtDialogManagerSignaler:
Inheritance graph
[legend]

Public Member Functions

 DtDialogManagerSignaler (makVrv::DtDe &)
 
- Public Member Functions inherited from makVrv::DtVirtualBaseClass
 DtVirtualBaseClass ()
 Do nothing constructor. More...
 
virtual ~DtVirtualBaseClass ()
 Virtual do nothing destructor. More...
 

Static Public Member Functions

static DtDialogManagerSignalerinstance (makVrv::DtDe &de)
 Returns instance of the messager. More...
 

Public Attributes

boost::signals2::signal< void(DtTaskSetDialogInterface *)> signal_dialogDestroyed
 Signal sent when the dialog is destroyed. More...
 
boost::signals2::signal< void(DtCommandAssignmentWidget *)> signal_commandDialogDestroyed
 Signal sent when the dialog is destroyed. More...
 
boost::signals2::signal< void(DtTaskSetDialogInterface *)> signal_dialogCreated
 Signal sent when the dialog is created but before it is run. More...
 
boost::signals2::signal< void(DtCommandAssignmentWidgetInterface *)> signal_commandDialogCreated
 Signal sent when the dialog is created but before it is run. More...
 
boost::signals2::signal< void(int)> signal_dialogsInProgress
 Signal sent when dialogs are/are not in progress. More...
 
boost::signals2::signal< void(DtConditionalDialogInterface *)> signal_conditionDialogCreated
 Signal sent when the dialog is created but before it is run. More...
 
boost::signals2::signal< void(DtConditionalDialogInterface *)> signal_conditionDialogDestroyed
 Signal sent when the dialog is destroyed. More...
 
boost::signals2::signal< void(DtConditionalExpressionInterface *)> signal_expressionCreated
 Signal sent when the expression is created but before it is run. More...
 
boost::signals2::signal< void(DtConditionalExpressionInterface *)> signal_expressionDestroyed
 Signal sent when the expression is destroyed. More...
 

Protected Attributes

makVrv::DtDemyDe
 

Detailed Description

This class will be used by the various dialog managers in the system to send out events that might be happening with the dialogs.

Constructor & Destructor Documentation

makVrf::DtDialogManagerSignaler::DtDialogManagerSignaler ( makVrv::DtDe )

Member Function Documentation

static DtDialogManagerSignaler& makVrf::DtDialogManagerSignaler::instance ( makVrv::DtDe de)
static

Returns instance of the messager.

Member Data Documentation

boost::signals2::signal<void (DtTaskSetDialogInterface*)> makVrf::DtDialogManagerSignaler::signal_dialogDestroyed

Signal sent when the dialog is destroyed.

boost::signals2::signal<void (DtCommandAssignmentWidget*)> makVrf::DtDialogManagerSignaler::signal_commandDialogDestroyed

Signal sent when the dialog is destroyed.

boost::signals2::signal<void (DtTaskSetDialogInterface*)> makVrf::DtDialogManagerSignaler::signal_dialogCreated

Signal sent when the dialog is created but before it is run.

boost::signals2::signal<void (DtCommandAssignmentWidgetInterface*)> makVrf::DtDialogManagerSignaler::signal_commandDialogCreated

Signal sent when the dialog is created but before it is run.

boost::signals2::signal<void (int)> makVrf::DtDialogManagerSignaler::signal_dialogsInProgress

Signal sent when dialogs are/are not in progress.

boost::signals2::signal<void (DtConditionalDialogInterface*)> makVrf::DtDialogManagerSignaler::signal_conditionDialogCreated

Signal sent when the dialog is created but before it is run.

boost::signals2::signal<void (DtConditionalDialogInterface*)> makVrf::DtDialogManagerSignaler::signal_conditionDialogDestroyed

Signal sent when the dialog is destroyed.

boost::signals2::signal<void (DtConditionalExpressionInterface*)> makVrf::DtDialogManagerSignaler::signal_expressionCreated

Signal sent when the expression is created but before it is run.

boost::signals2::signal<void (DtConditionalExpressionInterface*)> makVrf::DtDialogManagerSignaler::signal_expressionDestroyed

Signal sent when the expression is destroyed.

makVrv::DtDe& makVrf::DtDialogManagerSignaler::myDe
protected

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

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)