VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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/readerWriter.h"
16 #include "vrfutil/rwInt.h"
17 #include "vrfutil/rwBoolean.h"
18 
19 class DtSimTrigger;
20 
24 
25 #include "vrfplan/vrfplanDefines.h"
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 
66 };
67 
68 #endif

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)