VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfutil
rwPropertiesStructure.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfutil/rwProperties.h
"
12
14
class
DT_DLL_vrfutil
DtRwPropertiesStructure
:
public
DtRwProperties
15
{
16
private
:
18
DtRwPropertiesStructure
();
19
20
public
:
21
22
DtRwPropertiesStructure
(
const
DtString
& name,
DtReaderWriterRegistry
* parentRegistry = 0);
23
DtRwPropertiesStructure
(
const
DtString
& name,
const
DtRwPropertiesStructure
& orig,
24
DtReaderWriterRegistry
* parentRegistry = 0);
25
DtRwPropertiesStructure
&
operator=
(
const
DtRwPropertiesStructure
& orig);
26
virtual
~
DtRwPropertiesStructure
();
27
28
virtual
void
putSelf
(FILE *fp,
int
indentLevel,
bool
writeUnspecified,
29
const
DtFilename& path);
30
31
virtual
const
char
*
readerWriterType
()
const
;
32
34
static
const
char
*
theXmlType
();
35
36
virtual
const
char
*
xmlType
()
const
37
{
38
return
theXmlType
();
39
}
40
42
virtual
bool
isSimilarProperty
(
const
DtPropertyInterface
* rhs)
const
;
43
44
protected
:
45
virtual
void
getData
(
const
DtEnvironmentSP
env,
const
DtEnvValueSP root,
46
const
DtReaderWriter::SearchPaths
& searchPaths,
const
DtVariableBindingsList
& varBindings);
47
virtual
void
putData
(
DtEnvironmentSP
, DtEnvValueSP value)
const
;
48
};
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)