VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfTerrainContentsWidget.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
13 
15 
16 class QPushButton;
17 
18 namespace makVrv
19 {
20  class DtDe;
21 }
22 
23 namespace makVrf
24 {
29  {
30 
31  Q_OBJECT
32 
33  public:
34 
36  virtual ~DtVrfTerrainContentsWidget();
37 
38  protected slots:
39 
40  virtual void on_addSimFeatureLayerBtn_clicked();
41 
42  protected:
43 
46 
48  DtVrfTerrainContentsWidget(makVrv::DtDe& de, QWidget* parent = 0,
49  Qt::WindowFlags flags = 0);
50 
52  void setupGui();
53 
56  };
57 
62  {
63 
64  public:
67  QWidget* parent = NULL, const Qt::WindowFlags& flags = 0);
68  };
69 }
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
Contains makVrv::DtTerrainContentsWidget class.
Terrain Contents Widget creator.
Definition: vrfTerrainContentsWidget.h:60
The DtTerrainContentsWidget displays the terrain Contents that were used to compose the current terra...
Definition: vrfTerrainContentsWidget.h:27
The DtTerrainContentsWidget displays the terrain Contents that were used to compose the current terra...
Definition: DtTerrainContentsWidget.h:36
QPushButton * myAddSimFeatureLayerButton
Add Sim Feature Layer button.
Definition: vrfTerrainContentsWidget.h:55
Terrain Contents Widget creator.
Definition: DtTerrainContentsWidget.h:139
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)