C# Class JumpRjExecute, chronojump

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

Méthodes publiques

Méthode Description
JumpRjExecute ( ) : System
JumpRjExecute ( int personID, string personName, int sessionID, string type, double fall, double weight, double limitAsDouble, bool jumpsLimited, Chronopic, cp, Gtk event_execute_label_message, Gtk app, int pDN, bool allowFinishAfterTime, bool volumeOn, RepetitiveConditionsWindow, repetitiveConditionsWin, double progressbarLimit, ExecutingGraphData, egd ) : System
Manage ( ) : void

Méthodes protégées

Méthode Description
shouldFinishByTime ( ) : bool
updateProgressBarForFinish ( ) : void
updateTimeProgressBar ( ) : void
waitEvent ( ) : void
writeRj ( bool tempTable ) : void

Private Methods

Méthode Description
updateTimerCountWithChronopicData ( string tcString, string tvString ) : void

Method Details

JumpRjExecute() public méthode

public JumpRjExecute ( ) : System
Résultat System

JumpRjExecute() public méthode

public JumpRjExecute ( int personID, string personName, int sessionID, string type, double fall, double weight, double limitAsDouble, bool jumpsLimited, Chronopic, cp, Gtk event_execute_label_message, Gtk app, int pDN, bool allowFinishAfterTime, bool volumeOn, RepetitiveConditionsWindow, repetitiveConditionsWin, double progressbarLimit, ExecutingGraphData, egd ) : System
personID int
personName string
sessionID int
type string
fall double
weight double
limitAsDouble double
jumpsLimited bool
cp Chronopic,
event_execute_label_message Gtk
app Gtk
pDN int
allowFinishAfterTime bool
volumeOn bool
repetitiveConditionsWin RepetitiveConditionsWindow,
progressbarLimit double
egd ExecutingGraphData,
Résultat System

Manage() public méthode

public Manage ( ) : void
Résultat void

shouldFinishByTime() protected méthode

protected shouldFinishByTime ( ) : bool
Résultat bool

updateProgressBarForFinish() protected méthode

protected updateProgressBarForFinish ( ) : void
Résultat void

updateTimeProgressBar() protected méthode

protected updateTimeProgressBar ( ) : void
Résultat void

waitEvent() protected méthode

protected waitEvent ( ) : void
Résultat void

writeRj() protected méthode

protected writeRj ( bool tempTable ) : void
tempTable bool
Résultat void