VR-Forces 4.2 Class Documentation
aPrtParamLst.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: aPrtParamLst.h,v $ $Revision: 1.14 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtSimArtPartParamList_H_
16 #define DtSimArtPartParamList_H_
17 
18 #include "vrfutil/rdrWritr.h"
19 #include <vlutil/vlMachineTypes.h>
20 #include "vrfutil/rwList.h"
21 
22 class DtString;
23 class DtRwInt;
24 
32 {
33 public:
34 
35  //default constructor
37 
40  parentRegistry = NULL);
41  DtSimArtPartParamList(const DtSymbolString& name, DtReaderWriterRegistry*
42  parentRegistry = NULL);
43 
46  orig, DtReaderWriterRegistry* parentRegistry = NULL);
47  DtSimArtPartParamList(const DtSymbolString& name, const DtSimArtPartParamList&
48  orig, DtReaderWriterRegistry* parentRegistry = NULL);
49 
51 
53  virtual ~DtSimArtPartParamList();
54 
55  virtual DtSimArtPartParamList* clone(const DtString& name,
56  DtReaderWriterRegistry* parentRegistry = NULL) const;
57  virtual DtSimArtPartParamList* clone(const DtSymbolString& name,
58  DtReaderWriterRegistry* parentRegistry = NULL) const;
59 
63  virtual DtRwInt* addArtPartParam(const DtString& name, int paramType);
64 
65 protected:
66 
69  virtual DtlObjPtr getData(DtlObjPtr args, const DtFilename& searchPath,
70  const DtVariableBindingsList& variableBindings);
71 
72  virtual void emptyList();
73  virtual void copyList(const DtSimArtPartParamList & orig);
74  virtual DtRwInt* addArtPartParam(DtRwInt * paramType);
75 
79  virtual const char* readerWriterType() const;
80 };
81 
82 #endif
83 
84 
85 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)