VR-Forces 4.2 Class Documentation
sendTextTask.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 #include "vrftasks/simTask.h"
13 #include "vrfutil/rwString.h"
15 
18 {
19 
20 public:
23 
26  DtSendTextTask(const DtString & writeName,
27  DtReaderWriterRegistry * parentRegistry = 0);
28 
30  DtSendTextTask(const DtString & writeName, const
32  parentRegistry = 0);
33 
35  const DtSendTextTask & operator=(const
36  DtSendTextTask & orig);
37 
38  virtual ~DtSendTextTask();
39 
41  virtual const DtSimTaskMessageType& type() const;
42 
44  virtual DtSimTask * clone(const DtString & name, DtReaderWriterRegistry *
45  parentRegistry = 0) const;
46 
48  virtual DtString stringRep() const;
49 
51 
52  virtual void setDestinationName(const DtString& objectName);
53  virtual DtString destinationName() const;
55 
57 
58  virtual void setText(const DtString&);
59  virtual DtString text() const;
61 
63  virtual int netRepSize() const;
64 
66  virtual bool setFromNet(const char* contentBuffer,
67  unsigned contentSize);
68 
71  virtual bool setToNet();
72 
73  static DtSimTask * creator();
74 
75 protected:
78 };
79 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)