VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
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
24
#include "
vrfobjparam/vrfobjparamDefines.h
"
25
class
DT_DLL_vrfobjparam
DtTargetPriorityEntry
:
public
DtReaderWriter
26
{
27
public
:
29
DtTargetPriorityEntry
();
30
32
DtTargetPriorityEntry
(
const
DtString
& name,
DtReaderWriterRegistry
*
33
parentRegistry = 0);
34
36
DtTargetPriorityEntry
(
const
DtString
& name,
const
DtTargetPriorityEntry
&
37
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
38
40
const
DtTargetPriorityEntry
&
operator=
(
const
DtTargetPriorityEntry
& orig);
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
68
DtRwEntityType
myEntityType
;
69
74
DtRwInt
myPriority
;
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
)