VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
simulationCommandRunwayLighting.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 #if 0
11 #pragma once
12 
16 
17 #include <QtWidgets/QWidget>
18 
20 
21 namespace makVrf
22 {
23  class DtRunwayLightsWidget;
24 
25  class DT_DLL_VRFGUITASKSETQT DtRunwayLightingCommandObjectWrapper : public DtSimCommandObjectWrapper
26  {
27  public:
28  DtRunwayLightingCommandObjectWrapper(makVrv::DtDe&, const DtChangeAirportLightingCommand&);
29  DtRunwayLightingCommandObjectWrapper(const DtRunwayLightingCommandObjectWrapper&);
30 
31  virtual void setObject(const DtUUID&);
32  virtual DtUUID object() const;
33 
34  virtual DtSimCommandObjectWrapper* clone() const;
35  };
36 
37  class DT_DLL_VRFGUITASKSETQT DtSimulationCommandRunwayLighting : public DtSimulationCommandDialogInterface
38  {
39  Q_OBJECT
40 
41  public:
43  DtSimulationCommandRunwayLighting(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
44 
45  //DTOR
46  ~DtSimulationCommandRunwayLighting();
47 
48  protected:
49 
50  virtual QWidget* contents(const std::vector<makVrv::DtSimEntry*>& data);
51 
52  virtual void setupStatement(const DtSimStatement* stmt);
53 
54  virtual void sendRequest();
55 
56  public:
57  QWidget* myCanvas;
58  DtRunwayLightsWidget* myRunwayWidget;
59 
60  protected:
61  makVrv::DtSignalConnectionManager myConnectionManager;
62  };
63 }
64 #endif
UUID is a unique ID wrapper class.
Definition: uuid.h:59
Base class for any DtSimCommand which causes changes to airport lighting.
Definition: changeAirportLightingCommand.h:17
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Base class to provide boost signal/slot management.
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:72
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)