VR-Forces 4.5 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfobjparam
eventTriggerControllerDescriptor.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 "
vrfobjparam/componentDescriptor.h
"
15
16
#include "
vrfutil/rwInt.h
"
17
#include "
vrfutil/rwObjectTypeList.h
"
18
19
//Vrlink includes
20
#include <vlpi/disEnums.h>
21
26
27
#include "
vrfobjparam/vrfobjparamDefines.h
"
28
class
DT_DLL_vrfobjparam
DtEventTriggerControllerDescriptor
:
public
DtComponentDescriptor
29
{
30
public
:
32
DtEventTriggerControllerDescriptor
(
const
DtString
& name,
33
DtReaderWriterRegistry
* parentRegistry = 0);
34
36
DtEventTriggerControllerDescriptor
(
const
DtEventTriggerControllerDescriptor
&
37
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
38
40
DtEventTriggerControllerDescriptor
&
operator=
(
const
41
DtEventTriggerControllerDescriptor
& orig);
42
44
virtual
~
DtEventTriggerControllerDescriptor
();
45
48
virtual
DtString
type
()
const
;
49
50
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
51
= 0)
const
;
52
53
55
virtual
int
detectionLevelToTrigger()
const
;
56
virtual
void
setDetectionLevelToTrigger(
int
);
57
60
virtual
const
DtRwObjectTypeList
& objectTypesToDetect()
const
;
61
virtual
void
setObjectTypesToDetect(
const
DtRwObjectTypeList
& list);
63
65
static
DtComponentDescriptor
*
creator
();
66
67
protected
:
69
DtEventTriggerControllerDescriptor
();
70
71
protected
:
72
76
80
DtRwInt
myDetectionLevelToTrigger
;
81
85
DtRwObjectTypeList
myObjectTypesToDetect
;
86
88
};
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)