VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiCoreQt
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
12
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
13
14
#include <
vrvCoreQt/DtTerrainContentsWidget.h
>
15
16
class
QPushButton
;
17
18
namespace
makVrv
19
{
20
class
DtDe;
21
}
22
23
namespace
makVrf
24
{
27
class
DT_DLL_VRFGUICOREQT
DtVrfTerrainContentsWidget
28
:
public
makVrv::DtTerrainContentsWidget
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
45
friend
class
DtVrfTerrainContentsWidgetCreator
;
46
48
DtVrfTerrainContentsWidget
(
makVrv::DtDe
& de, QWidget* parent = 0,
49
Qt::WindowFlags flags = 0);
50
52
void
setupGui();
53
55
QPushButton
*
myAddSimFeatureLayerButton
;
56
};
57
60
class
DT_DLL_VRFGUICOREQT
DtVrfTerrainContentsWidgetCreator
:
61
public
makVrv::DtTerrainContentsWidgetCreator
62
{
63
64
public
:
66
virtual
makVrv::DtTerrainContentsWidget
* create(
makVrv::DtDe
& de,
67
QWidget* parent = NULL,
const
Qt::WindowFlags& flags = 0);
68
};
69
}
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)