VR-Forces 4.0.4 Class Documentation
include/entityEditorImpl/myMtlParamDb.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2004 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: myMtlParamDb.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00012 #ifndef MyMtlParameterDb_H_
00013 #define MyMtlParameterDb_H_
00014 
00015 #include "vrfobjparam/mtlParamDb.h"
00016 #include "entityEditorImpl/myMtlParamDbEntry.h"
00017 
00018 #include "entityEditorImpl/entityEditorImplDefines.h"
00019 
00020 class DT_DLL_entityeditorimpl MyMtlParameterDb : public DtMtlParameterDb
00021 {
00022 public:
00023 
00025    MyMtlParameterDb();
00026 
00028    virtual ~MyMtlParameterDb();
00029 
00030    static DtVrfParameterDb* create();
00031 
00034    virtual void setSaveHeaderOnSave(bool);
00035 
00036 protected:
00037 
00039    virtual DtMtlParameterDbWriter* createMtlParamDbWriter();
00040    virtual DtMtlParameterDbReader* createParamDbReader();
00041 
00043    virtual bool copyDependentParameterDirectories(const DtFilename& oldPath,
00044       const DtFilename& newPath);
00045 
00047    virtual DtVrfParameterDbEntry* createParameterEntry() const;
00048 
00049 private:
00051    MyMtlParameterDb(const MyMtlParameterDb& orig);
00052 
00054    MyMtlParameterDb& operator=(const MyMtlParameterDb& orig);
00055 };
00056 
00057 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)