VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
targetPriorityEntry.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/rwEntityType.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 
60  virtual const char* readerWriterType() const;
61 
63  static const char* theXmlType();
64 
65  virtual const char* xmlType() const
66  {
67  return theXmlType();
68  }
69 
70 protected:
74 
80 
86 
88 };

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)