VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvCoreQt
DtGdbSurfacesLogic.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtGdbSurfacesLogic.h,v $ $Revision: 1.15 $ $State: Exp $
7
******************************************************************************/
8
12
13
#ifndef DtGdbSurfacesLogic_H_
14
#define DtGdbSurfacesLogic_H_
15
16
#include <
vrvCoreQt/vrvCoreQt.h
>
17
#include <
vrvCoreQt/DtGdbSurfacesInterface.h
>
18
19
namespace
makVrv
20
{
21
class
DtDe;
22
25
class
DT_DLL_VRVCOREQT
DtGdbSurfacesLogic
26
{
27
public
:
30
DtGdbSurfacesLogic
(
DtDe
& de,
31
DtGdbSurfacesInterface
* anInterface,
32
std::string patchDefinition);
33
35
~
DtGdbSurfacesLogic
();
36
37
protected
:
39
void
fillWidget();
40
41
43
void
changeSurface(
int
id
,
bool
isOn);
44
46
void
slot_surfaceChanged(
DtTerrainPatch
&,
int
id
,
bool
onP);
47
48
50
std::map<DtTerrainPatch::GdbSurface, std::string>
mySurfaceRules
;
51
53
DtGdbSurfacesInterface
*
myInterface
;
54
56
DtTerrainPatch
*
myCurrentTerrainPatch
;
57
59
DtDe
&
myDe
;
60
};
61
}
62
63
#endif
64
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)