VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
targetSelectionControllerPSR.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Generated by VR-Forces Component Code Generator
3
** WARNING: Changes to this file WILL BE LOST if file is regenerated.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: targetSelectionControllerPSR.h,v $ $Revision: 1.2 $ $State: Exp $
7
*******************************************************************************/
8
11
12
13
#ifndef targetSelectionControllerPSR_H_
14
#define targetSelectionControllerPSR_H_
15
16
#include "
vrfobjcore/processSR.h
"
17
#include "
vrfutil/rwString.h
"
18
21
#include "
vrfobjcore/vrfobjcoreDefines.h
"
22
class
DT_DLL_vrfobjcore
DtTargetSelectionControllerPSR
:
public
DtVrfProcessStateRepository
23
{
24
public
:
26
DtTargetSelectionControllerPSR
(
DtVrfObject
* vrfObject,
27
const
DtString
& rwName = DtString::nullString(),
28
DtReaderWriterRegistry
* parentRegistry = 0);
30
DtTargetSelectionControllerPSR
(
const
DtTargetSelectionControllerPSR
& orig,
31
const
DtString
& rwName = DtString::nullString(),
32
DtReaderWriterRegistry
* parentRegistry = 0);
34
DtTargetSelectionControllerPSR
&
operator=
(
35
const
DtTargetSelectionControllerPSR
& orig);
37
virtual
~
DtTargetSelectionControllerPSR
();
38
40
virtual
DtVrfProcessStateRepository
*
clone
(
41
const
DtString
& rwName = DtString::nullString(),
42
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
43
45
virtual
DtString
type
()
const
;
46
48
static
DtVrfProcessStateRepository
* creator(
const
DtString
& rwName,
49
DtVrfObject
* vrfObject,
DtReaderWriterRegistry
* parentRegistry = 0);
50
55
virtual
DtString
userTargetName()
const
;
56
virtual
void
setUserTargetName(
const
DtString
& newValue);
58
59
protected
:
60
DtRwString
myUserTargetName
;
61
};
62
#endif
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
)