VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
targetSelectionMetaDataEntry.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: targetSelectionMetaDataEntry.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef targetSelectionMetaDataEntry_h
15
#define targetSelectionMetaDataEntry_h
16
17
#include "
vrfobjparam/systemMetaDataEntry.h
"
18
#include "
vrfobjparam/targetSelectCriteria.h
"
19
#include "
vrfutil/rwString.h
"
20
24
class
DT_DLL_vrfobjparam
DtTargetSelectionMetaDataEntry
:
public
DtSystemMetaDataEntry
25
{
26
public
:
27
DtTargetSelectionMetaDataEntry
(
const
DtString
& name,
DtReaderWriterRegistry
*
28
parentRegistry = NULL);
29
30
DtTargetSelectionMetaDataEntry
(
const
DtString
& name,
const
DtTargetSelectionMetaDataEntry
& orig,
31
DtReaderWriterRegistry
* parentRegistry = 0);
32
33
DtTargetSelectionMetaDataEntry
&
operator=
(
const
DtTargetSelectionMetaDataEntry
& orig);
34
35
virtual
~
DtTargetSelectionMetaDataEntry
();
36
39
virtual
DtString
entryType
()
const
;
40
42
43
virtual
const
DtTargetSelectionCriteria
& targetSelectionCriteria()
const
;
44
virtual
DtTargetSelectionCriteria
& targetSelectionCriteria();
46
48
49
virtual
DtString
targetInputPortName()
const
;
50
virtual
void
setTargetInputPortName(
const
DtString
& portName);
52
53
virtual
DtSystemMetaDataEntry
*
clone
()
const
;
54
55
static
DtSystemMetaDataEntry
* create(
const
DtString
& name);
56
57
protected
:
60
DtTargetSelectionCriteria
myTargetSelectionCriteria
;
61
64
DtRwString
myTargetInputPortName
;
65
};
66
67
#endif
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
)