VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCore
DtTrackHistoryRibbonLengthCommand.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
10
11
#pragma once
12
13
#include <
vrvCore/DtVrvCommand.h
>
14
15
namespace
makVrv
16
{
20
class
DT_DLL_VRVCORE
DtTrackHistoryRibbonLengthCommand
:
public
DtVrvCommand
21
{
22
public
:
23
DtTrackHistoryRibbonLengthCommand
();
24
virtual
~
DtTrackHistoryRibbonLengthCommand
();
25
26
virtual
bool
infinite()
const
;
27
virtual
void
setInfinite(
bool
trueOrFalse );
28
30
virtual
double
ribbonLength()
const
;
31
virtual
void
setRibbonLength(
double
meters );
32
33
virtual
void
execute(
DtDe
& de);
34
35
protected
:
36
bool
myInfiniteFlag
;
37
double
myRibbonLength
;
38
};
39
42
class
DT_DLL_VRVCORE
DtTrackHistoryRibbonLengthCommandCreator
:
public
DtVrvCommandCreator
43
{
44
public
:
45
DtTrackHistoryRibbonLengthCommandCreator
(
GlobalIdConvertFunc
func):
DtVrvCommandCreator
(func) {}
46
virtual
~DtTrackHistoryRibbonLengthCommandCreator
() {}
47
48
virtual
DtVrvCommand
* create(
vrvControlToolkit::DtVrvControl_v1
* control);
49
};
50
51
52
}
//makVrv::
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)