VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rwPropertiesStructure.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/rwProperties.h"
12 
15 {
16 private:
19 
20 public:
21 
22  DtRwPropertiesStructure(const DtString& name, DtReaderWriterRegistry* parentRegistry = 0);
24  DtReaderWriterRegistry* parentRegistry = 0);
26  virtual ~DtRwPropertiesStructure();
27 
28  virtual void putSelf(std::string& fp, int indentLevel, bool writeUnspecified,
29  const DtFilename& path);
30 
31  virtual const char* readerWriterType() const;
32 
34  static const char* theXmlType();
35 
36  virtual const char* xmlType() const
37  {
38  return theXmlType();
39  }
40 
42  virtual bool isSimilarProperty(const DtPropertyInterface* rhs) const;
43 
44 protected:
45  virtual void getData(const DtEnvironmentSP env, const DtEnvValueSP root,
46  const DtReaderWriter::SearchPaths& searchPaths, const DtVariableBindingsList& varBindings);
47  virtual void putData(DtEnvironmentSP, DtEnvValueSP value) const;
48 };

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)