VR-Forces 4.1.1 Class Documentation
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 
17 
21 
23 {
24 
25 public:
26 
30 
32  virtual ~DtAreaObjectSymbol();
33 
36 
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 Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)