VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rwAnimationModelString.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2018MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <readerWriter/rwString.h>
12 #include "vrfutil/vrfutilDefines.h"
13 
14 
18 {
19 public:
22 
24  DtRwAnimationModelString(const DtString& name, DtReaderWriterRegistry* const parentRegistry = NULL);
25  DtRwAnimationModelString(const DtSymbolString& name, DtReaderWriterRegistry* const parentRegistry = NULL);
26 
29  const char* fromChars,
30  DtReaderWriterRegistry* const parentRegistry = NULL);
31 
33  const char* fromChars,
34  DtReaderWriterRegistry* const parentRegistry = NULL);
35 
37  const DtString& fromString,
38  DtReaderWriterRegistry* const parentRegistry = NULL);
39 
41  const DtString& fromString,
42  DtReaderWriterRegistry* const parentRegistry = NULL);
43 
45  const DtRwAnimationModelString& fromString,
46  DtReaderWriterRegistry* const parentRegistry = NULL);
47 
49  const DtRwAnimationModelString& fromString,
50  DtReaderWriterRegistry* const parentRegistry = NULL);
51 
53  DtRwAnimationModelString(const DtRwAnimationModelString& orig, DtReaderWriterRegistry* const parentRegistry = NULL);
54 
56  static const char* theXmlType();
57 
58  virtual const char* xmlType() const
59  {
60  return theXmlType();
61  }
62 
66  DtRwAnimationModelString& operator=(const char * orig);
69 
70  virtual ~DtRwAnimationModelString();
71 
75  virtual const char* readerWriterType() const;
76 };

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)