VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
airportSettingsWidgetInterface.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 
15 #include <matrix/vlVector.h>
16 #include <vrvCore/DtUniqueID.h>
17 
18 namespace makVrf
19 {
21  //
23 
25  {
26  public:
28 
30  virtual void setAirportLocation(const DtVector& geocLocation) = 0;
31 
32  virtual makVrv::DtUniqueID getSelectedAirportUniqueID() = 0;
33 
35  virtual void updateAirportInformation() = 0;
36 
38  virtual void setButtonEnabled(bool enabled) = 0;
39  };
40 }
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
class DtAirportSettingsWidgetInterface:
Definition: airportSettingsWidgetInterface.h:24
Contains makVrv::DtUniqueID type.

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)