VR-Forces 4.1.1 Class Documentation
compDescLst.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: compDescLst.h,v $ $Revision: 1.9 $ $State: Exp $
7 ******************************************************************************/
8 
11 
14 
15 #ifndef DtComponentDescriptorList_H_
16 #define DtComponentDescriptorList_H_
17 
18 #include "vrfutil/rwList.h"
19 
21 class DtFilename;
22 
27 {
28 protected:
29 
32 
33 public:
34 
37  DtReaderWriterRegistry * parentRegistry = 0);
38 
41  DtReaderWriterRegistry * parentRegistry = 0);
42 
48 
50  virtual ~DtComponentDescriptorList();
51 
53  parentRegistry = 0);
54 
56  virtual void emptyList();
57  virtual void copyList(const DtComponentDescriptorList& orig);
58 
60  virtual DtComponentDescriptor* addComponentDescriptor(const DtComponentDescriptor&
61  descriptor);
62 
63  virtual DtComponentDescriptor * lookupComponentDescriptor(const DtString&
64  name) const;
65 
66 protected:
67  virtual void addComponentDescriptor(DtComponentDescriptor * descriptor);
68  virtual DtListItem * lookupComponentDescriptorItem(const DtString& name) const;
69 
73  virtual DtlObjPtr getData(DtlObjPtr args, const DtFilename& searchPath,
74  const DtVariableBindingsList& variableBindings);
75 };
76 
77 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)