VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 
27  virtual ~DtGlobalEnvironmentParameters() override;
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(), DtReaderWriterRegistry* parentRegistry = NULL) const override;
45 
47  const DtSymbolString& name, DtReaderWriterRegistry* parentRegistry = NULL) const override;
48 
51  virtual DtString type() const override;
52 
54  static DtVrfObjectParameters* creator(DtEnvironmentSP env, DtEnvValueSP* objectNode);
55 
56  virtual void sendUpdateWhenTimeChangesBy(double);
57  virtual double updateWhenTimeChangesBy() const;
58 
59 protected:
60 
70 };
Instances of DtVrfObjectParameters are the readable/writeable objects that contain the information ne...
Definition: vrfObjectParameters.h:64
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
Definition: globalEnvironmentParameters.h:16
virtual DtVrfObjectParameters * clone(const DtString &name=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=NULL) const
Definition: readerWriterRegistry.h:39
static DtVrfObjectParameters * creator(DtEnvironmentSP env, DtEnvValueSP *objectNode)
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const
Returns a string identifying the type of parameter descriptor. Used to create the descriptor on read ...
DT_DLL_readerWriter std::shared_ptr< DtEnvironment > DtEnvironmentSP
Definition: readerWriter.h:30
DtRwReal mySendUpdateWhenTimeChangesBy
Definition: globalEnvironmentParameters.h:68

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)