VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
runwayInformationPageLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
13 
14 namespace makVrf
15 {
16  struct DtVrfObjectDataState;
17 
18  namespace makVrfGuiObjectInformationQt
19  {
21  {
22  public:
25 
26  virtual void setLightKinds(const std::set<std::string>& lg);
27  virtual void setArrestorGearStateName(const std::string& ag);
28 
29  protected:
30  virtual void activate(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* state);
31  virtual void addDataItems(const std::string& lightKind, const DtVrfObjectDataState* state);
32 
33  protected:
34  std::set<std::string> myLightKinds;
36  };
37  }
38 }
Contains makVrv::DtInformationDialogPage class.
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition: vrfGuiObjectInformationQt.h:24
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
std::set< std::string > myLightKinds
Definition: runwayInformationPageLogic.h:34
std::string myArrestorGearStateName
Definition: runwayInformationPageLogic.h:35
Definition: vrfObjectDataState.h:87

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)