VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
symbolDrawer
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
16
#include <
symbolDrawerInterface/symbolDrawer.h
>
17
#include <
symbolDrawerInterface/drawerColl.h
>
18
#include "
symbolDrawer/ttsDrawer.h
"
19
#include "
symbolDrawer/mmmDrawer.h
"
20
22
27
#include "
symbolDrawer/symbolDrawerDefines.h
"
28
29
class
DT_DLL_symbolDrawer
DtTTSDrawerColl
:
public
DtDrawerColl
30
{
31
public
:
32
DtTTSDrawerColl
();
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);
55
DtTTSDrawerColl
&
operator=
(
const
DtTTSDrawerColl
& orig);
57
58
protected
:
59
QCache<QString, DtTTSDrawer>
myCache
;
60
};
61
62
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)