VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
taskAirbasePrepareQRADialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 class QRadioButton;
17 
18 namespace makVrf
19 {
20  class DtAirbaseLaunchFlightWidget;
21 
23  {
24  Q_OBJECT
25  public:
26  //CTOR
27  DtTaskAirbasePrepareQRADialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
28 
29  //DTOR
30  virtual ~DtTaskAirbasePrepareQRADialog() override;
31 
32  virtual void validate();
33 
34  protected:
35  virtual QWidget* contents(const std::set<makVrv::DtUniqueID>& data) override;
36 
37  virtual void setupStatement(const DtSimStatement* stmt) override;
38 
39  protected:
40  virtual void sendRequest() override;
41  virtual void setupFrom(const std::set<makVrv::DtUniqueID>& d) override;
42  virtual bool valid() const override;
43 
44  public:
45  QWidget* myCanvas;
46  QVBoxLayout* myLayout;
47 
50  QRadioButton* my4MinuteResponse;
51  QRadioButton* my6MinuteResponse;
52  QRadioButton* my9MinuteResponse;
53  };
54 
56  {
57  public:
58  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent) override;
59  virtual bool supportsType(makVrv::DtDe&, const DtSimTaskMessageType&, const DtSimStatement*) const override;
60  };
61 }
QLabel * myResponseTimeLabel
Definition: taskAirbasePrepareQRADialog.h:49
QVBoxLayout * myLayout
Definition: taskAirbasePrepareQRADialog.h:46
QRadioButton * my4MinuteResponse
Definition: taskAirbasePrepareQRADialog.h:50
Definition: baseTaskSetDialogInterface.h:35
QWidget * myCanvas
Definition: taskAirbasePrepareQRADialog.h:45
Definition: taskSetDialogInterface.h:82
Definition: airbaseLaunchFlightWidget.h:42
DtAirbaseLaunchFlightWidget * myLaunchFlightWidget
Definition: taskAirbasePrepareQRADialog.h:48
QRadioButton * my6MinuteResponse
Definition: taskAirbasePrepareQRADialog.h:51
Definition: taskAirbasePrepareQRADialog.h:55
Contains makVrf::DtBaseTaskSetDialogInterface class. This is the interface for the dialog used by mos...
Class that is used as a template for task/set dialogs.
Definition: taskSetDialogInterface.h:44
class DtSimStatement:
Definition: simStatement.h:38
QRadioButton * my9MinuteResponse
Definition: taskAirbasePrepareQRADialog.h:52
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
Definition: taskAirbasePrepareQRADialog.h:22
#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)