VR-Forces 5.0.3 Developer's Guide
 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.

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

Public Member Functions

 DtDialogManagerSignaler (makVrv::DtDe &)
 
- Public Member Functions inherited from makVrv::DtVirtualBaseClass
 DtVirtualBaseClass ()
 
virtual ~DtVirtualBaseClass ()
 

Static Public Member Functions

static DtDialogManagerSignalerinstance (makVrv::DtDe &de)
 

Public Attributes

boost::signals2::signal< void(DtTaskSetDialogInterface *)> signal_dialogDestroyed
 
boost::signals2::signal< void(DtCommandAssignmentWidgetInterface *)> signal_commandDialogDestroyed
 
boost::signals2::signal< void(DtTaskSetDialogInterface
*, DtVrfTaskSetAction *, bool
&reject)> 
signal_dialogAboutToBeShown
 
boost::signals2::signal< void(DtTaskSetDialogInterface *)> signal_dialogCreated
 
boost::signals2::signal< void(DtTaskSetDialogInterface *)> signal_dialogRun
 
boost::signals2::signal< void(DtCommandAssignmentWidgetInterface
*, QAction *, bool &reject)> 
signal_commandDialogAboutToBeShown
 
boost::signals2::signal< void(DtCommandAssignmentWidgetInterface *)> signal_commandDialogCreated
 
boost::signals2::signal< void(DtCommandAssignmentWidgetInterface *)> signal_commandDialogRun
 
boost::signals2::signal< void(int)> signal_dialogsInProgress
 
boost::signals2::signal< void(DtConditionalDialogInterface
*, QAction *)> 
signal_conditionDialogCreated
 
boost::signals2::signal< void(DtConditionalDialogInterface *)> signal_conditionDialogRun
 
boost::signals2::signal< void(DtConditionalDialogInterface *)> signal_conditionDialogDestroyed
 
boost::signals2::signal< void(DtConditionalExpressionInterface *)> signal_expressionCreated
 
boost::signals2::signal< void(DtConditionalExpressionInterface *)> signal_expressionRun
 
boost::signals2::signal< void(DtConditionalExpressionInterface *)> signal_expressionDestroyed
 
boost::signals2::signal< void(DtBasePlanWidget *)> signal_planWidgetFocusIn
 
boost::signals2::signal< void(DtBasePlanWidget *)> signal_planWidgetFocusOut
 

Protected Attributes

makVrv::DtDemyDe
 

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 (DtCommandAssignmentWidgetInterface*)> makVrf::DtDialogManagerSignaler::signal_commandDialogDestroyed

Signal sent when the dialog is destroyed.

boost::signals2::signal<void (DtTaskSetDialogInterface*, DtVrfTaskSetAction*, bool& reject)> makVrf::DtDialogManagerSignaler::signal_dialogAboutToBeShown

Signal sent before the signal_dialogCreated. Set the bool& to false to reject this dialog. Note if this is connected by more than one object, those objects should check the flag if they don't want it to be set back to true.

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 (DtTaskSetDialogInterface*)> makVrf::DtDialogManagerSignaler::signal_dialogRun

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

boost::signals2::signal<void (DtCommandAssignmentWidgetInterface*, QAction*, bool& reject)> makVrf::DtDialogManagerSignaler::signal_commandDialogAboutToBeShown

Signal sent before the signal_commandDialogCreated. Set the bool& to false to reject this dialog. Note if this is connected by more than one object, those objects should check the flag if they don't want it to be set back to true.

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 (DtCommandAssignmentWidgetInterface*)> makVrf::DtDialogManagerSignaler::signal_commandDialogRun

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*, QAction*)> makVrf::DtDialogManagerSignaler::signal_conditionDialogCreated

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

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

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_expressionRun

Signal sent when the expression is run.

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

Signal sent when the expression is destroyed.

boost::signals2::signal<void (DtBasePlanWidget*)> makVrf::DtDialogManagerSignaler::signal_planWidgetFocusIn

Signal sent when the plan dialog gets focus.

boost::signals2::signal<void (DtBasePlanWidget*)> makVrf::DtDialogManagerSignaler::signal_planWidgetFocusOut

Signal sent when the plan dialog loses focus.

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

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

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)