24 class DtScriptedTaskDialog;
32 virtual void setObject(
const DtUUID&);
33 virtual DtUUID object()
const;
52 virtual QWidget* contents(
const std::vector<makVrv::DtSimEntry*>& data);
54 virtual void sendRequest();
56 virtual void changeEvent(
QEvent* event);
59 virtual bool wantsSelectionOfObjectInCommandMode(
const std::vector<makVrv::DtSimEntry*>&)
const;
60 virtual void initializeItems(
const std::vector<makVrv::DtSimEntry*>& data);
61 virtual bool valid()
const;
62 virtual void validate();
63 virtual void resizeWidgetToContents();
64 virtual void showEvent(QShowEvent*);
67 virtual void stealthCommandChanged();
UUID is a unique ID wrapper class.
Definition: rwUUID.h:229
Definition: simulationCommandStealthCommand.h:26
Class that is used as a template for task/set dialogs.
Definition: simulationCommandDialogInterface.h:39
This class will created a dialog from scripted task meta data and send that information to the back-e...
Definition: scriptedTaskDialog.h:58
Definition: simulationCommandDialogInterface.h:47
DtSimCommand is an abstract base class from which commands can derive. It manages the read/write capa...
Definition: simCommand.h:32
Definition: simCommandObjectWrapper.h:42
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:70
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22
A DtSimCommand subclass which specifies how to manipulate the stealth for a particular front-end or a...
Definition: stealthCommandCommand.h:22