16 class DtLocationEntryWidget;
26 const Qt::WindowFlags& flags = 0);
32 virtual void disable(
const QString& reason);
35 virtual void enable();
39 virtual QWidget* contents(
const std::vector<makVrv::DtSimEntry*>& data);
43 virtual void sendRequest();
51 virtual void setupStatement(
const std::vector<makVrv::DtSimEntry*>& data,
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
Definition: taskSetDialogInterface.h:84
Class that is used as a template for task/set dialogs.
Definition: taskSetDialogInterface.h:46
DtLocationEntryWidget * myLocation
Definition: releaseBombOnLocationTaskDialog.h:55
class DtSimStatement:
Definition: simStatement.h:38
Creator class for DtReleaseBombOnLocationTaskDialog.
Definition: releaseBombOnLocationTaskDialog.h:63
This class will manage filtered list views for the basic purpose of allowing a single list view in th...
Definition: mapFocusHandler.h:77
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:72
Definition: locationEntryWidget.h:47
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22
DtMapFocusHandler myMapFocusHandler
Definition: releaseBombOnLocationTaskDialog.h:58
Task dialog for release bomb on (a user specified) location.
Definition: releaseBombOnLocationTaskDialog.h:19