VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
compDescLst.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1999 MaK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: compDescLst.h,v $ $Revision: 1.9 $ $State: Exp $
7
******************************************************************************/
8
11
14
15
#ifndef DtComponentDescriptorList_H_
16
#define DtComponentDescriptorList_H_
17
18
#include "
vrfutil/rwList.h
"
19
20
class
DtComponentDescriptor
;
21
class
DtFilename;
22
25
#include "
vrfobjparam/vrfobjparamDefines.h
"
26
class
DT_DLL_vrfobjparam
DtComponentDescriptorList
:
public
DtRwList
27
{
28
protected
:
29
31
DtComponentDescriptorList
();
32
33
public
:
34
36
DtComponentDescriptorList
(
const
DtString
& name,
37
DtReaderWriterRegistry
* parentRegistry = 0);
38
40
DtComponentDescriptorList
(
const
DtComponentDescriptorList
& orig,
41
DtReaderWriterRegistry
* parentRegistry = 0);
42
46
DtComponentDescriptorList
&
operator=
(
const
47
DtComponentDescriptorList
& orig);
48
50
virtual
~
DtComponentDescriptorList
();
51
52
virtual
DtComponentDescriptorList
* clone(
DtReaderWriterRegistry
*
53
parentRegistry = 0);
54
56
virtual
void
emptyList();
57
virtual
void
copyList(
const
DtComponentDescriptorList
& orig);
58
60
virtual
DtComponentDescriptor
* addComponentDescriptor(
const
DtComponentDescriptor
&
61
descriptor);
62
63
virtual
DtComponentDescriptor
* lookupComponentDescriptor(
const
DtString
&
64
name)
const
;
65
66
protected
:
67
virtual
void
addComponentDescriptor(
DtComponentDescriptor
* descriptor);
68
virtual
DtListItem * lookupComponentDescriptorItem(
const
DtString
& name)
const
;
69
73
virtual
DtlObjPtr
getData
(DtlObjPtr args,
const
DtFilename& searchPath,
74
const
DtVariableBindingsList
& variableBindings);
75
};
76
77
#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
)