VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
terrainViewer.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2013 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
10 
11 #include <QtWidgets/QDialog>
12 
13 class DtDisplayWidget;
14 class QComboBox;
15 class QPushButton;
16 class QLabel;
17 class DtFilename;
18 
19 namespace makVrv
20 {
21  class DtOsgArticulatedModel;
22  class DtSceneObject;
23  class DtDe;
24 }
25 
28 {
29  Q_OBJECT
30 
31 public:
32 
34  DtTerrainViewer(makVrv::DtDe&, QWidget* p);
35 
36  virtual ~DtTerrainViewer();
37 
38  virtual void view(const DtFilename&);
39 
40 protected slots:
41  virtual void changeViewMode();
42  virtual void resetToGlobalView();
43 
44 
45 protected:
46  virtual void timedResetToGlobalView();
47  virtual void disable();
48 
49 protected:
56  std::vector<makVrv::DtOsgArticulatedModel*> myArticulatedViewers;
57  std::vector<makVrv::DtSceneObject*> mySceneObjects;
58 
60 };
This class can be used to view a terrain.
Definition: terrainViewer.h:27
makVrv::DtDe * myEditingWindowDe
Definition: terrainViewer.h:50
QPushButton * myDoneButton
Definition: terrainViewer.h:54
makVrv::DtDe & myDe
Definition: terrainViewer.h:59
std::vector< makVrv::DtSceneObject * > mySceneObjects
Definition: terrainViewer.h:57
std::vector< makVrv::DtOsgArticulatedModel * > myArticulatedViewers
Definition: terrainViewer.h:56
A simple widget with an embedded de.
Definition: displayDefinitionWidget.h:86
QLabel * myViewModesLabel
Definition: terrainViewer.h:52
DtDisplayWidget * myEditingWindowWidget
Definition: terrainViewer.h:51
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
QPushButton * myResetButton
Definition: terrainViewer.h:55
#define DT_DLL_simulationObjectEditorimpl
This file is used to determine how to build.
Definition: simulationObjectEditorImplDefines.h:33
QComboBox * myViewModes
Definition: terrainViewer.h:53

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)