VR-Forces 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 
12 
13 namespace makVrf
14 {
15  class DtLocationEntryWidget;
16 
23  {
24  Q_OBJECT
25  public:
28  const Qt::WindowFlags& flags = 0);
29 
31  virtual ~DtReleaseBombOnLaserSpotTaskDialog() override;
32 
33  protected:
36  virtual void sendRequest() override;
37  };
38 
42  {
43  public:
45  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent) override;
46  virtual bool supportsType(makVrv::DtDe&, const DtSimTaskMessageType&, const DtSimStatement*) const override;
47  };
48 }
49 
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:40
Definition: taskSetDialogInterface.h:82
Task dialog for release bomb on laser spot; creates a bomb which tracks a given laser code...
Definition: releaseBombOnLaserSpotTaskDialog.h:21
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
#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)