VR-Forces 4.0.4 Class Documentation
include/symbology/boxSymbol.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2003 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: boxSymbol.h,v $ $Revision: 1.6 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00012 #ifndef DtBoxSymbol_H_
00013 #define DtBoxSymbol_H_
00014 
00015 #include "symbology/polygonSymbol.h"
00016 
00018 #include "symbology/symbologyDefines.h"
00019 class DT_DLL_symbology DtBoxSymbol : public DtPolygonSymbol
00020 {
00021 public:
00022 
00024    DtBoxSymbol( DtSymbolDrawer & drawer);
00025 
00027    DtBoxSymbol( DtNullDrawer & drawer);
00028 
00030    DtBoxSymbol(const DtBoxSymbol& orig);
00031 
00033    virtual ~DtBoxSymbol();
00034 
00036    virtual DtSymbol * clone()const;
00037 
00039    virtual bool setAndCalculatePoint(int iIndex, const QPoint& pnt);
00040 
00042    virtual bool adjustPoints(QPolygon& pnts, bool constrain);
00043 
00044    virtual bool setAndCalculatePoint(int iIndex, const DtPoint& pnt, QVector<DtPoint>* list);
00045 
00046    virtual bool keepAspectRatio() const;
00047 
00048 private:
00050    DtBoxSymbol();
00051 };
00052 
00053 #endif
00054 

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)