VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
setAerodromeLightsDialog.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 namespace makVrf
17 {
19  {
20  Q_OBJECT
21 
22  public:
23  //CTOR
24  DtSetAerodromeLightsDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
25 
26  //DTOR
27  virtual ~DtSetAerodromeLightsDialog();
28 
29  virtual QWidget* contents(const std::vector<makVrv::DtSimEntry*>& data);
30 
31  protected:
32  virtual void sendRequest();
33 
34  protected:
35  virtual void setupStatement(const DtSimStatement*);
36  };
37 
39  {
40  public:
41  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent);
42  bool supportsType(makVrv::DtDe&, const DtSetMessageType&, const DtSimStatement*) const;
43  };
44 }
Definition: taskSetDialogInterface.h:65
Definition: taskSetDialogInterface.h:84
Definition: setAerodromeLightsDialogInterface.h:34
Definition: setAerodromeLightsDialog.h:18
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:70
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22
Definition: setAerodromeLightsDialog.h:38

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)