VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrftasks
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
"
15
#include "
vrftasks/vrftasksDefines.h
"
16
18
class
DT_DLL_vrftasks
DtTextReport
:
public
DtSimReport
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
:
62
DtRwString
myText
;
63
};
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)