VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
terrainEventHandler
terrainCreateLineHandler.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2004 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: terrainCreateLineHandler.h,v $ $Revision: 1.6 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DTTERRAINCREATELINEHANDLER_H_
13
#define DTTERRAINCREATELINEHANDLER_H_
14
17
18
#include "
tmEventHandler/createLineHandler.h
"
19
#include "
symbology/symbolList.h
"
20
#include "
terrainEventHandler/terrainEventHandlerDefines.h
"
21
22
class
DT_DLL_terrainEventHandler
DtTerrainCreateLineHandler
:
public
DtCreateLineHandler
23
{
24
Q_OBJECT
25
26
public
:
27
29
DtTerrainCreateLineHandler
();
30
32
virtual
~
DtTerrainCreateLineHandler
();
33
34
public
:
36
static
DtEventHandler
*
create
(
DtEventController
* owner,
void
* usr);
37
38
public
slots:
39
virtual
void
clearHideSymbol
(
const
DtSymbol
* s);
40
41
protected
:
42
virtual
void
initDialog
(
QWidget
* w);
43
45
virtual
QWidget
*
createWidgetFor
(
const
DtEntityMapperKey
& key,
QWidget
* parent);
46
48
virtual
void
done
();
49
51
virtual
DtSymbol
*
createTempSymbol
(
DtTMMapArea
* area);
52
53
protected
:
56
DtSymbolList
myHiddenSymbols
;
57
};
58
59
#endif //DTTERRAINCREATELINEHANDLER_H_
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
)