VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
symbology
boxSymbol.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: boxSymbol.h,v $ $Revision: 1.6 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtBoxSymbol_H_
13
#define DtBoxSymbol_H_
14
15
#include "
symbology/polygonSymbol.h
"
16
18
#include "
symbology/symbologyDefines.h
"
19
class
DT_DLL_symbology
DtBoxSymbol
:
public
DtPolygonSymbol
20
{
21
public
:
22
24
DtBoxSymbol
(
DtSymbolDrawer
& drawer);
25
27
DtBoxSymbol
(
DtNullDrawer
& drawer);
28
30
DtBoxSymbol
(
const
DtBoxSymbol
& orig);
31
33
virtual
~
DtBoxSymbol
();
34
36
virtual
DtSymbol
*
clone
()
const
;
37
39
virtual
bool
setAndCalculatePoint
(
int
iIndex,
const
QPoint& pnt);
40
42
virtual
bool
adjustPoints
(QPolygon& pnts,
bool
constrain);
43
44
virtual
bool
setAndCalculatePoint
(
int
iIndex,
const
DtPoint
& pnt, QVector<DtPoint>* list);
45
46
virtual
bool
keepAspectRatio
()
const
;
47
48
private
:
50
DtBoxSymbol
();
51
};
52
53
#endif
54
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
)