VR-Forces 4.2 Class Documentation
nullDrawer.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: nullDrawer.h,v $ $Revision: 1.8 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtNullDrawer_H_
13 #define DtNullDrawer_H_
14 
17 
18 class DtSymbol;
19 class QPaintDevice;
20 
21 
31 
33 {
34 public:
35  virtual ~DtNullDrawer();
36  DtNullDrawer( );
37 
38  virtual bool draw(QPainter& paint,
39  const DtSymbol * const symbol ) const;
40 
41  virtual QSize calcBBox( const DtSymbol * const symbol ) const;
42 
43  static DtSymbolDrawer* create();
44 
45 protected:
47  DtNullDrawer(const DtNullDrawer& orig);
48 
50  DtNullDrawer& operator=(const DtNullDrawer& orig);
51 };
52 
53 #endif
54 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)