VR-Forces 4.0.4 Class Documentation
include/symbology/circleObjSymbol.h
Go to the documentation of this file.
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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)