VR-Forces 4.1 Class Documentation
myMtlParamDbReader.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: myMtlParamDbReader.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef MyMtlParameterDbReader_H_
13 #define MyMtlParameterDbReader_H_
14 
17 #include "extMtl/extDtcRead.h"
18 
19 #include <string>
20 
21 class DtReaderWriter;
22 
24 {
25 public:
26 
29 
31  virtual ~MyMtlParameterDbReader();
32 
33 public:
34 
35  static void postGetSelfCb(DtReaderWriter* readerWriterObject, DtlObjPtr args,
36  void* userData);
38  const std::string& fileComment() const;
39 
40 protected:
41  virtual bool readFileData(const DtFilename&, DtMtlParameterDbFileData*, FILE*);
42 
44  virtual void entryAddedFor(DtMtlParameterDbFileEntry* oldEntry,
45  DtMtlParameterDbEntry* newEntry);
46 
47 private:
50 
53 
54 protected:
57  std::string myFileComment;
58 };
59 
61 {
63 }
64 
65 inline const std::string& MyMtlParameterDbReader::fileComment() const
66 {
67  return myFileComment;
68 }
69 
70 #endif

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)