VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
adsbDataPageLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
14 
15 namespace makVrf
16 {
17  struct DtVrfObjectDataState;
18 
19  namespace makVrfGuiObjectInformationQt
20  {
23 
25  {
27  {
28  AppearanceItems = 0,
29  CapabilityItems
30  };
31 
32  public:
34 
35  virtual ~DtAdsbDataPageLogic();
36 
37  protected:
38  virtual void activate(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* state);
39  virtual void addDataItems(const DtVrfObjectDataState* state);
40  };
41  }
42 }
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:72
Items added DtAttribute&lt;AttributeName&gt;
Definition: adsbDataPageLogic.h:24
Definition: vrfObjectDataState.h:87

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)