11 #include <boost/signals2.hpp>
26 class DtTaskSetDialogInterface;
27 class DtCommandAssignmentWidgetInterface;
28 class DtConditionalDialogInterface;
29 class DtConditionalExpressionInterface;
30 class DtCommandAssignmentWidget;
Virtual base class.
Definition: DtVirtualBaseClass.h:22
boost::signals2::signal< void(DtConditionalExpressionInterface *)> signal_expressionDestroyed
Signal sent when the expression is destroyed.
Definition: dialogManagerSignaler.h:67
Definition: scenario.h:52
boost::signals2::signal< void(DtConditionalDialogInterface *)> signal_conditionDialogDestroyed
Signal sent when the dialog is destroyed.
Definition: dialogManagerSignaler.h:61
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:55
This class will be used by the various dialog managers in the system to send out events that might be...
Definition: dialogManagerSignaler.h:34
boost::signals2::signal< void(DtConditionalExpressionInterface *)> signal_expressionCreated
Signal sent when the expression is created but before it is run.
Definition: dialogManagerSignaler.h:64
#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:49
Contains makVrv::DtVirtualBaseClass class.
boost::signals2::signal< void(DtConditionalDialogInterface *)> signal_conditionDialogCreated
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:43
boost::signals2::signal< void(DtCommandAssignmentWidgetInterface *)> signal_commandDialogCreated
Signal sent when the dialog is created but before it is run.
Definition: dialogManagerSignaler.h:52
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
makVrv::DtDe & myDe
Definition: dialogManagerSignaler.h:70
boost::signals2::signal< void(DtCommandAssignmentWidget *)> signal_commandDialogDestroyed
Signal sent when the dialog is destroyed.
Definition: dialogManagerSignaler.h:46