VR-Forces 4.2 Class Documentation
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 
16 
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 Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)