VR-Forces 4.0.4 Class Documentation
include/vrfutil/rsrcFactEnt.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1999 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: rsrcFactEnt.h,v $ $Revision: 1.4 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00017 
00018 #ifndef DtSimResourceFactoryEntry_H_
00019 #define DtSimResourceFactoryEntry_H_
00020 
00021 #include "vrfutil/rsrcFactory.h"
00022 
00028 
00029 #include "vrfutil/vrfutilDefines.h"
00030 class DT_DLL_vrfutil DtSimResourceFactoryEntry
00031 {
00032 public:
00034    DtSimResourceFactoryEntry();
00035 
00037    DtSimResourceFactoryEntry(const DtSimResourceFactoryEntry& orig);
00038 
00040    const DtSimResourceFactoryEntry& operator=(const DtSimResourceFactoryEntry& 
00041       orig);
00042 
00044    virtual ~DtSimResourceFactoryEntry();
00045 
00046    virtual const DtString& typeToCreate() const;
00047    virtual void setTypeToCreate(const DtString& type);
00048 
00049    virtual const DtSimResourceCreatorFcn& creatorFcn() const;
00050    virtual void setCreatorFcn(const DtSimResourceCreatorFcn& fcn);
00051 
00052    virtual DtSimResourceFactoryEntry * clone(const DtSimResourceFactoryEntry& 
00053       orig) const;
00054 
00055 protected:
00056    DtString                       myTypeToCreate;
00057    DtSimResourceCreatorFcn myCreatorFcn;
00058 };
00059 
00060 #endif
00061 

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)