![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2008 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: trueAggregateSubordinateFctEnt.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00013 00014 #ifndef DtSubordinateEntryFactoryEntry_H_ 00015 #define DtSubordinateEntryFactoryEntry_H_ 00016 00017 #include "vrfutil/trueAggregateSubordinateEntryFact.h" 00018 00021 #include "vrfutil/vrfutilDefines.h" 00022 class DT_DLL_vrfutil DtSubordinateEntryFactoryEntry 00023 { 00024 public: 00026 DtSubordinateEntryFactoryEntry(); 00027 00029 DtSubordinateEntryFactoryEntry(const DtSubordinateEntryFactoryEntry& 00030 orig); 00031 00033 const DtSubordinateEntryFactoryEntry& operator=(const 00034 DtSubordinateEntryFactoryEntry& orig); 00035 00037 virtual ~DtSubordinateEntryFactoryEntry(); 00038 00039 virtual const DtString& typeToCreate() const; 00040 virtual void setTypeToCreate(const DtString& type); 00041 00042 virtual const DtSubordinateEntryCreatorFcn& creatorFcn() const; 00043 virtual void setCreatorFcn(const DtSubordinateEntryCreatorFcn& fcn); 00044 00045 virtual DtSubordinateEntryFactoryEntry * clone(const 00046 DtSubordinateEntryFactoryEntry& orig) const; 00047 00048 protected: 00049 DtString myTypeToCreate; 00050 DtSubordinateEntryCreatorFcn myCreatorFcn; 00051 }; 00052 00053 #endif 00054