VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
airBaseReadinessPageLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
14 #include <QStandardItemModel>
15 
16 namespace makVrf
17 {
18  namespace makVrfGuiObjectInformationQt
19  {
20 
22  {
23  public:
25 
26  virtual ~DtAirBaseReadinessPageLogic() override;
27 
28  virtual void stateViewUpdated() override;
29 
30  protected:
31  virtual void setupReadiness(const DtRwPropertiesMap*);
32  virtual void updateHangarCapacity();
33  virtual void updateApronArea();
34  virtual void updateCrew();
35 
36  protected:
38  bool myNeedsSetup = true;
39  };
40  }
41 }
Acts as a map for properties. A map is a definition that has a key and a prototype, with values being the key and prototype pair. The key can only be a string (DtRwStringType), int (DtRwIntType, DtRwInt8Type, DtRwInt16Type, DtRwInt32Type), or real (DtRwRealType, DtRwReal32Type, DtRwReal64Type).
Definition: rwPropertiesMap.h:41
DtRwPropertiesMap myReadinessMap
Definition: airBaseReadinessPageLogic.h:37
#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:76
This is a general class which will update QStandardItemModels to display resource data in a standard ...
Definition: aggregateResourcesPageLogic.h:26

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)