VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
spotReportGeneratorPSR.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2005 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: spotReportGeneratorPSR.h,v $ $Revision: 1.4 $ $State: Exp $
7
*******************************************************************************/
8
9
#ifndef spotReportGeneratorPSR_H_
10
#define spotReportGeneratorPSR_H_
11
12
#include "
vrfobjcore/processSR.h
"
13
#include "
vrftasks/simReportList.h
"
14
#include "
vrftasks/spotReport.h
"
15
#include "
vrfutil/rwBoolean.h
"
16
19
21
#include "
vrfobjcore/vrfobjcoreDefines.h
"
22
class
DT_DLL_vrfobjcore
DtSpotReportGeneratorControllerPSR
:
public
DtVrfProcessStateRepository
23
{
24
public
:
26
DtSpotReportGeneratorControllerPSR
(
DtVrfObject
* vrfObject,
27
const
DtString
& rwName = DtString::nullString(),
28
DtReaderWriterRegistry
* parentRegistry = 0);
30
DtSpotReportGeneratorControllerPSR
(
const
DtSpotReportGeneratorControllerPSR
& orig,
31
const
DtString
& rwName = DtString::nullString(),
32
DtReaderWriterRegistry
* parentRegistry = 0);
34
DtSpotReportGeneratorControllerPSR
&
operator=
(
const
DtSpotReportGeneratorControllerPSR
& orig);
36
virtual
~
DtSpotReportGeneratorControllerPSR
();
37
39
virtual
DtVrfProcessStateRepository
*
clone
(
const
DtString
& rwName = DtString::nullString(),
40
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
42
virtual
DtString
type
()
const
;
43
45
static
DtVrfProcessStateRepository
* creator(
const
DtString
& rwName,
46
DtVrfObject
* vrfObject,
47
DtReaderWriterRegistry
* parentRegistry = 0);
48
51
virtual
DtSimReportList
& spotReportList();
52
virtual
const
DtSimReportList
& spotReportList()
const
;
54
58
virtual
bool
localEnabled()
const
;
59
virtual
void
setLocalEnabled(
bool
localEnabled);
61
65
virtual
bool
globalEnabledOverridingLocal()
const
;
66
virtual
void
setGlobalEnabledOverridingLocal(
bool
globalEnabled);
68
69
protected
:
73
void
copySpotReportListFrom(
const
DtSimReportList
& sourceList);
74
75
DtSimReportList
mySpotReportList
;
76
DtRwBoolean
myLocalEnabled
;
77
DtRwBoolean
myGlobalEnabledOverridingLocal
;
78
};
79
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)