VR-Forces 4.2 Class Documentation
ifCreateSelectionGroup.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vrfExtProtocol/ifaceCont.h>
13 #include "vrfmsgs/vrfmsgsDefines.h"
14 
19 
21 
23 {
24 
25 public:
26 
29 
32 
34  const DtIfCreateSelectionGroup & operator=(const DtIfCreateSelectionGroup & orig);
35 
37  virtual ~DtIfCreateSelectionGroup();
38 
40  virtual int type() const;
41 
43  virtual DtString groupName() const;
44 
45  virtual void setGroupName(const DtString& name);
46 
47  virtual void addEntity(const DtString& entityName);
48 
49  virtual const std::vector<DtString>& entities() const;
51 
53  virtual DtSimInterfaceContent * clone() const;
54 
56  virtual int netRepSize() const;
57 
59  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
60 
62  virtual bool setToNet();
63 
65  virtual void printDataToString(DtString& str);
66 
68  static DtSimInterfaceContent* creator();
69 
70 protected:
72  std::vector<DtString> myEntityNames;
73 };

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)