VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
timeKeeperDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 //
7 //class DtTimeKeeperDescriptor
8 //
9 
11 #include <readerWriter/rwInt.h>
12 
13 //String which uniquely identifies this descriptor
14 const char TimeKeeperDescriptorType[] = "time-keeper-descriptor";
15 
17 {
18 public:
20  DtTimeKeeperDescriptor(const DtString& componentName,
21  DtReaderWriterRegistry* parentRegistry = 0);
22 
25  DtReaderWriterRegistry* parentRegistry = 0);
26 
28  virtual ~DtTimeKeeperDescriptor();
29 
32  const DtTimeKeeperDescriptor& orig);
33 
36  virtual DtString type() const;
37 
39  DtReaderWriterRegistry* parentRegistry = 0) const;
40 
43 
46  virtual int printInterval() const;
47  virtual void setPrintInterval(int interval);
49 
50 protected:
54 
59 
61 };

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)