18 #include <QtWidgets/QWidget>
25 class DtSimObjectEntry;
29 Qt::Dialog | Qt::CustomizeWindowHint | Qt::WindowTitleHint;
39 class DtSimulationCommandDialogInterface;
51 virtual void setObject(
const DtUUID&) = 0;
52 virtual DtUUID object()
const = 0;
UUID is a unique ID wrapper class.
Definition: rwUUID.h:222
DtSimCommand * mySimCommand
Definition: simCommandObjectWrapper.h:67
DtSimCommand * simCommand()
Definition: simCommandObjectWrapper.h:56
makVrv::DtDe & myDe
Definition: simCommandObjectWrapper.h:68
const DtSimCommand * simCommand() const
Definition: simCommandObjectWrapper.h:61
DtSimCommand is an abstract base class from which commands can derive.
Definition: simCommand.h:32
A DtSimCommand subclass which specifies a change to the weather settings for the specified weather ar...
Definition: changeWeatherCommand.h:29
Definition: simCommandObjectWrapper.h:44
static const Qt::WindowFlags theSimulationCommandSetCreationFlags
Definition: simCommandObjectWrapper.h:28
class DtSimStatement:
Definition: simStatement.h:35
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22