VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
setAirBaseFacilitiesDialog.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 {
24  {
25  Q_OBJECT
26  public:
27  //CTOR
28  DtSetAirBaseFacilitiesDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
29 
30  //DTOR
32  };
33 
35  {
36  public:
38  virtual DtTaskSetDialogInterface* createDialog(makVrv::DtDe&, QWidget* parent);
39  };
40 }
Definition: setAirBaseFacilitiesDialog.h:34
Definition: taskSetDialogInterface.h:84
Definition: setStatePropertyDialog.h:226
Definition: setAirBaseFacilitiesDialog.h:23
Sets up the set dialog to be able to change all state properties. If multiple items are selected only...
Definition: setStatePropertyDialog.h:31
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
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)