C# Class RunIntervalExecute, chronojump

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

Méthodes publiques

Méthode Description
RunIntervalExecute ( ) : System
RunIntervalExecute ( int personID, int sessionID, string type, double distanceInterval, double limitAsDouble, bool tracksLimited, Chronopic, cp, Gtk event_execute_label_message, Gtk app, int pDN, bool metersSecondsPreferred, bool volumeOn, RepetitiveConditionsWindow, repetitiveConditionsWin, double progressbarLimit, ExecutingGraphData, egd, Constants, checkDoubleContactMode, int checkDoubleContactTime, bool speedStartArrival ) : System

Méthodes protégées

Méthode Description
countDownMessage ( ) : string
shouldFinishByTime ( ) : bool
updateTimeProgressBar ( ) : void
waitEvent ( ) : void
writeRunInterval ( bool tempTable ) : void

Private Methods

Méthode Description
updateTimerCountWithChronopicData ( string timesString ) : void

Method Details

RunIntervalExecute() public méthode

public RunIntervalExecute ( ) : System
Résultat System

RunIntervalExecute() public méthode

public RunIntervalExecute ( int personID, int sessionID, string type, double distanceInterval, double limitAsDouble, bool tracksLimited, Chronopic, cp, Gtk event_execute_label_message, Gtk app, int pDN, bool metersSecondsPreferred, bool volumeOn, RepetitiveConditionsWindow, repetitiveConditionsWin, double progressbarLimit, ExecutingGraphData, egd, Constants, checkDoubleContactMode, int checkDoubleContactTime, bool speedStartArrival ) : System
personID int
sessionID int
type string
distanceInterval double
limitAsDouble double
tracksLimited bool
cp Chronopic,
event_execute_label_message Gtk
app Gtk
pDN int
metersSecondsPreferred bool
volumeOn bool
repetitiveConditionsWin RepetitiveConditionsWindow,
progressbarLimit double
egd ExecutingGraphData,
checkDoubleContactMode Constants,
checkDoubleContactTime int
speedStartArrival bool
Résultat System

countDownMessage() protected méthode

protected countDownMessage ( ) : string
Résultat string

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

writeRunInterval() protected méthode

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