VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
terrainEventHandler
terrainViewOptionsHandler.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: terrainViewOptionsHandler.h,v $ $Revision: 1.6 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef terrainViewOptionsHandler_H_
13
#define terrainViewOptionsHandler_H_
14
15
#include "
tmqt/eventHandler.h
"
16
17
class
DtTMArea
;
18
class
DtTMMapArea
;
19
20
#include "
terrainEventHandler/terrainEventHandlerDefines.h
"
21
class
DT_DLL_terrainEventHandler
DtTerrainViewOptionsHandler
:
public
DtEventHandler
22
{
23
Q_OBJECT
24
25
public
:
26
28
DtTerrainViewOptionsHandler
();
29
31
virtual
~
DtTerrainViewOptionsHandler
();
32
33
public
:
34
virtual
QWidget
*
createDialog
(
QWidget
* parent);
35
36
public
slots:
37
virtual
void
initConnections(
DtTMArea
* area);
38
40
virtual
void
initNewMapArea(
DtTMMapArea
* area);
41
42
virtual
void
dlgDestroyed();
43
44
public
:
46
static
DtEventHandler
* create(
DtEventController
* owner,
void
* usr);
47
48
protected
:
50
virtual
void
initDialog();
51
53
virtual
void
initAppConnections();
54
57
virtual
void
setBaseWindow
(
DtBaseWindow
* w);
58
61
virtual
void
showDialog
(
bool
b);
62
63
protected
:
64
DtTMMapArea
*
myCurrentMapArea
;
65
};
66
67
#endif //TERRAINVIEWOPTIONSHANDLER_H_
68
69
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)