VR-Forces 4.2 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) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include "
vrfobjparam/systemMetaDataEntry.h
"
14
#include "
vrfobjparam/targetSelectCriteria.h
"
15
#include "
vrfutil/rwString.h
"
16
20
class
DT_DLL_vrfobjparam
DtTargetSelectionMetaDataEntry
:
public
DtSystemMetaDataEntry
21
{
22
public
:
23
DtTargetSelectionMetaDataEntry
(
const
DtString
& name,
DtReaderWriterRegistry
*
24
parentRegistry = NULL);
25
26
DtTargetSelectionMetaDataEntry
(
const
DtString
& name,
const
DtTargetSelectionMetaDataEntry
& orig,
27
DtReaderWriterRegistry
* parentRegistry = 0);
28
29
DtTargetSelectionMetaDataEntry
&
operator=
(
const
DtTargetSelectionMetaDataEntry
& orig);
30
31
virtual
~
DtTargetSelectionMetaDataEntry
();
32
35
virtual
DtString
entryType
()
const
;
36
38
39
virtual
const
DtTargetSelectionCriteria
& targetSelectionCriteria()
const
;
40
virtual
DtTargetSelectionCriteria
& targetSelectionCriteria();
42
44
45
virtual
DtString
targetInputPortName()
const
;
46
virtual
void
setTargetInputPortName(
const
DtString
& portName);
48
49
virtual
DtSystemMetaDataEntry
*
clone
()
const
;
50
51
static
DtSystemMetaDataEntry
* create(
const
DtString
& name);
52
53
virtual
bool
compare
(
const
DtSystemMetaDataEntry
&)
const
;
54
55
protected
:
58
DtTargetSelectionCriteria
myTargetSelectionCriteria
;
59
62
DtRwString
myTargetInputPortName
;
63
};
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
)