VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
setOrderedAirSpeedDialog.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 
15 #include <vrfutil/rwAirSpeedType.h>
16 
17 class QComboBox;
18 
19 namespace makVrf
20 {
22  {
23  Q_OBJECT
24 
25  public:
26  //CTOR
27  DtSetOrderedAirSpeedDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
28 
29  //DTOR
30  virtual ~DtSetOrderedAirSpeedDialog();
31 
32  protected:
33  virtual QWidget* contents(const std::vector<makVrv::DtSimEntry*>& data);
34 
35  virtual void sendRequest();
36 
37  virtual std::string label() const;
38 
39  protected slots:
40  virtual void onMachSpeed();
41 
42  protected:
43  virtual void setupStatement(const DtSimStatement*);
44 
45  virtual void setAirSpeedType(DtAirSpeedType airSpeedType);
46  virtual DtAirSpeedType airSpeedType();
47 
50  };
51 
53  {
54  public:
55  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent);
56  bool supportsType(makVrv::DtDe&, const DtSetMessageType&, const DtSimStatement*) const;
57  };
58 }
Definition: setOrderedSpeedDialog.h:24
Definition: setOrderedAirSpeedDialog.h:21
Definition: taskSetDialogInterface.h:83
Definition: setOrderedSpeedDialog.h:72
Definition: setOrderedAirSpeedDialog.h:52
DtAirSpeedType
Air Speed Type PDU enums.
Definition: rwAirSpeedType.h:24
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
QComboBox * myAirSpeedType
Definition: setOrderedAirSpeedDialog.h:49

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)