![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /********************************************************************* 00002 ** Copyright (c) 2003 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 /********************************************************************* 00006 ** $RCSfile: circleObjSymbol.h,v $ $Revision: 1.5 $ $State: Exp $ 00007 *********************************************************************/ 00008 00011 00012 #ifndef CIRCLEOBJSYMBOL_H 00013 #define CIRCLEOBJSYMBOL_H 00014 00015 #include "symbology/areaObjSymbol.h" 00016 00020 00021 #include "symbology/symbologyDefines.h" 00022 class DT_DLL_symbology DtCircleObjectSymbol : public DtAreaObjectSymbol 00023 { 00024 00025 public: 00026 00028 DtCircleObjectSymbol(); 00029 DtCircleObjectSymbol(DtSymbolDrawer& d); 00030 00032 virtual ~DtCircleObjectSymbol(); 00033 00035 DtCircleObjectSymbol(const DtCircleObjectSymbol& orig); 00036 00038 DtCircleObjectSymbol& operator=(const DtCircleObjectSymbol& rhs); 00039 00040 virtual bool select(const QPoint& point); 00041 virtual bool select(const QPoint& point, const QSize& s); 00042 virtual void setHighlight(const bool highlight); 00043 virtual bool highlight() const; 00044 virtual DtSymbol* clone() const; 00045 00046 virtual int resetLabelPositions() const; 00047 virtual bool setLocationData(const QPolygon* pPoints); 00048 00049 protected: 00050 virtual bool checkValid() const; 00051 00052 public: 00053 static DtSymbol* create(DtSymbolDrawer& drawer); 00054 }; 00055 00056 #endif