VR-Forces 4.2 Class Documentation
tgtPriEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
14 #include "vrfutil/rwEntType.h"
15 #include "vrfutil/rwInt.h"
16 
22 {
23 public:
26 
29  parentRegistry = 0);
30 
33  orig, DtReaderWriterRegistry * parentRegistry = 0);
34 
37 
38  virtual ~DtTargetPriorityEntry();
39 
40  virtual DtTargetPriorityEntry * clone(const DtString & name,
41  DtReaderWriterRegistry * parentRegistry = 0) const;
42 
45  virtual void setEntityType(const DtEntityType& entityType);
46  virtual const DtRwEntityType& entityType() const;
48 
51  virtual void setPriority(int priority);
52  virtual int priority() const;
54 
55  bool operator==(const DtTargetPriorityEntry&) const;
56 
57 protected:
61 
67 
73 
75 };

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)