VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rwIntegerList.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/rwList.h"
13 
14 class DtRwInt;
15 
20 {
21 public:
22 
25 
28  parentRegistry = NULL);
30  parentRegistry = NULL);
32  parentRegistry = NULL);
33 
35  virtual ~DtRwIntegerList();
36 
40 
41  DtRwIntegerList(const DtString& name, const DtRwIntegerList& orig,
42  DtReaderWriterRegistry* parentRegistry = NULL);
43 
44  DtRwIntegerList(const DtSymbolString& name, const DtRwIntegerList& orig,
45  DtReaderWriterRegistry* parentRegistry = NULL);
47 
52 
61  virtual void addInteger(DtRwInt* rwInt);
62 
66  virtual void removeInteger(DtRwInt* rwInt, DtListItem* listItem);
67 
69  void emptyList();
70 
74  virtual const char* readerWriterType() const;
75 
77  static const char* theXmlType();
78 
79  virtual const char* xmlType() const
80  {
81  return theXmlType();
82  }
83 
84 protected:
85 
88  virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths& searchPaths,
89  const DtVariableBindingsList& variableBindings);
90 
92  void copyList(const DtRwIntegerList& orig);
93 };

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)