VR-Forces 4.2 Class Documentation
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/rdrWritr.h"
20 #include "vrfutil/rwString.h"
21 
25 
26 #include "vrfutil/vrfutilDefines.h"
28 {
29 public:
32 
34  DtDIGuyCharAnimationsEntry(const DtString& name, DtReaderWriterRegistry* parentRegistry = NULL);
35  DtDIGuyCharAnimationsEntry(const DtSymbolString& name, DtReaderWriterRegistry* parentRegistry = NULL);
36 
39  const DtDIGuyCharAnimationsEntry& orig,
40  DtReaderWriterRegistry* parentRegistry = NULL);
41 
42  DtDIGuyCharAnimationsEntry(const DtSymbolString& name,
43  const DtDIGuyCharAnimationsEntry& orig,
44  DtReaderWriterRegistry* parentRegistry = NULL);
45 
48 
49  virtual ~DtDIGuyCharAnimationsEntry();
50 
51  virtual DtDIGuyCharAnimationsEntry* clone(const DtString& name,
52  DtReaderWriterRegistry* parentRegistry = NULL) const;
53 
54  virtual DtDIGuyCharAnimationsEntry* 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 Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)