VR-Forces 4.1.1 Class Documentation
expandDrawerColl.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: expandDrawerColl.h,v $ $Revision: 1.6 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtExpandDrawerColl_H_
13 #define DtExpandDrawerColl_H_
14 
18 
20 #include <QtCore/QHash>
21 
25 
27 {
28 public:
29 
31  DtExpandDrawerColl( DtDrawerColl * nextComponent );
32  virtual ~DtExpandDrawerColl();
33 
34  virtual DtSymbolDrawer * lookupDrawer( const DtDrawerKey & key );
35 
38  virtual void addDrawer(const DtDrawerKey & key, DtSymbolDrawer*);
39 
40  virtual void removeDrawer(const DtDrawerKey & key);
41 
42 private:
47 
48 
49 protected:
50  QHash<QString, DtSymbolDrawer*> myDrawerDict;
51 };
52 
53 #endif
54 

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)