VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
airportSettingsWidgetLogic.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 
16 #include <vrvCore/DtUniqueID.h>
17 
18 namespace makVrv
19 {
20  class DtDe;
21 }
22 
23 namespace makVrf
24 {
25  class DtAirportSettingsWidgetInterface;
26 
29  {
30  public:
33 
36 
38  void centerOnAirport(const makVrv::DtUniqueID& airportUniqueid);
39 
41  void setAirportLocation(const makVrv::DtUniqueID& airportUniqueid);
42 
43  DtVector getAirportGeocentricLocation(const makVrv::DtUniqueID& airportUniqueid);
44 
45  protected:
46 
48  void setupGui();
49 
51  void completeSetup();
52 
53  protected:
56  };
57 }
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
class DtAirportSettingsWidgetInterface:
Definition: airportSettingsWidgetInterface.h:24
DtAirportSettingsWidgetInterface * myInterface
Definition: airportSettingsWidgetLogic.h:55
A class that handles the logic for the DtAirportSettingsWidget.
Definition: airportSettingsWidgetLogic.h:28
makVrv::DtDe & myDe
Definition: airportSettingsWidgetLogic.h:54
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:70

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)