VR-Forces 4.0.4 Class Documentation
include/vrfobjparam/systemArtPartParameterData.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2007 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: systemArtPartParameterData.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00013 
00014 #ifndef systemArtPartParameterData_h
00015 #define systemArtPartParameterData_h
00016 
00017 #include "vrfobjparam/systemParameterData.h"
00018 #include "vrfobjparam/vrfobjparamDefines.h"
00019 
00021 class DT_DLL_vrfobjparam DtSystemArtPartParameterData : public DtSystemParameterData
00022 {
00023 public:
00024    DtSystemArtPartParameterData(const DtString& name, DtReaderWriterRegistry* parentRegistry = 0);
00025    DtSystemArtPartParameterData(const DtString& name, const DtSystemArtPartParameterData& orig,
00026       DtReaderWriterRegistry* parentRegistry = 0);
00027    DtSystemArtPartParameterData& operator=(const DtSystemArtPartParameterData& orig);
00028    virtual ~DtSystemArtPartParameterData();
00029 
00030    virtual DtSystemParameterData* clone() const;
00031 
00032    virtual DtString parameterType() const;
00033 
00034    virtual DtString artPartCategory() const;
00035    virtual void setArtPartCategory(const DtString& cat);
00036 
00037    static DtSystemParameterData* create(const DtString& rwName);
00038 
00039 protected:
00040    DtRwString myArtPartCategory;
00041 
00042 };
00043 
00044 #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)