VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
airportLightControllerWidgetInterface.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 
15 #include <set>
16 #include <string>
17 
18 namespace makVrf
19 {
21  //
23 
25  {
26  public:
28 
30  virtual void setAirportLocation(double lat, double lon, double elev) = 0;
31 
33  virtual std::string getAirportSelected() = 0;
34 
36  virtual std::string getIcaoForAirportSelected() = 0;
37 
39  virtual void updateAirportInformation() = 0;
40 
41 
42  };
43 
44 }
class DtAirportLightControllerWidgetInterface:
Definition: airportLightControllerWidgetInterface.h:24
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)