34 virtual double time()
const;
37 virtual void setTime(
double);
40 virtual QWidget* contents(
const std::set<makVrv::DtUniqueID>& data)
override;
45 virtual void sendRequest()
override;
Definition: baseTaskSetDialogInterface.h:35
QSpinBox * mySecondsSpinBox
Definition: taskWaitDurationDialog.h:51
QSpinBox * myHoursSpinBox
Definition: taskWaitDurationDialog.h:52
QLabel * myMinutesLabel
Definition: taskWaitDurationDialog.h:53
Definition: taskWaitDurationDialog.h:59
Definition: taskSetDialogInterface.h:82
QLabel * mySecondsLabel
Definition: taskWaitDurationDialog.h:56
Definition: taskWaitDurationDialog.h:23
Contains makVrf::DtBaseTaskSetDialogInterface class. This is the interface for the dialog used by mos...
QGridLayout * myGridLayout
Definition: taskWaitDurationDialog.h:50
Class that is used as a template for task/set dialogs.
Definition: taskSetDialogInterface.h:44
QLabel * myHoursLabel
Definition: taskWaitDurationDialog.h:55
class DtSimStatement:
Definition: simStatement.h:38
QSpinBox * myMinutesSpinBox
Definition: taskWaitDurationDialog.h:54
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
QVBoxLayout * myMainLayout
Definition: taskWaitDurationDialog.h:49
QWidget * myCanvas
Definition: taskWaitDurationDialog.h:48