VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
diGuyCharacterAnimationsEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: diGuyCharacterAnimationsEntry.h,v $ $Revision: 1.2 $ $State: Exp $
7 ** Created: 4/9/08 MEM
8 *******************************************************************************/
9 
12 
14 
15 #ifndef diGuyCharacterAnimationsEntry_H_
16 #define diGuyCharacterAnimationsEntry_H_
17 
18 #include "vrfutil/readerWriter.h"
20 #include "vrfutil/rwString.h"
21 
25 
26 #include "vrfutil/vrfutilDefines.h"
28 {
29 public:
32 
34  DtDiGuyCharacterAnimationsEntry(const DtString& name, DtReaderWriterRegistry* parentRegistry = NULL);
35  DtDiGuyCharacterAnimationsEntry(const DtSymbolString& name, DtReaderWriterRegistry* parentRegistry = NULL);
36 
40  DtReaderWriterRegistry* parentRegistry = NULL);
41 
44  DtReaderWriterRegistry* parentRegistry = NULL);
45 
48 
50 
51  virtual DtDiGuyCharacterAnimationsEntry* clone(const DtString& name,
52  DtReaderWriterRegistry* parentRegistry = NULL) const;
53 
54  virtual DtDiGuyCharacterAnimationsEntry* clone(const DtSymbolString& name,
55  DtReaderWriterRegistry* parentRegistry = NULL) const;
56 
59  virtual DtRwDIGuyAnimationsList* animationsList();
60  virtual void setAnimationsList(const DtRwDIGuyAnimationsList& munList);
62 
65  virtual const DtString & characterDisplayName() const;
66  virtual void setCharacterDisplayName(const DtString& displayName);
68 
69 protected:
73 
82 
84 };
85 
86 #endif
87 
88 
89 

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)