VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ifDiGuyAppearAndAnimationsQuery.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: ifDIGuyAppearAndAnimationsQuery.h,v $ $Revision: 1.3 $ $State: Exp $
7 ** Created: 4/24/08 MEM
8 *******************************************************************************/
9 
12 
13 #ifndef ifDiGuyAppearAndAnimationsQuery_H_
14 #define ifDiGuyAppearAndAnimationsQuery_H_
15 
16 #include <vrfExtProtocol/simInterfaceContent.h>
17 #include "vrfmsgs/vrfmsgsDefines.h"
18 #include <vlutil/vlNetTypes.h>
19 
20 #include <vector>
21 
23 {
24 
25 public:
28 
31 
34 
36 
37  virtual int type() const;
38 
39  virtual DtSimInterfaceContent * clone() const;
40 
41  virtual void setEntityNameString(const DtString& entityNameString);
42  virtual void setEntityNames(const std::vector<DtString>& entityNames);
43  virtual void addEntity(const DtString&);
44  virtual void removeEntity(const DtString&);
45 
46  const std::vector<DtString>& entityNames() const
47  {
48  return myEntityNames;
49  }
50 
51  virtual int netRepSize() const;
52  virtual bool setFromNet(const char* contentBuffer,
53  unsigned contentSize);
54  virtual bool setToNet();
55 
56  virtual void printDataToString(DtString& str);
57 
58  static DtSimInterfaceContent* creator();
59 
60 protected:
61  std::vector<DtString> myEntityNames;
62 };
63 
64 #endif
65 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)