VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
terrainEventHandler
terrainFeaturesHandler.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: terrainFeaturesHandler.h,v $ $Revision: 1.4 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef TERRAINFEATURESHANDLER_H_
13
#define TERRAINFEATURESHANDLER_H_
14
15
#include "
tmqt/eventHandler.h
"
16
17
class
DtTMArea
;
18
class
DtBaseWindow
;
19
20
#include "
terrainEventHandler/terrainEventHandlerDefines.h
"
21
class
DT_DLL_terrainEventHandler
DtTerrainFeaturesHandler
:
public
DtEventHandler
22
{
23
Q_OBJECT
24
25
public
:
26
28
DtTerrainFeaturesHandler
();
29
31
virtual
~
DtTerrainFeaturesHandler
();
32
33
public
:
35
static
DtEventHandler
* create(
DtEventController
* owner,
void
* usr);
36
37
virtual
QWidget
*
createDialog
(
QWidget
* parent);
38
39
public
slots:
40
virtual
void
initConnections(
DtTMArea
*);
41
42
protected
:
43
44
virtual
void
initDialog(
DtBaseWindow
* parent);
45
47
virtual
void
initAppConnections();
48
51
virtual
void
setBaseWindow
(
DtBaseWindow
* w);
52
};
53
54
#endif //TERRAINFEATURESHANDLER_H_
55
56
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
)