VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfplan
triggerData.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2002 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: triggerData.h,v $ $Revision: 1.3 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtTriggerData_H_
13
#define DtTriggerData_H_
14
15
#include "
vrfutil/rdrWritr.h
"
16
#include "
vrfutil/rwInt.h
"
17
#include "
vrfutil/rwBoolean.h
"
18
19
class
DtSimTrigger
;
20
24
25
#include "
vrfplan/vrfplanDefines.h
"
26
class
DT_DLL_vrfplan
DtTriggerData
:
public
DtReaderWriter
27
{
28
public
:
29
31
DtTriggerData
();
32
34
virtual
~
DtTriggerData
();
35
39
DtTriggerData
(
const
DtString
& name,
40
DtReaderWriterRegistry
* parentRegistry = 0,
bool
readonly =
false
);
41
43
DtTriggerData
(
const
DtString
& name,
const
DtTriggerData
& orig,
44
DtReaderWriterRegistry
* parentRegistry = 0);
45
47
const
DtTriggerData
&
operator=
(
const
DtTriggerData
& orig);
48
50
virtual
void
setWhenStmtCursor(
int
cursor);
51
virtual
int
whenStmtCursor()
const
;
52
54
virtual
void
setIsEnabled(
bool
flag);
55
virtual
bool
isEnabled()
const
;
56
58
virtual
void
setIsDone(
bool
flag);
59
virtual
bool
isDone()
const
;
60
61
protected
:
62
63
DtRwInt
myWhenStmtCursor
;
64
DtRwBoolean
myIsEnabled
;
65
DtRwBoolean
myIsDone
;
66
};
67
68
#endif
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
)