VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
bhaveMsgs
setViewTarget.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include <
vrftasks/setDataReq.h
>
12
#include <
vrfutil/rwString.h
>
13
#include "
bhaveMsgs/bhaveMsgsDefines.h
"
14
15
namespace
BHAVE
16
{
17
class
DT_DLL_bhaveMsgs
DtSetViewTarget
:
public
DtSetDataRequest
18
{
19
public
:
20
22
DtSetViewTarget
();
23
26
DtSetViewTarget
(
const
DtString
& writeName,
27
DtReaderWriterRegistry
* parentRegistry = 0);
28
30
DtSetViewTarget
(
const
DtString
& writeName,
const
DtSetViewTarget
&
31
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
32
34
const
DtSetViewTarget
& operator=(
const
DtSetViewTarget
& orig);
35
36
virtual
~
DtSetViewTarget
();
37
39
virtual
const
DtSetMessageType
& type()
const
;
40
42
virtual
DtSetDataRequest
* clone(
const
DtString
& name,
43
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
44
46
virtual
DtString
stringRep()
const
;
47
50
51
virtual
const
DtString
& viewTargetName()
const
;
52
virtual
void
setViewTargetName(
const
DtString
& objectName);
54
55
virtual
int
netRepSize()
const
;
56
58
virtual
bool
setFromNet(
const
char
* contentBuffer,
59
unsigned
contentSize);
60
63
virtual
bool
setToNet();
64
65
static
DtSetDataRequest
* creator();
66
67
protected
:
68
69
DtRwString
myViewTargetName
;
70
71
};
72
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
)