VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
releaseBombUnguidedTaskDialog.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
13 
14 namespace makVrf
15 {
16  class DtLocationReferenceEntryWidget;
17 
22  {
23  Q_OBJECT
24  public:
26  DtReleaseBombUnguidedTaskDialog(makVrv::DtDe& de, QWidget* parent,
27  const Qt::WindowFlags& flags = 0);
28 
30  virtual ~DtReleaseBombUnguidedTaskDialog() override;
31 
33  virtual void disable(const QString& reason) override;
34 
36  virtual void enable() override;
37 
38  protected:
40  virtual QWidget* contents(const std::set<makVrv::DtUniqueID>& data) override;
41 
44  virtual void sendRequest() override;
45 
48  virtual void populateTaskFromDialog(DtReleaseBombTask* task) override;
49 
51  virtual void setupStatement(const std::set<makVrv::DtUniqueID>& data, const DtSimStatement* stmt) override;
52 
54  virtual void addPlanVariablesFilter();
55 
56  virtual bool usesGuidedMunitions(void) override;
57 
58  };
59 
63  {
64  public:
66  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent) override;
67  virtual bool supportsType(makVrv::DtDe&, const DtSimTaskMessageType&, const DtSimStatement*) const override;
68  };
69 }
70 
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:82
Creator class for DtReleaseBombUnguidedTaskDialog.
Definition: releaseBombUnguidedTaskDialog.h:61
Class that is used as a template for task/set dialogs.
Definition: taskSetDialogInterface.h:44
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
Task dialog for release bomb on target; launches a bomb which is aimed at a named object...
Definition: releaseBombUnguidedTaskDialog.h:20
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)