VR-Forces 4.0.4 Class Documentation
include/symbolDrawer/resizableCircleDrawer.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2003 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: resizableCircleDrawer.h,v $ $Revision: 1.5 $ $State: Exp $
00007 *********************************************************************/
00008 
00011 
00012 #ifndef DtResizableCircleDrawer_H_
00013 #define DtResizableCircleDrawer_H_
00014 
00016 #include "symbolDrawer/circleDrawer.h"
00017 
00019 #include "symbolDrawer/symbolDrawerDefines.h"
00020 
00021 class DT_DLL_symbolDrawer DtResizableCircleDrawer : public DtCircleDrawer
00022 {
00023 public:
00024    DtResizableCircleDrawer();
00025    virtual ~DtResizableCircleDrawer();
00026 
00027    virtual bool draw( QPainter& paint,
00028                       const DtSymbol * const symbol ) const;
00029 
00030    static DtSymbolDrawer* create();
00031 
00032 private:
00034    DtResizableCircleDrawer(const DtResizableCircleDrawer& orig);
00035    DtResizableCircleDrawer& operator=(const DtResizableCircleDrawer& orig);
00037 
00038 };
00039 
00040 #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)