VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
setAirBasePersonnelAndSuppliesDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 
10 #pragma once
11 
12 #if !defined(Q_MOC_RUN)
15 
17 #endif
18 
19 class QSlider;
20 
21 namespace makVrf
22 {
26  {
27  Q_OBJECT
28  public:
29  //CTOR
30  DtSetAirBasePersonnelAndSuppliesDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
31 
32  //DTOR
34 
35  virtual void setupGui(const std::vector<makVrv::DtSimEntry*>& data);
36 
37  protected:
38  virtual void addDataEntryIfModifiableValue(PropertyItem& item, const DtReaderWriter* rw, const DtString& pathSoFar,
39  int level, bool updateExistingValue, int row);
40 
41  protected:
44  };
45 
47  {
48  public:
50  virtual DtTaskSetDialogInterface* createDialog(makVrv::DtDe&, QWidget* parent);
51  };
52 }
DT_DLL_VRVCORE DtTaitBryan level(const DtCoordinateSystem &cs, const DtVector &localOrigin, double topoHeading)
Returns a level orientation with the topographic heading.
Definition: taskSetDialogInterface.h:84
Definition: readerWriter.h:85
PropertyItem myAirCrewItem
Definition: setAirBasePersonnelAndSuppliesDialog.h:42
Definition: setStatePropertiesDialog.h:208
Sets up the set dialog to be able to change all state properties. If multiple items are selected only...
Definition: setAirBasePersonnelAndSuppliesDialog.h:25
Definition: setStatePropertyDialog.h:226
Definition: setAirBasePersonnelAndSuppliesDialog.h:46
Sets up the set dialog to be able to change all state properties. If multiple items are selected only...
Definition: setStatePropertyDialog.h:31
PropertyItem myGroundCrewItem
Definition: setAirBasePersonnelAndSuppliesDialog.h:43
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
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22

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)