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