VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
promotionEntryList.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: promoteEntryList.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 
11 
17 
18 #ifndef DtPromotionEntryList_H_
19 #define DtPromotionEntryList_H_
20 
21 #include <vlutil/vlHashlist.h>
22 #include <readerWriter/rwList.h>
23 
25 class DtString;
26 class DtPromotionEntry;
27 
33 
36 {
37 
38 public:
39 
42 
44  DtPromotionEntryList(const DtString& name, DtReaderWriterRegistry* parentRegistry = 0);
45 
47  virtual ~DtPromotionEntryList();
48 
50  DtPromotionEntryList(const DtString& name, const DtPromotionEntryList& orig,
51  DtReaderWriterRegistry* parentRegistry = 0);
52 
55 
56  virtual DtPromotionEntryList * clone(const DtString& name,DtReaderWriterRegistry*
57  parentRegistry = 0);
58 
59  virtual void addPromoteEntry(const DtPromotionEntry& promoteEntry);
60 
61  virtual void copyList(const DtPromotionEntryList& orig);
62 
65  void emptyList();
66 
68  virtual void getSelf(DtlObjPtr args, const DtReaderWriter::SearchPaths& searchPaths,
69  const DtVariableBindingsList& variableBindings);
70 
71 protected:
72 
73  virtual void addPromoteEntry(DtPromotionEntry * promoteEntry);
74 
77  virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths& searchPaths,
78  const DtVariableBindingsList& variableBindings);
79 };
80 
81 #endif

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)