VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfutil
ceReceiveTextMessage.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2016 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include "
vrfutil/simCondExpr.h
"
14
#include <
readerWriter/readerWriter.h
>
15
#include <
readerWriter/rwString.h
>
16
#include <
readerWriter/rwBoolean.h
>
17
#include "
vrfutil/vrfutilDefines.h
"
18
21
const
char
DtCeReceiveTextMessageTypeName
[] =
"ReceiveText"
;
22
26
class
DT_DLL_vrfutil
DtCeReceiveTextMessage
:
public
DtSimCondExpr
27
{
28
public
:
29
31
DtCeReceiveTextMessage
();
32
34
DtCeReceiveTextMessage
(
DtReaderWriterRegistry
* parentRegistry);
35
37
DtCeReceiveTextMessage
(
const
DtCeReceiveTextMessage
& orig,
38
DtReaderWriterRegistry
* parentRegistry = NULL);
39
41
virtual
~
DtCeReceiveTextMessage
();
42
44
DtCeReceiveTextMessage
&
operator=
(
const
DtCeReceiveTextMessage
& orig);
45
47
virtual
DtSimCondExpr
*
clone
(
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
48
49
virtual
bool
operator==
(
const
DtCeReceiveTextMessage
& rhs)
const
;
50
52
virtual
int
type
()
const
;
53
61
62
virtual
void
setMatchingText(
const
DtString
& text);
63
virtual
DtString
matchingText()
const
;
65
67
68
virtual
void
setAllowContaining(
bool
allow);
69
virtual
bool
allowContaining()
const
;
71
72
virtual
DtString
stringRep
(
int
subExprIndex = DtSR_EXPR)
const
;
73
74
virtual
int
netRepSize
()
const
;
75
77
virtual
bool
setFromNet
(
const
char
* contentBuffer,
78
unsigned
contentSize);
79
82
virtual
bool
setToNet
();
83
85
static
DtSimCondExpr
* creator();
86
87
protected
:
88
DtRwString
myMatchingText
;
89
DtRwBoolean
myAllowContaining
;
90
};
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)