VR-Forces 4.10 Class Documentation
 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  class DtAirportRunwayLoaderFromShp;
37 
39  {
40  public:
43 
45  virtual ~DtRunwayLightsWidgetLogic();
46 
48  virtual bool setRunwayLightIntensity();
49 
51  void populateRunwaysForAirport(const std::string & airportName);
52 
53  protected:
55  void setupUI();
56 
57  protected:
58 
61 
63  };
64 }
Definition: airportRunwayLoaderFromShp.h:61
class DtRunwayLightsWidgetInterface:
Definition: runwayLightsWidgetInterface.h:22
makVrv::DtDe & myDe
Definition: runwayLightsWidgetLogic.h:59
Contains makVrv:DtSelectionManager class.
File: simMsg.h.
Definition: simMessage.h:35
Definition: runwayLightsWidgetLogic.h:38
Contains makVrv::DtEntityState class.
Base class to provide boost signal/slot management.
DtAirportRunwayLoaderFromShp * myAirportRunwayDataLoader
Definition: runwayLightsWidgetLogic.h:62
Contains makVrv::DtUniqueID type.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains the DtDisplayUnitsSettingsRecord class declaration.
DtRunwayLightsWidgetInterface * myInterface
Definition: runwayLightsWidgetLogic.h:60
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22

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)