13 #if !defined(Q_MOC_RUN)
20 #include <boost/signals2.hpp>
22 #include <QtCore/QObject>
38 class DtSimulationCommandDialogInterface;
39 class DtVrfSimulationCommandDialogCreator;
40 class DtVrfSimulationCommandAction;
41 class DtCommandAssignmentWidgetInterface;
42 class DtCommandAssignmentWidget;
60 virtual void onDialogDestroyed();
103 return myDialogInProgress;
116 virtual bool removeDialogCreator(
const std::string& menuItemType);
119 virtual bool hasDialogCreator(
const std::string& menuItemType);
122 virtual void removeAllDialogCreators();
UUID is a unique ID wrapper class.
Definition: rwUUID.h:222
Instances of DtSimCommandStmt represent a single sim-command in a DtPlan.
Definition: simCommandStmt.h:32
std::map< std::string, DtVrfSimulationCommandDialogCreator * > DtVrfSimulationCommandDialogCreatorMap
Definition: vrfSimulationCommandDialogManager.h:69
Virtual base class.
Definition: DtVirtualBaseClass.h:19
The Master Scenario Settings Dialog.
Definition: vrfSimulationCommandDialogManager.h:67
Class that is used as a template for task/set dialogs.
Definition: simulationCommandDialogInterface.h:41
makVrv::DtDe & myDe
Definition: vrfSimulationCommandDialogManager.h:63
Instances of DtTaskStmt represent a single task command.
Definition: taskStmt.h:26
Definition: simulationCommandDialogInterface.h:49
DtVrfSimulationCommandDialogSignalHandler mySimulationCommandDialogSignalHandler
Definition: vrfSimulationCommandDialogManager.h:138
Definition: simulationCommandActions.h:24
Contains makVrv::DtVirtualBaseClass class.
DtSimCommand is an abstract base class from which commands can derive.
Definition: simCommand.h:32
class DtSimStatement:
Definition: simStatement.h:35
Definition: vrfSimulationCommandDialogManager.h:44
bool myDialogInProgress
Definition: vrfSimulationCommandDialogManager.h:139
makVrv::DtDe & myDe
Definition: vrfSimulationCommandDialogManager.h:136
bool dialogInProgress() const
Definition: vrfSimulationCommandDialogManager.h:101
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22
DtVrfSimulationCommandDialogCreatorMap myDialogCreatorMap
Definition: vrfSimulationCommandDialogManager.h:137
boost::signals2::signal< void(DtCommandAssignmentWidget *)> signal_dialogDestroyed
Signal sent when the dialog is destroyed.
Definition: vrfSimulationCommandDialogManager.h:57