VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfobjcore
diGuyGestureControllerPSR.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2017 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
8
#include "
vrfobjcore/vrfProcessStateRepository.h
"
9
#include "
vrfobjcore/vrfobjcoreDefines.h
"
10
#include "
vrfutil/rwReal.h
"
11
#include "
vrfutil/rwString.h
"
12
17
18
class
DT_DLL_vrfobjcore
DtDiGuyGestureControllerPSR
:
public
DtVrfProcessStateRepository
19
{
20
public
:
21
23
DtDiGuyGestureControllerPSR
(
DtVrfObject
* vrfObject,
24
const
DtString
& rwName = DtString::nullString(),
25
DtReaderWriterRegistry
* parentRegistry = 0);
26
28
DtDiGuyGestureControllerPSR
(
const
DtDiGuyGestureControllerPSR
& orig,
29
const
DtString
& rwName = DtString::nullString(),
30
DtReaderWriterRegistry
* parentRegistry = 0);
31
33
virtual
~
DtDiGuyGestureControllerPSR
();
34
36
DtDiGuyGestureControllerPSR
&
operator=
(
const
DtDiGuyGestureControllerPSR
& orig);
37
39
virtual
DtVrfProcessStateRepository
*
clone
(
40
const
DtString
& rwName = DtString::nullString(),
41
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
42
44
virtual
DtString
type
()
const
;
45
47
virtual
void
setGestureEndTime(
double
time);
48
virtual
double
gestureEndTime()
const
;
49
51
virtual
void
setCurrentGesture(
const
DtString
&);
52
virtual
const
DtString
& currentGesture()
const
;
53
55
static
DtVrfProcessStateRepository
* creator (
const
DtString
& rwName,
56
DtVrfObject
* vrfObject,
DtReaderWriterRegistry
* parentRegistry);
57
58
protected
:
59
DtRwReal
myGestureEndTime
;
60
DtRwString
myCurrentGesture
;
61
};
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)