VR-Forces Development_Version 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
rwPropertiesRangeItem.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/propertyInterface.h
"
12
15
class
DT_DLL_vrfutil
DtRwPropertiesRangeItem
:
public
DtRwPropertyReal
16
{
17
private
:
19
DtRwPropertiesRangeItem
();
20
21
public
:
22
23
DtRwPropertiesRangeItem
(
const
DtString
& name,
DtReaderWriterRegistry
* parentRegistry = 0);
24
DtRwPropertiesRangeItem
(
const
DtString
& name,
const
DtRwPropertiesRangeItem
& orig,
25
DtReaderWriterRegistry
* parentRegistry = 0);
26
DtRwPropertiesRangeItem
&
operator=
(
const
DtRwPropertiesRangeItem
& orig);
27
virtual
~
DtRwPropertiesRangeItem
();
28
virtual
const
char
*
readerWriterType
()
const
;
29
virtual
const
char
*
propertyType
()
const
;
30
32
static
const
char
*
theXmlType
();
33
34
virtual
const
char
*
xmlType
()
const
35
{
36
return
theXmlType
();
37
}
38
42
virtual
void
bindLocalVariables
(
const
DtVariableBindingsList
& variableBindings);
43
44
virtual
void
setRange(
double
);
45
virtual
double
range()
const
;
46
47
protected
:
48
51
bool
myBindingLocalVars
;
52
};
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)