VR-Forces 4.1.1 Class Documentation
baseSymbolDrawer.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: baseSymbolDrawer.h,v $ $Revision: 1.4 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtBaseSymbolDrawer_H_
13 #define DtBaseSymbolDrawer_H_
14 
16 
17 #include <QtCore/QObject>
18 
19 class DtSymbol;
20 class QPaintDevice;
21 
27 
29 {
30 public:
32  virtual ~DtBaseSymbolDrawer();
33 
36  virtual bool doDrawing(QPainter& paint,
37  const DtSymbol * const symbol);
38 
39 protected:
41  virtual QRgb opaqueColor() const;
42 
43 private:
46 
49 };
50 
51 #endif
52 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)