24 class DtScriptedTaskDialog;
32 virtual void setObject(
const DtUUID&)
override;
33 virtual DtUUID object()
const override;
52 virtual QWidget* contents(
const std::set<makVrv::DtUniqueID>& data)
override;
54 virtual void sendRequest()
override;
56 virtual void changeEvent(
QEvent* event)
override;
59 virtual bool wantsSelectionOfObjectInCommandMode(
const std::set<makVrv::DtUniqueID>&)
const override;
60 virtual void initializeItems(
const std::set<makVrv::DtUniqueID>& data)
override;
61 virtual bool valid()
const override;
62 virtual void validate();
63 virtual void resizeWidgetToContents();
64 virtual void showEvent(QShowEvent*)
override;
67 virtual void stealthCommandChanged();
UUID is a unique ID wrapper class.
Definition: uuid.h:59
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:60
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:76
#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