VR-Forces 4.10 Class Documentation
 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 
17 namespace makVrf
18 {
20  //
22 
24  {
25  public:
27 
29  virtual void setAirportLocation(double lat, double lon, double elev) = 0;
30 
32  virtual std::string getAirportSelected() = 0;
33 
35  virtual std::string getIcaoForAirportSelected() = 0;
36 
38  virtual void updateAirportInformation() = 0;
39 
40 
41  };
42 
43 }
class DtAirportLightControllerWidgetInterface:
Definition: airportLightControllerWidgetInterface.h:23
#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)