VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
symbolDrawer
baseDrawerColl.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2001 MAK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: baseDrawerColl.h,v $ $Revision: 1.13 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DtBaseDrawerColl_H_
13
#define DtBaseDrawerColl_H_
14
16
#include <
symbolDrawerInterface/symbolDrawer.h
>
17
#include <
symbolDrawerInterface/drawerColl.h
>
18
#include "
symbolDrawer/bmpDrawer.h
"
19
#include "
symbolDrawerInterface/nullDrawer.h
"
20
21
24
#include "
symbolDrawer/symbolDrawerDefines.h
"
25
26
class
DT_DLL_symbolDrawer
DtBaseDrawerColl
:
public
DtDrawerColl
27
{
28
public
:
29
30
DtBaseDrawerColl
();
31
DtBaseDrawerColl
(
DtDrawerColl
* nextComponent );
32
virtual
~
DtBaseDrawerColl
();
33
34
virtual
DtSymbolDrawer
*
lookupDrawer
(
const
DtDrawerKey
& key );
35
36
private
:
38
DtBaseDrawerColl
(
const
DtBaseDrawerColl
& orig);
39
41
DtBaseDrawerColl
&
operator=
(
const
DtBaseDrawerColl
& orig);
42
43
protected
:
44
DtNullDrawer
myNullDrawer
;
45
DtBMPDrawer
myBMPDrawer
;
46
};
47
48
#endif
49
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
)