13 #if !defined(Q_MOC_RUN)
19 #include <boost/signals2.hpp>
21 #include <QtCore/QObject>
37 class DtSimulationCommandDialogInterface;
38 class DtVrfSimulationCommandDialogCreator;
39 class DtVrfSimulationCommandAction;
40 class DtCommandAssignmentWidgetInterface;
41 class DtCommandAssignmentWidget;
91 virtual bool removeDialogCreator(
const std::string& menuItemType);
94 virtual bool hasDialogCreator(
const std::string& menuItemType);
97 virtual void removeAllDialogCreators();
UUID is a unique ID wrapper class.
Definition: uuid.h:59
Instances of DtSimCommandStmt represent a single sim-command in a DtPlan.
Definition: simCommandStmt.h:32
std::map< std::string, DtVrfSimulationCommandDialogCreator * > DtVrfSimulationCommandDialogCreatorMap
Definition: vrfSimulationCommandDialogManager.h:49
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
The Master Scenario Settings Dialog.
Definition: vrfSimulationCommandDialogManager.h:47
Class that is used as a template for task/set dialogs.
Definition: simulationCommandDialogInterface.h:39
Contains the DtUUID class declaration.
Instances of DtTaskStmt represent a single task command.
Definition: taskStmt.h:30
Definition: simulationCommandDialogInterface.h:47
Definition: simulationCommandActions.h:24
Contains makVrv::DtVirtualBaseClass class.
DtSimCommand is an abstract base class from which commands can derive. It manages the read/write capa...
Definition: simCommand.h:32
class DtSimStatement:
Definition: simStatement.h:38
makVrv::DtDe & myDe
Definition: vrfSimulationCommandDialogManager.h:108
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:72
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22
DtVrfSimulationCommandDialogCreatorMap myDialogCreatorMap
Definition: vrfSimulationCommandDialogManager.h:109