VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rwPlanVariable.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/rwUUID.h"
14 
17 
19 {
20 public:
22  DtRwPlanVariable(const DtString& name, const DtRwTranslatableStringObject& title, DtReaderWriterRegistry* const parentRegistry = 0);
23  DtRwPlanVariable(const DtString& name, DtReaderWriterRegistry* const parentRegistry = 0);
24 
26  DtRwPlanVariable(const DtString& name, const DtRwPlanVariable&, DtReaderWriterRegistry* const parentRegistry = 0);
27  DtRwPlanVariable(const DtRwPlanVariable&, DtReaderWriterRegistry* const parentRegistry = 0);
28 
29  virtual ~DtRwPlanVariable();
30 
31  void setTitle(const DtRwTranslatableStringObject&);
32  const DtRwTranslatableStringObject& title() const { return myTitle; };
33 
35  virtual DtString markingText() const;
36 
37  DtRwPlanVariable& operator=(const DtRwUUID & orig) { DtRwUUID::operator=(orig); return *this; };
39 
40  bool operator!=(const DtRwPlanVariable & orig) const { return !(*this == orig); };
41  bool operator==(const DtRwPlanVariable & orig) const;
42 
43 protected:
45 };
46 

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)