VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
symbolDrawer
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
16
#include <
symbolDrawerInterface/symbolDrawer.h
>
17
#include <
symbolDrawerInterface/drawerColl.h
>
18
20
#include <QtCore/QHash>
21
24
#include "
symbolDrawer/symbolDrawerDefines.h
"
25
26
class
DT_DLL_symbolDrawer
DtExpandDrawerColl
:
public
DtDrawerColl
27
{
28
public
:
29
30
DtExpandDrawerColl
();
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
:
44
DtExpandDrawerColl
(
const
DtExpandDrawerColl
& orig);
45
DtExpandDrawerColl
&
operator=
(
const
DtExpandDrawerColl
& orig);
47
48
49
protected
:
50
QHash<QString, DtSymbolDrawer*>
myDrawerDict
;
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
)