VR-Forces 4.1 Class Documentation
tgtPriEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: tgtPriEntry.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtTargetPriorityEntry_H_
16 #define DtTargetPriorityEntry_H_
17 
18 #include "vrfutil/rwEntType.h"
19 #include "vrfutil/rwInt.h"
20 
26 {
27 public:
30 
33  parentRegistry = 0);
34 
37  orig, DtReaderWriterRegistry * parentRegistry = 0);
38 
41 
42  virtual ~DtTargetPriorityEntry();
43 
44  virtual DtTargetPriorityEntry * clone(const DtString & name,
45  DtReaderWriterRegistry * parentRegistry = 0) const;
46 
49  virtual void setEntityType(const DtEntityType& entityType);
50  virtual const DtRwEntityType& entityType() const;
52 
55  virtual void setPriority(int priority);
56  virtual int priority() const;
58 
59 protected:
63 
69 
75 
77 };
78 
79 #endif
80 
81 
82 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)