VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
runwayLightsWidgetLogic.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
13 
16 #include <vrvCore/DtUniqueID.h>
18 #include <vrvCore/DtEntityState.h>
20 
21 
23 #include <matrix/vlVector.h>
24 
25 class QString;
26 class DtSimMessage;
27 
28 namespace makVrv
29 {
30  class DtDe;
31 }
32 
33 namespace makVrf
34 {
35  class DtRunwayLightsWidgetInterface;
36 
38  {
39  public:
42 
44  virtual ~DtRunwayLightsWidgetLogic();
45 
47  virtual bool setRunwayLightIntensity();
48 
50  void populateRunwaysForAirport(const std::string & airportName);
51 
52  protected:
54  void setupUI();
55 
56  protected:
57 
60  };
61 }
class DtRunwayLightsWidgetInterface:
Definition: runwayLightsWidgetInterface.h:23
makVrv::DtDe & myDe
Definition: runwayLightsWidgetLogic.h:58
Contains makVrv:DtSelectionManager class.
File: simMsg.h.
Definition: simMessage.h:35
Definition: runwayLightsWidgetLogic.h:37
Contains makVrv::DtVrlinkSimulatedEntityState class.
Base class to provide boost signal/slot management.
Contains makVrv::DtUniqueID type.
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
Contains the DtDisplayUnitsSettingsRecord class declaration.
DtRunwayLightsWidgetInterface * myInterface
Definition: runwayLightsWidgetLogic.h:59
#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)