34 virtual const char *
xmlType()
const override {
43 virtual void setRange(
double);
44 virtual double range()
const;
static const char * theXmlType()
The type that is used when archiving to an XML stream.
#define DT_DLL_readerWriter
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: readerWriterDefines.h:34
virtual const char * propertyType() const override
Typically returns reader/writer type.
A range item is a special property that will be put onto the network as range ring item using the nam...
Definition: rwPropertiesRangeItem.h:15
virtual const char * xmlType() const override
Routines to archive/dearchive from an XML Environment.
Definition: rwPropertiesRangeItem.h:34
Definition: readerWriterRegistry.h:39
Definition: rwProperty.h:403
virtual const char * readerWriterType() const override
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
DtRwPropertyReal & operator=(const DtRwPropertyReal &orig)
virtual void bindLocalVariables(const DtVariableBindingsList &variableBindings)
Checks to see if this RW object is a variable reference that can be bound using the provided bindings...
std::list< const DtRwVariableBindings * > DtVariableBindingsList
Definition: readerWriterRegistry.h:29
bool myBindingLocalVars
Set to true while binding local variables. During this period, DtRwPropertiesRangeItem should act lik...
Definition: rwPropertiesRangeItem.h:50