16 #include <QtWidgets/QWidget>
27 Qt::Dialog | Qt::CustomizeWindowHint | Qt::WindowTitleHint;
37 class DtSimulationCommandDialogInterface;
49 virtual void setObject(
const DtUUID&) = 0;
50 virtual DtUUID object()
const = 0;
UUID is a unique ID wrapper class.
Definition: uuid.h:59
DtSimCommand * mySimCommand
Definition: simCommandObjectWrapper.h:65
DtSimCommand * simCommand()
Definition: simCommandObjectWrapper.h:54
makVrv::DtDe & myDe
Definition: simCommandObjectWrapper.h:66
Contains the DtUUID class declaration.
const DtSimCommand * simCommand() const
Definition: simCommandObjectWrapper.h:59
DtSimCommand is an abstract base class from which commands can derive. It manages the read/write capa...
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:42
static const Qt::WindowFlags theSimulationCommandSetCreationFlags
Definition: simCommandObjectWrapper.h:26
class DtSimStatement:
Definition: simStatement.h:38
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:76
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22