VR-Forces 4.10 Class Documentation
 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 
32 
33  protected:
36  virtual void sendRequest();
37  };
38 
42  {
43  public:
45  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent);
46  bool supportsType(makVrv::DtDe&, const DtSimTaskMessageType&, const DtSimStatement*) const;
47  };
48 }
49 
DtReleaseBombTask dialog is the base class for all the other release bomb task dialogs.
Definition: releaseBombTaskDialog.h:27
Creator class for DtReleaseBombOnLaserSpotTaskDialog.
Definition: releaseBombOnLaserSpotTaskDialog.h:40
Definition: taskSetDialogInterface.h:83
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:45
class DtSimStatement:
Definition: simStatement.h:35
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)