VR-Forces 4.0.4 Class Documentation
include/vrfobjparam/actCompDesc.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2003 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: actCompDesc.h,v $ $Revision: 1.11 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00014 
00015 #ifndef DtActuatorComponentDescriptor_H_
00016 #define DtActuatorComponentDescriptor_H_
00017 
00018 #include "vrfobjparam/compDesc.h"
00019 #include "vrfobjparam/aPrtDescLst.h"
00020 
00021 class DtReaderWriterRegistry;
00022 
00045 #include "vrfobjparam/vrfobjparamDefines.h"
00046 class DT_DLL_vrfobjparam DtActuatorComponentDescriptor : public DtComponentDescriptor
00047 {
00048 public:
00050    DtActuatorComponentDescriptor(const DtString& componentName, 
00051       DtReaderWriterRegistry* parentRegistry = NULL);
00052    DtActuatorComponentDescriptor(const DtSymbolString& componentName, 
00053       DtReaderWriterRegistry* parentRegistry = NULL);
00054    
00056    DtActuatorComponentDescriptor(const DtActuatorComponentDescriptor& orig,
00057       DtReaderWriterRegistry* parentRegistry = NULL);
00058    
00060    DtActuatorComponentDescriptor & operator=(const 
00061       DtActuatorComponentDescriptor & orig);
00062 
00064    virtual ~DtActuatorComponentDescriptor();
00065 
00068    virtual DtString type() const;
00069 
00070    virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry = 0) const;
00071    
00074    virtual void setArtPartDescriptorList(const DtSimArtPartDescriptorList&
00075        artPartDescriptorList);
00076    virtual const DtSimArtPartDescriptorList& artPartDescriptorList() const;
00078 
00080    static DtComponentDescriptor* creator();
00081 
00082 protected:
00084    DtActuatorComponentDescriptor();
00085 
00086 protected:
00090 
00095    DtSimArtPartDescriptorList myArtPartDescriptorList;
00096    
00098 };
00099 
00100 #endif
00101 

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)