VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
airportLightControllerWidgetLogic.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
12 
14 
17 #include <vrvCore/DtUniqueID.h>
19 
21 
22 #include <vlutil/vlPerformanceStats.h>
23 
25 #include <matrix/vlVector.h>
26 
27 class QString;
28 class DtSimMessage;
29 
30 namespace makVrv
31 {
32  class DtDe;
33 }
34 
35 namespace makVrf
36 {
37  class DtAirportLightControllerWidgetInterface;
38  class DtAirportRunwayLoaderFromShp;
39 
42  {
43  public:
46 
49 
51  void centerOnRunway(const std::string & icaoName);
52 
54  void setAirportLocation(const std::string & icaoName);
55 
56  protected:
57 
59  void setupGui();
60 
62  void completeSetup();
63 
64  protected:
67 
68  };
69 }
Contains makVrv:DtSelectionManager class.
makVrv::DtDe & myDe
Definition: airportLightControllerWidgetLogic.h:65
class DtAirportLightControllerWidgetInterface:
Definition: airportLightControllerWidgetInterface.h:24
File: simMsg.h.
Definition: simMessage.h:35
A class that handles the logic for the DtAirportLightControllerWidget.
Definition: airportLightControllerWidgetLogic.h:41
Base class to provide boost signal/slot management.
DtAirportLightControllerWidgetInterface * myInterface
Definition: airportLightControllerWidgetLogic.h:66
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:76
Contains the DtDisplayUnitsSettingsRecord class declaration.
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)