C# Class JumpExecute, chronojump

Inheritance: EventExecute
Show file Open project: GNOME/chronojump

Protected Properties

Property Type Description
fall double
hasFall bool
jumpPhase jumpPhases
tc double
tv double
weight double

Public Methods

Method Description
JumpExecute ( ) : System
JumpExecute ( int personID, string personName, int sessionID, string type, double fall, double weight, Chronopic, cp, Gtk event_execute_label_message, Gtk app, int pDN, bool volumeOn, double progressbarLimit, ExecutingGraphData, egd, string description ) : System
Manage ( ) : void
ManageFall ( ) : void
SimulateInitValues ( Random randSent ) : void

Protected Methods

Method Description
shouldFinishByTime ( ) : bool
updateTimeProgressBar ( ) : void
waitEvent ( ) : void
write ( ) : void

Private Methods

Method Description
callAgainManageFall ( object o, EventArgs args ) : void

Method Details

JumpExecute() public method

public JumpExecute ( ) : System
return System

JumpExecute() public method

public JumpExecute ( int personID, string personName, int sessionID, string type, double fall, double weight, Chronopic, cp, Gtk event_execute_label_message, Gtk app, int pDN, bool volumeOn, double progressbarLimit, ExecutingGraphData, egd, string description ) : System
personID int
personName string
sessionID int
type string
fall double
weight double
cp Chronopic,
event_execute_label_message Gtk
app Gtk
pDN int
volumeOn bool
progressbarLimit double
egd ExecutingGraphData,
description string
return System

Manage() public method

public Manage ( ) : void
return void

ManageFall() public method

public ManageFall ( ) : void
return void

SimulateInitValues() public method

public SimulateInitValues ( Random randSent ) : void
randSent Random
return void

shouldFinishByTime() protected method

protected shouldFinishByTime ( ) : bool
return bool

updateTimeProgressBar() protected method

protected updateTimeProgressBar ( ) : void
return void

waitEvent() protected method

protected waitEvent ( ) : void
return void

write() protected method

protected write ( ) : void
return void

Property Details

fall protected property

protected double fall
return double

hasFall protected property

protected bool hasFall
return bool

jumpPhase protected static property

protected static jumpPhases jumpPhase
return jumpPhases

tc protected property

protected double tc
return double

tv protected property

protected double tv
return double

weight protected property

protected double weight
return double