VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rwPlanSimulationObject.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrfutil/vrfutilDefines.h"
12 #include "vrfutil/rwPlanVariable.h"
13 
16 
18 {
19 public:
21  DtRwPlanSimulationObject(const DtString& name, const DtRwTranslatableStringObject& title, DtReaderWriterRegistry* const parentRegistry = 0);
22  DtRwPlanSimulationObject(const DtString& name, DtReaderWriterRegistry* const parentRegistry = 0);
23 
25  DtRwPlanSimulationObject(const DtString& name, const DtRwPlanSimulationObject&, DtReaderWriterRegistry* const parentRegistry = 0);
27 
28  virtual ~DtRwPlanSimulationObject() override;
29 
33  virtual const char* readerWriterType() const override;
34 
35  virtual void setSimulationObject(const DtUUID&);
36  const DtUUID& simulationObject() const { return mySimulationObject; };
37 
39  static const char* theXmlType();
40 
43 
44  bool operator!=(const DtRwPlanSimulationObject & orig) const { return !(*this == orig); };
45  bool operator==(const DtRwPlanSimulationObject & orig) const;
46 
47  virtual const char* xmlType() const override
48  {
49  return theXmlType();
50  }
51 
52 protected:
54 };
55 
UUID is a unique ID wrapper class.
Definition: uuid.h:59
DtRwPlanSimulationObject & operator=(const DtRwPlanVariable &orig)
Definition: rwPlanSimulationObject.h:42
bool operator==(const DtRwPlanVariable &orig) const
bool operator!=(const DtRwPlanSimulationObject &orig) const
Definition: rwPlanSimulationObject.h:44
Definition: readerWriterRegistry.h:39
DtRwPlanVariable & operator=(const DtRwUUID &orig)
Definition: rwPlanVariable.h:37
uuid class
Definition: rwUUID.h:26
static const char * theXmlType()
The type that is used when archiving to an XML stream.
The DtRwPlanSimulationObject is a variable that is used in the plan language to represent a simulatio...
Definition: rwPlanSimulationObject.h:17
DtRwTranslatableStringObject is a simple class that will keep track of strings that can be translated...
Definition: rwTranslatableStringObject.h:31
DtRwUUID mySimulationObject
Definition: rwPlanSimulationObject.h:53
The DtRwPlanVariable is a base class that minimally implements a plan variable. Subclasses will imple...
Definition: rwPlanVariable.h:18
const DtUUID & simulationObject() const
Definition: rwPlanSimulationObject.h:36
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
virtual const char * readerWriterType() const override
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
virtual const char * xmlType() const override
Definition: rwPlanSimulationObject.h:47

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)