![]() |
VR-Forces 5.0.3 Developer's Guide
|
This class will be used by the various dialog managers in the system to send out events that might be happening with the dialogs.

Public Member Functions | |
| DtDialogManagerSignaler (makVrv::DtDe &) | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Static Public Member Functions | |
| static DtDialogManagerSignaler & | instance (makVrv::DtDe &de) |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| makVrf::DtDialogManagerSignaler::DtDialogManagerSignaler | ( | makVrv::DtDe & | ) |
|
static |
Returns instance of the messager.
| 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.
|
protected |