C# 클래스 JumpExecute, chronojump

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

보호된 프로퍼티들

프로퍼티 타입 설명
fall double
hasFall bool
jumpPhase jumpPhases
tc double
tv double
weight double

공개 메소드들

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

보호된 메소드들

메소드 설명
shouldFinishByTime ( ) : bool
updateTimeProgressBar ( ) : void
waitEvent ( ) : void
write ( ) : void

비공개 메소드들

메소드 설명
callAgainManageFall ( object o, EventArgs args ) : void

메소드 상세

JumpExecute() 공개 메소드

public JumpExecute ( ) : System
리턴 System

JumpExecute() 공개 메소드

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

Manage() 공개 메소드

public Manage ( ) : void
리턴 void

ManageFall() 공개 메소드

public ManageFall ( ) : void
리턴 void

SimulateInitValues() 공개 메소드

public SimulateInitValues ( Random randSent ) : void
randSent Random
리턴 void

shouldFinishByTime() 보호된 메소드

protected shouldFinishByTime ( ) : bool
리턴 bool

updateTimeProgressBar() 보호된 메소드

protected updateTimeProgressBar ( ) : void
리턴 void

waitEvent() 보호된 메소드

protected waitEvent ( ) : void
리턴 void

write() 보호된 메소드

protected write ( ) : void
리턴 void

프로퍼티 상세

fall 보호되어 있는 프로퍼티

protected double fall
리턴 double

hasFall 보호되어 있는 프로퍼티

protected bool hasFall
리턴 bool

jumpPhase 보호되어 있는 정적으로 프로퍼티

protected static jumpPhases jumpPhase
리턴 jumpPhases

tc 보호되어 있는 프로퍼티

protected double tc
리턴 double

tv 보호되어 있는 프로퍼티

protected double tv
리턴 double

weight 보호되어 있는 프로퍼티

protected double weight
리턴 double