VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rwScriptInformation.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2012 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
11 
12 #pragma once
13 
14 #include "vrfutil/readerWriter.h"
15 #include "vrfutil/rwInt.h"
16 #include "vrfutil/rwReal.h"
17 #include "vrfutil/rwBoolean.h"
18 #include "vrfutil/rwString.h"
19 
23 #include "vrfutil/vrfutilDefines.h"
25 {
26 public:
27 
30 
33  parentRegistry = NULL);
35  parentRegistry = NULL);
36 
38  virtual ~DtRwScriptInformation();
39 
41  DtRwScriptInformation(const DtString& name, const DtRwScriptInformation& orig,
42  DtReaderWriterRegistry* parentRegistry = NULL);
44  DtReaderWriterRegistry* parentRegistry = NULL);
45 
48 
50  DtRwScriptInformation* clone() const;
51 
52  bool operator==(const DtRwScriptInformation&) const;
53  bool operator!=(const DtRwScriptInformation&) const;
54 
56 
57  void setScriptId(const DtString&);
58  const DtString& scriptId() const;
59 
60  void setTickPeriod(double);
61  double tickPeriod() const;
62 
63  void setNextTickTime(double);
64  double nextTickTime() const;
65 
66  void setTickWhilePaused(bool);
67  bool tickWhilePaused() const;
68 
69  void setNextTickTimeWhilePaused(double);
70  double nextTickTimeWhilePaused() const;
71 
72  bool checkpointModeUseCheckpointState() const { return myCheckpointModeUseCheckpointState; }
73  void setCheckpointModeUseCheckpointState(bool enable) { myCheckpointModeUseCheckpointState = enable; }
74 
75  void setBackgroundProcessId(int);
76  int backgroundProcessId() const;
78 
79 protected:
87 };

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)