VR-Forces 4.2 Class Documentation
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 
16 
20 
23 {
24 
25 public:
26 
30 
32  virtual ~DtCircleObjectSymbol();
33 
36 
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 Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)