VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
releaseBombOnLaserSpotTaskDialog.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 DtLocationEntryWidget;
17 
24  {
25  Q_OBJECT
26  public:
29  const Qt::WindowFlags& flags = 0);
30 
33 
34  protected:
37  virtual void sendRequest();
38 
39  protected:
41  };
42 
46  {
47  public:
49  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent);
50  bool supportsType(makVrv::DtDe&, const DtSimTaskMessageType&, const DtSimStatement*) const;
51  };
52 }
53 
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
Creator class for DtReleaseBombOnLaserSpotTaskDialog.
Definition: releaseBombOnLaserSpotTaskDialog.h:44
Definition: taskSetDialogInterface.h:84
Task dialog for release bomb on laser spot; creates a bomb which tracks a given laser code...
Definition: releaseBombOnLaserSpotTaskDialog.h:22
DtMapFocusHandler myMapFocusHandler
Definition: releaseBombOnLaserSpotTaskDialog.h:40
Class that is used as a template for task/set dialogs.
Definition: taskSetDialogInterface.h:46
class DtSimStatement:
Definition: simStatement.h:38
This class will manage filtered list views for the basic purpose of allowing a single list view in th...
Definition: mapFocusHandler.h:74
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:70
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)