VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
symbology
areaObjSymbol.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2000 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: areaObjSymbol.h,v $ $Revision: 1.6 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef AREAOBJSYMBOL_H
13
#define AREAOBJSYMBOL_H
14
15
#include "
symbology/symbologyDefines.h
"
16
#include "
symbology/lineObjSymbol.h
"
17
21
22
class
DT_DLL_symbology
DtAreaObjectSymbol
:
public
DtLineObjectSymbol
23
{
24
25
public
:
26
28
DtAreaObjectSymbol
();
29
DtAreaObjectSymbol
(
DtSymbolDrawer
& d);
30
32
virtual
~
DtAreaObjectSymbol
();
33
35
DtAreaObjectSymbol
(
const
DtAreaObjectSymbol
& orig);
36
38
DtAreaObjectSymbol
&
operator=
(
const
DtAreaObjectSymbol
& rhs);
39
40
virtual
DtSymbol
*
clone
()
const
;
41
42
virtual
bool
closedFigure
()
const
;
43
46
virtual
bool
checkValid()
const
;
47
virtual
bool
select
(
const
QPoint&
point
);
48
51
virtual
void
setAllowInsideSelection(
bool
b);
52
53
public
:
54
static
DtSymbol
*
create
(
DtSymbolDrawer
& drawer);
55
56
};
57
58
#endif
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
)