VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
entityEditorImpl
terrainViewer.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2013 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
8
9
#include "
entityEditorImpl/entityEditorImplDefines.h
"
10
#include <vrvCore/DtDe.h>
11
12
#include <QDialog>
13
14
class
DtDisplayWidget
;
15
class
QComboBox
;
16
class
QPushButton
;
17
class
QLabel;
18
20
class
DT_DLL_entityeditorimpl
DtTerrainViewer
:
public
QDialog
21
{
22
Q_OBJECT
23
24
public
:
25
27
DtTerrainViewer
(makVrv::DtDe&,
QWidget
* p);
28
29
virtual
~
DtTerrainViewer
();
30
31
virtual
void
view(
const
DtFilename&);
32
33
protected
slots:
34
virtual
void
changeViewMode();
35
virtual
void
resetToGlobalView();
36
37
38
protected
:
39
virtual
void
timedResetToGlobalView();
40
virtual
void
disable();
41
42
protected
:
43
makVrv::DtDe*
myEditingWindowDe
;
44
DtDisplayWidget
*
myEditingWindowWidget
;
45
QLabel*
myViewModesLabel
;
46
QComboBox
*
myViewModes
;
47
QPushButton
*
myDoneButton
;
48
QPushButton
*
myResetButton
;
49
50
makVrv::DtDe&
myDe
;
51
};
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)