VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
airbaseSuppliesAndPersonnelPageLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
13 
14 class QTreeWidgetItem;
15 
16 namespace makVrf
17 {
18  namespace makVrfGuiObjectInformationQt
19  {
21  {
22  public:
24 
25  virtual ~DtAirBaseSuppliesAndPersonnelPageLogic() override;
26 
27  protected:
28  virtual void stateViewUpdated() override;
29 
30  virtual void initializeHeaders(QStandardItemModel* model);
31 
32  protected:
35  };
36  }
37 }
Definition: airbaseSuppliesAndPersonnelPageLogic.h:20
QTreeWidgetItem * myGroundCrew
Definition: airbaseSuppliesAndPersonnelPageLogic.h:34
QTreeWidgetItem * myAirCrew
Definition: airbaseSuppliesAndPersonnelPageLogic.h:33
#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)