VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfutil
rwBooleanList.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2002 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: rwBooleanList.h,v $ $Revision: 1.2 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtRwBooleanList_H_
13
#define DtRwBooleanList_H_
14
15
#include "
vrfutil/rwList.h
"
16
21
22
class
DtRwBoolean
;
23
24
#include "
vrfutil/vrfutilDefines.h
"
25
class
DT_DLL_vrfutil
DtRwBooleanList
:
public
DtRwList
26
{
27
public
:
28
30
DtRwBooleanList
();
31
33
DtRwBooleanList
(
const
DtString
& name,
DtReaderWriterRegistry
*
const
34
parentRegistry = NULL);
35
DtRwBooleanList
(
const
DtSymbolString
& name,
DtReaderWriterRegistry
*
const
36
parentRegistry = NULL);
37
39
virtual
~
DtRwBooleanList
();
40
42
DtRwBooleanList
(
const
DtString
& name,
const
DtRwBooleanList
& orig,
43
DtReaderWriterRegistry
* parentRegistry = NULL);
44
45
DtRwBooleanList
(
const
DtSymbolString
& name,
const
DtRwBooleanList
& orig,
46
DtReaderWriterRegistry
* parentRegistry = NULL);
47
49
DtRwBooleanList
&
operator=
(
const
DtRwBooleanList
& orig);
50
52
virtual
void
addBoolean(
DtRwBoolean
* rwInt);
53
57
virtual
void
removeBoolean(
DtRwBoolean
* rwInt, DtListItem* listItem);
58
60
void
emptyList();
61
62
protected
:
63
66
virtual
DtlObjPtr
getData
(DtlObjPtr args,
const
DtFilename& searchPath,
67
const
DtVariableBindingsList
& variableBindings);
68
70
void
copyList(
const
DtRwBooleanList
& orig);
71
};
72
73
#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
)