VR-Forces 4.0.4 Class Documentation
include/vrfobjparam/mtlParamDbFileEntry.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2004 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: mtlParamDbFileEntry.h,v $ $Revision: 1.6 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00013 
00014 #ifndef DtMtlParameterDbFileEntry_H_
00015 #define DtMtlParameterDbFileEntry_H_
00016 
00017 #include "vrfutil/rdrWritr.h"
00018 #include "vrfutil/rwString.h"
00019 #include "vrfutil/rwObjType.h"
00020 
00021 class DtFilename;
00022 class DtVrfObjectParameters;
00023 
00027 #include "vrfobjparam/vrfobjparamDefines.h"
00028 class DT_DLL_vrfobjparam DtMtlParameterDbFileEntry : public DtReaderWriter
00029 {
00030 public:
00031 
00032    DtMtlParameterDbFileEntry();
00033 
00037    DtMtlParameterDbFileEntry(const DtString & name, DtReaderWriterRegistry * 
00038       parentRegistry = 0, bool readonly = false);
00039 
00041    DtMtlParameterDbFileEntry(const DtString & name, 
00042       const DtMtlParameterDbFileEntry & orig, 
00043       DtReaderWriterRegistry * parentRegistry = 0);
00044 
00046    const DtMtlParameterDbFileEntry & operator=(const DtMtlParameterDbFileEntry & orig);
00047 
00049    virtual ~DtMtlParameterDbFileEntry();
00050 
00053    virtual void setObjectType(const DtObjectType& objectType);
00054    virtual const DtObjectType& objectType() const;
00056 
00059    virtual void setFilename(const DtFilename& filename);
00060    virtual DtFilename filename() const;
00062 
00065    virtual void setParameters(DtVrfObjectParameters* parameters);
00066    virtual DtVrfObjectParameters* parameters() const;
00068 
00069 protected:
00070 
00074 
00079    DtRwObjectType myObjectType;
00080 
00086    DtRwString myFilename;
00087 
00089 
00090    DtVrfObjectParameters* myParameters;
00091 };
00092 
00093 #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)