VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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"
15 #include <readerWriter/rwString.h>
16 #include <readerWriter/rwBoolean.h>
17 #include "vrfutil/vrfutilDefines.h"
18 
21 const char DtCeReceiveTextMessageTypeName[] = "ReceiveText";
22 
27 {
28 public:
29 
32 
35 
38  DtReaderWriterRegistry* parentRegistry = NULL);
39 
41  virtual ~DtCeReceiveTextMessage();
42 
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:
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)