VR-Forces 4.1.1 Class Documentation
ttsDrawerColl.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: ttsDrawerColl.h,v $ $Revision: 1.11 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtTTSDrawerColl_H_
13 #define DtTTSDrawerColl_H_
14 
18 #include "symbolDrawer/ttsDrawer.h"
19 #include "symbolDrawer/mmmDrawer.h"
20 
22 
28 
30 {
31 public:
33  DtTTSDrawerColl( DtDrawerColl * nextComponent );
34  virtual ~DtTTSDrawerColl();
35 
37  virtual DtSymbolDrawer * lookupDrawer( const DtDrawerKey & key );
38 
39 protected:
41  virtual bool insertDrawer( const QString & cacheKey,
42  DtTTSDrawer * drawer );
44  virtual DtTTSDrawer * createDrawer( const DtDrawerKey & drawerKey ) const;
45 
47  virtual DtTTSDrawer * lookupTTSDrawer( const DtDrawerKey & drawerKey );
48 
50  virtual QString calcCacheKey( const DtDrawerKey & drawerKey ) const;
51 
52 private:
54  DtTTSDrawerColl(const DtTTSDrawerColl& orig);
57 
58 protected:
59  QCache<QString, DtTTSDrawer> myCache;
60 };
61 
62 #endif

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)