VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 
12 #include <readerWriter/rwString.h>
13 #include <readerWriter/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() override;
42 
45 
47  virtual DtSimCondExpr* clone(DtReaderWriterRegistry* parentRegistry = NULL) const override;
48 
50  virtual int type() const override;
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 override;
79 
82  virtual int netRepSize() const override;
83 
85  virtual bool setFromNet(const char* contentBuffer,
86  unsigned contentSize) override;
87 
90  virtual bool setToNet() override;
91 
92  static DtSimCondExpr * creator();
93 
94 protected:
98 };
99 
UUID is a unique ID wrapper class.
Definition: uuid.h:59
DtRwUUID myEntity
Definition: ceEntDiGuyAppearance.h:95
DtSimCondExpr & operator=(const DtSimCondExpr &orig)
assignment operator
virtual DtSimCondExpr * clone(DtReaderWriterRegistry *parentRegistry=NULL) const =0
clone operator
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Definition: simCondExpr.h:148
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
const char DtCeEntDiGuyAppearanceTypeName[]
Definition: ceEntDiGuyAppearance.h:18
Definition: readerWriterRegistry.h:39
Contains the DtUUID class declaration.
uuid class
Definition: rwUUID.h:26
DtRwString myDiGuyAppearance
Definition: ceEntDiGuyAppearance.h:97
virtual int netRepSize() const
These 3 should become pure virtual functions.
Definition: simCondExpr.h:145
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:53
#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 DtString stringRep(int subExprIndex=DtSR_EXPR) const =0
Get a readable string representation of this level of this expression.
virtual bool setToNet()
Definition: simCondExpr.h:152
class DtCeEntDiGuyAppearance
Definition: ceEntDiGuyAppearance.h:26
DtRwString myModifier
Definition: ceEntDiGuyAppearance.h:96
virtual int type() const =0
Returns the type of conditional expression defined in condExprTypes.h.

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)