VR-Forces 4.2 Class Documentation
overlayDrawerColl.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: overlayDrawerColl.h,v $ $Revision: 1.4 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtOverlayDrawerColl_H_
13 #define DtOverlayDrawerColl_H_
14 
18 
19 #include <QtCore/QCache>
20 
23 
25 {
26 public:
27 
29  DtOverlayDrawerColl( DtDrawerColl * nextComponent );
30  virtual ~DtOverlayDrawerColl();
31 
33  static DtOverlayDrawerColl *create();
34 
35 public:
36  virtual DtSymbolDrawer* lookupDrawer(const DtDrawerKey& key);
37  virtual bool init();
38 
39 protected:
40  virtual DtSymbolDrawer* createDrawer(const DtDrawerKey& drawerKey);
41 
42 private:
45 
48 
49 protected:
50  QCache<QString, DtSymbolDrawer> myCache;
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)