VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
globalEnvironmentParameters.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
17 {
18 public:
20  DtGlobalEnvironmentParameters(const DtString& name = DtString::nullString(),
21  DtReaderWriterRegistry* parentRegistry = NULL, DtEnvironmentSP env = DtEnvironmentSP(), DtEnvValueSP* objectNode = NULL);
22 
24  DtReaderWriterRegistry* parentRegistry = NULL, DtEnvironmentSP env = DtEnvironmentSP(), DtEnvValueSP* objectNode = NULL);
25 
28 
29 protected:
32  const DtString& name = DtString::nullString(),
33  DtReaderWriterRegistry* parentRegistry = NULL);
34 
36  const DtSymbolString& name, DtReaderWriterRegistry* parentRegistry = NULL);
37 
38 public:
40  const DtGlobalEnvironmentParameters& operator=
41  (const DtGlobalEnvironmentParameters& orig);
42 
44  (const DtString& name = DtString::nullString(),
45  DtReaderWriterRegistry* parentRegistry = NULL) const;
46 
48  (const DtSymbolString& name,
49  DtReaderWriterRegistry* parentRegistry = NULL) const;
50 
53  virtual DtString type() const;
54 
56  static DtVrfObjectParameters* creator(DtEnvironmentSP env, DtEnvValueSP* objectNode);
57 
58  virtual void sendUpdateWhenTimeChangesBy(double);
59  virtual double updateWhenTimeChangesBy() const;
60 
61 protected:
62 
72 };

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)