VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
13 #include "vrfmsgs/vrfmsgsDefines.h"
14 #include "vrfmsgs/messageTypes.h"
15 
20 
22 {
23 
24 public:
25 
28 
31 
34 
36  virtual ~DtIfCreateSelectionGroup();
37 
39  virtual int type() const;
40 
42  virtual DtString groupName() const;
43 
44  virtual void setGroupName(const DtString& name);
45 
46  virtual void addEntity(const DtUUID&);
47 
48  virtual const std::vector<DtUUID>& entities() const;
50 
52  virtual DtSimInterfaceContent * clone() const;
53 
55  virtual int netRepSize() const;
56 
58  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
59 
61  virtual bool setToNet();
62 
64  virtual void printDataToString(DtString& str);
65 
67  static DtSimInterfaceContent* creator();
68 
69 protected:
71  std::vector<DtUUID> myEntityNames;
72 };
UUID is a unique ID wrapper class.
Definition: uuid.h:59
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Definition: simInterfaceContent.h:78
std::vector< DtUUID > myEntityNames
Definition: ifCreateSelectionGroup.h:71
virtual int netRepSize() const
Definition: simInterfaceContent.h:76
#define DT_DLL_vrfmsgs
This file is used to determine how to build.
Definition: vrfmsgsDefines.h:28
virtual int type() const =0
virtual void printDataToString(DtString &str)
DtIfCreateSelectionGroup class will create a selection group in the GUI containing the names of the o...
Definition: ifCreateSelectionGroup.h:21
const DtSimInterfaceContent & operator=(const DtSimInterfaceContent &orig)
DtString myGroupName
Definition: ifCreateSelectionGroup.h:70
virtual bool setToNet()
Definition: simInterfaceContent.h:83
Definition: simInterfaceContent.h:45
virtual DtSimInterfaceContent * clone() const =0

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)