C# 클래스 JumpRjExecute, chronojump

상속: JumpExecute
파일 보기 프로젝트 열기: GNOME/chronojump

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
shouldFinishByTime ( ) : bool
updateProgressBarForFinish ( ) : void
updateTimeProgressBar ( ) : void
waitEvent ( ) : void
writeRj ( bool tempTable ) : void

비공개 메소드들

메소드 설명
updateTimerCountWithChronopicData ( string tcString, string tvString ) : void

메소드 상세

JumpRjExecute() 공개 메소드

public JumpRjExecute ( ) : System
리턴 System

JumpRjExecute() 공개 메소드

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,
리턴 System

Manage() 공개 메소드

public Manage ( ) : void
리턴 void

shouldFinishByTime() 보호된 메소드

protected shouldFinishByTime ( ) : bool
리턴 bool

updateProgressBarForFinish() 보호된 메소드

protected updateProgressBarForFinish ( ) : void
리턴 void

updateTimeProgressBar() 보호된 메소드

protected updateTimeProgressBar ( ) : void
리턴 void

waitEvent() 보호된 메소드

protected waitEvent ( ) : void
리턴 void

writeRj() 보호된 메소드

protected writeRj ( bool tempTable ) : void
tempTable bool
리턴 void