VR-Forces 4.7 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 };

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)