VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfutil
rwEntList.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1999 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: rwEntList.h,v $ $Revision: 1.5 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DtRwEntityTypeList_H_
13
#define DtRwEntityTypeList_H_
14
15
#include "
vrfutil/rwList.h
"
16
#include "
vrfutil/rwEntType.h
"
17
24
25
#include "
vrfutil/vrfutilDefines.h
"
26
class
DT_DLL_vrfutil
DtRwEntityTypeList
:
public
DtRwList
27
{
28
public
:
29
31
DtRwEntityTypeList
();
32
34
DtRwEntityTypeList
(
const
DtString
& name,
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
35
DtRwEntityTypeList
(
const
DtSymbolString
& name,
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
36
38
virtual
~
DtRwEntityTypeList
();
39
41
DtRwEntityTypeList
(
const
DtString
& name,
42
const
DtRwEntityTypeList
& orig,
43
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
44
45
DtRwEntityTypeList
(
const
DtSymbolString
& name,
46
const
DtRwEntityTypeList
& orig,
47
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
48
50
DtRwEntityTypeList
&
operator=
(
const
DtRwEntityTypeList
& orig);
51
52
virtual
void
addEntityType(
const
DtString
& name,
const
DtEntityType& type);
53
virtual
void
addEntityType(
const
DtSymbolString
& name,
const
DtEntityType& type);
54
55
virtual
void
removeEntityType(
const
DtEntityType& entityType);
56
57
virtual
void
copyList(
const
DtRwEntityTypeList
& orig);
58
61
virtual
void
emptyList();
62
63
virtual
void
addEntityType(
DtRwEntityType
* entityType);
64
virtual
void
removeEntityType(
DtRwEntityType
* entityType, DtListItem* listItem);
65
66
protected
:
67
70
virtual
DtlObjPtr
getData
(DtlObjPtr args,
const
DtFilename& searchPath,
71
const
DtVariableBindingsList
& variableBindings);
72
};
73
74
#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
)