VR-Forces 4.0.4 Class Documentation
include/symbology/areaObjSymbol.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2000 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: areaObjSymbol.h,v $ $Revision: 1.6 $ $State: Exp $
00007 *********************************************************************/
00008 
00011 
00012 #ifndef AREAOBJSYMBOL_H
00013 #define AREAOBJSYMBOL_H
00014 
00015 #include "symbology/symbologyDefines.h"
00016 #include "symbology/lineObjSymbol.h"
00017 
00021 
00022 class DT_DLL_symbology DtAreaObjectSymbol : public DtLineObjectSymbol
00023 {
00024 
00025 public:
00026 
00028    DtAreaObjectSymbol();
00029    DtAreaObjectSymbol(DtSymbolDrawer& d);
00030 
00032    virtual ~DtAreaObjectSymbol();
00033 
00035    DtAreaObjectSymbol(const DtAreaObjectSymbol& orig);
00036 
00038    DtAreaObjectSymbol& operator=(const DtAreaObjectSymbol& rhs);
00039 
00040    virtual DtSymbol* clone() const;
00041 
00042    virtual bool closedFigure() const;
00043 
00046    virtual bool checkValid() const;
00047    virtual bool select(const QPoint& point);
00048 
00051    virtual void setAllowInsideSelection(bool b);
00052 
00053 public:
00054    static DtSymbol* create(DtSymbolDrawer& drawer);
00055 
00056 };
00057 
00058 #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)