C# Class JumpRjExecute, chronojump

Inheritance: JumpExecute
ファイルを表示 Open project: GNOME/chronojump

Public Methods

Method 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

Protected Methods

Method Description
shouldFinishByTime ( ) : bool
updateProgressBarForFinish ( ) : void
updateTimeProgressBar ( ) : void
waitEvent ( ) : void
writeRj ( bool tempTable ) : void

Private Methods

Method Description
updateTimerCountWithChronopicData ( string tcString, string tvString ) : void

Method Details

JumpRjExecute() public method

public JumpRjExecute ( ) : System
return System

JumpRjExecute() public method

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,
return System

Manage() public method

public Manage ( ) : void
return void

shouldFinishByTime() protected method

protected shouldFinishByTime ( ) : bool
return bool

updateProgressBarForFinish() protected method

protected updateProgressBarForFinish ( ) : void
return void

updateTimeProgressBar() protected method

protected updateTimeProgressBar ( ) : void
return void

waitEvent() protected method

protected waitEvent ( ) : void
return void

writeRj() protected method

protected writeRj ( bool tempTable ) : void
tempTable bool
return void