VR-Forces 4.0.4 Class Documentation
include/vrfobjparam/tgtPriEntry.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1999 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: tgtPriEntry.h,v $ $Revision: 1.6 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00014 
00015 #ifndef DtTargetPriorityEntry_H_
00016 #define DtTargetPriorityEntry_H_
00017 
00018 #include "vrfutil/rwEntType.h"
00019 #include "vrfutil/rwInt.h"
00020 
00024 #include "vrfobjparam/vrfobjparamDefines.h"
00025 class DT_DLL_vrfobjparam DtTargetPriorityEntry : public DtReaderWriter
00026 {
00027 public:
00029    DtTargetPriorityEntry();
00030 
00032    DtTargetPriorityEntry(const DtString & name, DtReaderWriterRegistry *  
00033       parentRegistry = 0);
00034 
00036    DtTargetPriorityEntry(const DtString & name, const DtTargetPriorityEntry & 
00037       orig, DtReaderWriterRegistry *  parentRegistry = 0);
00038 
00040    const DtTargetPriorityEntry& operator=(const DtTargetPriorityEntry & orig);
00041 
00042    virtual ~DtTargetPriorityEntry();
00043 
00044    virtual DtTargetPriorityEntry * clone(const DtString & name, 
00045       DtReaderWriterRegistry * parentRegistry = 0) const;
00046 
00049    virtual void setEntityType(const DtEntityType& entityType);
00050    virtual const DtRwEntityType& entityType() const;
00052 
00055    virtual void setPriority(int priority);
00056    virtual int priority() const;
00058 
00059 protected:
00063 
00068    DtRwEntityType     myEntityType;
00069 
00074    DtRwInt            myPriority;
00075 
00077 };
00078 
00079 #endif
00080 
00081 
00082 

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)