VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ceEntDiGuyAppearance.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrfutil/readerWriter.h"
12 #include "vrfutil/rwString.h"
13 #include "vrfutil/rwBoolean.h"
14 #include <vrfutil/rwUUID.h>
15 
16 #include "vrfutil/simCondExpr.h"
17 
18 const char DtCeEntDiGuyAppearanceTypeName[] = "DiGuyAppearance";
19 
25 #include "vrfutil/vrfutilDefines.h"
27 {
28 public:
29 
32 
35 
38  DtReaderWriterRegistry* parentRegistry = NULL);
39 
41  virtual ~DtCeEntDiGuyAppearance();
42 
45 
47  virtual DtSimCondExpr* clone(DtReaderWriterRegistry* parentRegistry = NULL);
48 
50  virtual int type() const;
51 
54  virtual void setEntity(const DtUUID&);
55 
57  virtual const DtUUID& entity() const;
59  virtual void setDiGuyAppearance(const DtString& name);
60  virtual const DtString& diGuyAppearance() const;
61 
66  virtual void setModifier(const DtString& arg);
67  virtual const DtString& modifier() const;
68 
78  virtual DtString stringRep(int subExprIndex = DtSR_EXPR) const;
79 
82  virtual int netRepSize() const;
83 
85  virtual bool setFromNet(const char* contentBuffer,
86  unsigned contentSize);
87 
90  virtual bool setToNet();
91 
92  static DtSimCondExpr * creator();
93 
94 protected:
98 };
99 

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)