VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
terrainEventHandler
terrainInfoHandler.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2004 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: terrainInfoHandler.h,v $ $Revision: 1.4 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DTTERRAININFOHANDLER_H_
13
#define DTTERRAININFOHANDLER_H_
14
15
#include "
tmEventHandler/infoHandler.h
"
16
17
#include "
terrainEventHandler/terrainEventHandlerDefines.h
"
18
class
DT_DLL_terrainEventHandler
DtTerrainInfoHandler
:
public
DtInfoHandler
19
{
20
Q_OBJECT
21
22
public
:
24
DtTerrainInfoHandler
();
25
27
virtual
~
DtTerrainInfoHandler
();
28
29
public
:
31
static
DtEventHandler
* create(
DtEventController
* owner,
void
* usr);
32
33
protected
:
34
virtual
QWidget
*
createDialog
(
QWidget
* parent,
const
DtModelData
& d);
35
virtual
void
initDialog
(
QWidget
* info,
const
DtModelData
&);
36
virtual
void
initConnections
(
QWidget
* info);
37
virtual
void
disconnectConnections
(
QWidget
* info);
38
40
virtual
QString
keyFor
(
const
DtModelData
& d)
const
;
41
virtual
const
char
*
eventSignalName
() {
return
DtTerrainFeatureInfoDialogEvent
; };
42
};
43
44
#endif //DTTERRAININFOHANDLER_H_
45
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
)