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();
58 virtual bool wantsSelectionOfObjectInCommandMode(
const std::vector<makVrv::DtSimEntry*>&)
const;
59 virtual void initializeItems(
const std::vector<makVrv::DtSimEntry*>& data);
60 virtual bool valid()
const;
61 virtual void validate();
62 virtual void resizeWidgetToContents();
63 virtual void showEvent(QShowEvent*);
66 virtual void stealthCommandChanged();
UUID is a unique ID wrapper class.
Definition: rwUUID.h:222
Definition: simulationCommandStealthCommand.h:26
Class that is used as a template for task/set dialogs.
Definition: simulationCommandDialogInterface.h:41
This class will created a dialog from scripted task meta data and send that information to the back-e...
Definition: scriptedTaskDialog.h:57
Definition: simulationCommandDialogInterface.h:49
DtSimCommand is an abstract base class from which commands can derive.
Definition: simCommand.h:32
Definition: simCommandObjectWrapper.h:44
class DtSimStatement:
Definition: simStatement.h:41
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
#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