11 #if !defined(Q_MOC_RUN)
34 const Qt::WindowFlags& flags = 0);
40 virtual void disable(
const QString& reason);
43 virtual void enable();
47 virtual void setDetonationProximity(
const double proximity);
48 virtual const double detonationProximity()
const;
54 virtual bool editStatement(
const std::set<makVrv::DtUniqueID>& states,
const DtSimStatement* s)
override;
57 virtual QWidget* contents(
const std::set<makVrv::DtUniqueID>& data)
override;
60 virtual QBoxLayout* createMainLayout()
override;
64 virtual void sendRequest()
override = 0;
76 virtual void setupStatement(
const std::set<makVrv::DtUniqueID>& data,
81 virtual void setupFrom(
const std::set<makVrv::DtUniqueID>& d)
override;
86 virtual void setupGui(
const std::set<makVrv::DtUniqueID>& data)
override;
94 virtual bool usesGuidedMunitions(
void);
99 virtual void resourcesChanged()
override;
102 virtual void resourceCheckingDisabled()
override;
108 virtual void resourceCheckComplete()
override;
DtReleaseBombTask dialog is the base class for all the other release bomb task dialogs. It allows the user to configure the parameters which are common to all the tasks; the ammo selection and detonation proximity.
Definition: releaseBombTaskDialog.h:27
DtReleaseBombTask is the base class for all the other release bomb tasks. It is never used to launch ...
Definition: releaseBombTask.h:19
QGridLayout * myLayout
Definition: releaseBombTaskDialog.h:111
DtReleaseBombTask * myReleaseBombTask
Definition: releaseBombTaskDialog.h:115
QLabel * myDetonationProximityLabel
Definition: releaseBombTaskDialog.h:113
The class that is the interface between the GUI and the back-end.
Definition: vrfResourceRequestor.h:36
class DtSimStatement:
Definition: simStatement.h:38
DtSimResource is a class which will define a SISO Enumeration to use as a resource and the quantity o...
Definition: simResource.h:32
Definition: baseComboTaskSetDialog.h:24
QLabel * myCounterMeasuresTypesLabel
Definition: releaseBombTaskDialog.h:112
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
QDoubleSpinBox * myDetonationProximity
Definition: releaseBombTaskDialog.h:114