VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
textReport.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 
13 #include "vrftasks/simReport.h"
14 #include "vrfutil/rwString.h"
16 
19 {
20 public:
22  DtTextReport();
23 
26  DtTextReport(const DtString & writeName, DtReaderWriterRegistry *
27  parentRegistry = 0);
28 
30  DtTextReport(const DtString& writeName, const DtTextReport&
31  orig, DtReaderWriterRegistry * parentRegistry = 0);
32 
34  const DtTextReport & operator=(const DtTextReport & orig);
35 
36  virtual ~DtTextReport();
37 
38  virtual const DtSimReportMessageType& type() const;
39 
41 
42  virtual DtString text() const;
43  virtual void setText(const DtString& t);
45 
47  virtual DtSimReport * clone(const DtString & name, DtReaderWriterRegistry *
48  parentRegistry = 0) const;
49 
50  virtual int netRepSize() const;
51 
52  virtual bool setFromNet(const char* contentBuffer,
53  unsigned contentSize);
54 
55  virtual bool setToNet();
56 
57  virtual DtString stringRep() const;
58 
59  static DtSimReport* creator();
60 
61 protected:
63 };

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)