VR-Forces 4.1 Class Documentation
subObjList.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2001 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: subObjList.h,v $ $Revision: 1.3 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef DtVrfSubObjectParameterList_H_
15 #define DtVrfSubObjectParameterList_H_
16 
17 #include "vrfutil/rwList.h"
18 
20 
23 #include "vrfutil/vrfutilDefines.h"
25 {
26 public:
27 
29  DtVrfSubObjectParameterList(const DtString& name = DtString::nullString(),
30  DtReaderWriterRegistry* parentRegistry = NULL);
32  DtReaderWriterRegistry* parentRegistry = NULL);
33 
36  const DtString& name = DtString::nullString(),
37  DtReaderWriterRegistry* parentRegistry = NULL);
39  const DtSymbolString& name,
40  DtReaderWriterRegistry* parentRegistry = NULL);
41 
43  const DtVrfSubObjectParameterList& orig);
44 
46  virtual ~DtVrfSubObjectParameterList();
47 
48  virtual DtVrfSubObjectParameterList* clone(
49  const DtString& name = DtString::nullString(),
50  DtReaderWriterRegistry* parentRegistry = NULL) const;
51  virtual DtVrfSubObjectParameterList* clone(
52  const DtSymbolString& name,
53  DtReaderWriterRegistry* parentRegistry = NULL) const;
54 
55  virtual DtVrfSubObjectParameterEntry* addSubObjectEntry(
56  const DtVrfSubObjectParameterEntry& subEntry);
57 
61  virtual void removeSubObjectEntry(const DtVrfSubObjectParameterEntry* subEntry);
62 
64  bool operator==(const DtVrfSubObjectParameterList&) const;
65  bool operator!=(const DtVrfSubObjectParameterList&) const;
66 
67  virtual const char* readerWriterType() const;
68 
70  virtual void getSelf(DtlObjPtr args, const DtFilename& searchPath,
71  const DtVariableBindingsList& variableBindings);
72 
73 protected:
74 
77  virtual DtlObjPtr getData(DtlObjPtr args, const DtFilename& searchPath,
78  const DtVariableBindingsList& variableBindings);
79 
80  virtual void emptyList();
81  virtual void copyList(const DtVrfSubObjectParameterList & orig);
82 
83  virtual DtVrfSubObjectParameterEntry* addSubObjectEntry(
85 };
86 
87 #endif
88 
89 
90 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)