VR-Forces 4.3.1 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
vrvVrl
DtWakeCommand.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
10
11
12
13
#pragma once
14
15
#include <
vrvVrl/vrvVrl.h
>
16
#include <
vrvCore/DtVrvCommand.h
>
17
18
namespace
makVrv
19
{
22
class
DT_DLL_VRVVRL
DtWakeCommand
:
public
DtVrvCommand
23
{
24
public
:
25
DtWakeCommand
();
26
virtual
~
DtWakeCommand
();
27
28
virtual
bool
wakesEnabledSet()
const
;
29
virtual
bool
wakesEnabled()
const
;
30
virtual
void
setWakesEnabled(
bool
enabled );
31
32
virtual
bool
sprayEnabledSet()
const
;
33
virtual
bool
sprayEnabled()
const
;
34
virtual
void
setSprayEnabled(
bool
enabled );
35
36
virtual
void
execute(
DtDe
& de);
37
38
protected
:
39
bool
myWakesEnabled
;
40
bool
mySprayEnabled
;
41
bool
myWakesEnabledSet
;
42
bool
mySprayEnabledSet
;
43
};
44
47
class
DT_DLL_VRVVRL
DtWakeCommandCreator
:
public
DtVrvCommandCreator
48
{
49
public
:
50
DtWakeCommandCreator
(
GlobalIdConvertFunc
func):
DtVrvCommandCreator
(func) {}
51
virtual
~DtWakeCommandCreator
() {}
52
53
virtual
DtVrvCommand
* create(
vrvControlToolkit::DtVrvControl_v1
* control);
54
};
55
}
//makVrv::
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)