VR-Forces 5.0.1 Developer's Guide
 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 };
virtual const char * xmlType() const
Routines to archive/dearchive from an XML Environment.
Definition: rwAnimationModelString.h:58
static const char * theXmlType()
The type that is used when archiving to an XML stream.
Definition: symbolString.h:20
Simple wrapper class that will be used by Lua to indicate to create an animated model.
Definition: rwAnimationModelString.h:17
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
Definition: readerWriterRegistry.h:39
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
virtual const char * readerWriterType() const
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
DtRwString & operator=(const DtRwString &orig)
Assign to DtString. Assigns value only.

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)