10 #include <boost/signals2.hpp>
26 class DtTaskSetDialogInterface;
27 class DtCommandAssignmentWidgetInterface;
28 class DtConditionalDialogInterface;
29 class DtConditionalExpressionInterface;
30 class DtCommandAssignmentWidget;
31 class DtBasePlanWidget;
32 class DtVrfTaskSetAction;
boost::signals2::signal< void(DtConditionalDialogInterface *, QAction *)> signal_conditionDialogCreated
Signal sent when the dialog is created but before it is run.
Definition: dialogManagerSignaler.h:74
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
boost::signals2::signal< void(DtConditionalExpressionInterface *)> signal_expressionDestroyed
Signal sent when the expression is destroyed.
Definition: dialogManagerSignaler.h:89
boost::signals2::signal< void(DtBasePlanWidget *)> signal_planWidgetFocusIn
Signal sent when the plan dialog gets focus.
Definition: dialogManagerSignaler.h:92
boost::signals2::signal< void(DtCommandAssignmentWidgetInterface *)> signal_commandDialogDestroyed
Signal sent when the dialog is destroyed.
Definition: dialogManagerSignaler.h:48
Definition: scenario.h:52
boost::signals2::signal< void(DtConditionalDialogInterface *)> signal_conditionDialogDestroyed
Signal sent when the dialog is destroyed.
Definition: dialogManagerSignaler.h:80
class DtScenarioExplorer:
Definition: scenarioExplorer.h:26
boost::signals2::signal< void(int)> signal_dialogsInProgress
Signal sent when dialogs are/are not in progress.
Definition: dialogManagerSignaler.h:71
This class will be used by the various dialog managers in the system to send out events that might be...
Definition: dialogManagerSignaler.h:36
boost::signals2::signal< void(DtConditionalExpressionInterface *)> signal_expressionCreated
Signal sent when the expression is created but before it is run.
Definition: dialogManagerSignaler.h:83
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
boost::signals2::signal< void(DtTaskSetDialogInterface *)> signal_dialogCreated
Signal sent when the dialog is created but before it is run.
Definition: dialogManagerSignaler.h:55
boost::signals2::signal< void(DtConditionalExpressionInterface *)> signal_expressionRun
Signal sent when the expression is run.
Definition: dialogManagerSignaler.h:86
boost::signals2::signal< void(DtCommandAssignmentWidgetInterface *, QAction *, bool &reject)> signal_commandDialogAboutToBeShown
Signal sent before the signal_commandDialogCreated. Set the bool& to false to reject this dialog...
Definition: dialogManagerSignaler.h:62
boost::signals2::signal< void(DtBasePlanWidget *)> signal_planWidgetFocusOut
Signal sent when the plan dialog loses focus.
Definition: dialogManagerSignaler.h:95
Contains makVrv::DtVirtualBaseClass class.
boost::signals2::signal< void(DtConditionalDialogInterface *)> signal_conditionDialogRun
Signal sent when the dialog is created but before it is run.
Definition: dialogManagerSignaler.h:77
boost::signals2::signal< void(DtTaskSetDialogInterface *)> signal_dialogRun
Signal sent when the dialog is created but before it is run.
Definition: dialogManagerSignaler.h:58
boost::signals2::signal< void(DtTaskSetDialogInterface *)> signal_dialogDestroyed
Signal sent when the dialog is destroyed.
Definition: dialogManagerSignaler.h:45
boost::signals2::signal< void(DtCommandAssignmentWidgetInterface *)> signal_commandDialogCreated
Signal sent when the dialog is created but before it is run.
Definition: dialogManagerSignaler.h:65
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
makVrv::DtDe & myDe
Definition: dialogManagerSignaler.h:98
boost::signals2::signal< void(DtCommandAssignmentWidgetInterface *)> signal_commandDialogRun
Signal sent when the dialog is created but before it is run.
Definition: dialogManagerSignaler.h:68
boost::signals2::signal< void(DtTaskSetDialogInterface *, DtVrfTaskSetAction *, bool &reject)> signal_dialogAboutToBeShown
Signal sent before the signal_dialogCreated. Set the bool& to false to reject this dialog...
Definition: dialogManagerSignaler.h:52