VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmsgs
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
>
12
#include <
vrfutil/bufferSerialize.h
>
13
#include "
vrfmsgs/vrfmsgsDefines.h
"
14
19
20
const
int
DtCreateSelectionGroupType
= 145;
21
22
class
DT_DLL_vrfmsgs
DtIfCreateSelectionGroup
:
public
DtSimInterfaceContent
23
{
24
25
public
:
26
28
DtIfCreateSelectionGroup
();
29
31
DtIfCreateSelectionGroup
(
const
DtIfCreateSelectionGroup
& orig);
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
:
71
DtString
myGroupName
;
72
std::vector<DtString>
myEntityNames
;
73
};
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)