C# Class JumpExecute, chronojump

Inheritance: EventExecute
Afficher le fichier Open project: GNOME/chronojump

Protected Properties

Свойство Type Description
fall double
hasFall bool
jumpPhase jumpPhases
tc double
tv double
weight double

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
shouldFinishByTime ( ) : bool
updateTimeProgressBar ( ) : void
waitEvent ( ) : void
write ( ) : void

Private Methods

Méthode Description
callAgainManageFall ( object o, EventArgs args ) : void

Method Details

JumpExecute() public méthode

public JumpExecute ( ) : System
Résultat System

JumpExecute() public méthode

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
Résultat System

Manage() public méthode

public Manage ( ) : void
Résultat void

ManageFall() public méthode

public ManageFall ( ) : void
Résultat void

SimulateInitValues() public méthode

public SimulateInitValues ( Random randSent ) : void
randSent Random
Résultat void

shouldFinishByTime() protected méthode

protected shouldFinishByTime ( ) : bool
Résultat bool

updateTimeProgressBar() protected méthode

protected updateTimeProgressBar ( ) : void
Résultat void

waitEvent() protected méthode

protected waitEvent ( ) : void
Résultat void

write() protected méthode

protected write ( ) : void
Résultat void

Property Details

fall protected_oe property

protected double fall
Résultat double

hasFall protected_oe property

protected bool hasFall
Résultat bool

jumpPhase protected_oe static_oe property

protected static jumpPhases jumpPhase
Résultat jumpPhases

tc protected_oe property

protected double tc
Résultat double

tv protected_oe property

protected double tv
Résultat double

weight protected_oe property

protected double weight
Résultat double