C# Class JumpExecute, chronojump

Inheritance: EventExecute
Mostrar archivo 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_oe property

protected double fall
return double

hasFall protected_oe property

protected bool hasFall
return bool

jumpPhase protected_oe static_oe property

protected static jumpPhases jumpPhase
return jumpPhases

tc protected_oe property

protected double tc
return double

tv protected_oe property

protected double tv
return double

weight protected_oe property

protected double weight
return double