VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCoreQt
DtTerrainPatchDialogPage.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtTerrainPatchDialogPage.h,v $ $Revision: 1.11 $ $State: Exp $
7
******************************************************************************/
8
14
15
#pragma once
16
17
#include <
vrvCoreQt/vrvCoreQt.h
>
18
#include <
vrvCoreQt/DtSelectedInstanceDialogPage.h
>
19
20
namespace
makVrv
21
{
22
class
DtDe;
23
class
DtTerrainPatch;
24
27
class
DT_DLL_VRVCOREQT
DtTerrainPatchDialogPage
:
public
DtSelectedInstanceDialogPage
28
{
29
Q_OBJECT;
30
public
:
31
33
DtTerrainPatchDialogPage
(
DtDe
& de,
QWidget
* parent, Qt::WindowFlags f = Qt::Widget);
34
36
virtual
~
DtTerrainPatchDialogPage
();
37
38
virtual
void
onNewInstanceRequested();
39
virtual
void
onDeleteInstanceRequested();
40
41
protected
:
42
virtual
void
setupGui();
43
44
virtual
void
addTerrain(
const
DtTerrainPatch
& terrainPatch );
45
virtual
void
removeTerrain(
const
DtTerrainPatch
& terrainPatch );
46
47
virtual
void
activate();
48
virtual
void
deactivate();
49
};
50
}
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)