VR-Forces 4.6.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
DtReaderWriter::SearchPaths
& searchPaths,
67
const
DtVariableBindingsList
& variableBindings);
68
70
void
copyList(
const
DtRwBooleanList
& orig);
71
};
72
73
#endif
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)