VR-Forces Developer's Guide
 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) 2025 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() override;
28  virtual const char *readerWriterType() const override;
29  virtual const char *propertyType() const override;
30 
32  static const char* theXmlType();
33 
34  virtual const char *xmlType() const override {
35  return theXmlType();
36  }
37 
41  virtual void bindLocalVariables(const DtVariableBindingsList &variableBindings) override;
42 
43  virtual void setRange(double);
44  virtual double range() const;
45 
46 protected:
47 
51 };
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

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)