VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
12 
16 {
17 private:
20 
21 public:
22 
23  DtRwPropertiesRangeItem(const DtString& name, DtReaderWriterRegistry* parentRegistry = 0);
25  DtReaderWriterRegistry* parentRegistry = 0);
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 
52 };
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
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
Definition: readerWriterRegistry.h:39
Definition: rwProperty.h:335
virtual const char * xmlType() const
Definition: rwPropertiesRangeItem.h:34
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.
Definition: rwPropertiesRangeItem.h:51
virtual const char * readerWriterType() const
Used to supply a string type that this reader writer type is.
virtual const char * propertyType() const
Typically returns reader/writer type.

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)