C# 클래스 EditRunWindow, chronojump

상속: EditEventWindow
파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 메소드들

메소드 설명
EditRunWindow ( Gtk parent ) : System
Show ( Gtk parent, Event, myEvent, int pDN, bool metersSecondsPreferred ) : EditRunWindow,

보호된 메소드들

메소드 설명
EditRunWindow ( ) : System
createSignal ( ) : void
fillDistance ( Event, myEvent ) : void
fillRunStart ( Event, myEvent ) : void
fillSpeed ( Event, myEvent ) : void
fillTime ( Event, myEvent ) : void
findTypes ( Event, myEvent ) : string[]
hideWindow ( ) : void
initializeValues ( ) : void
on_button_cancel_clicked ( object o, EventArgs args ) : void
on_delete_event ( object o, Gtk.DeleteEventArgs args ) : void
on_spin_mistakes_changed ( object o, EventArgs args ) : void
updateEvent ( int eventID, int personID, string description ) : void

비공개 메소드들

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

메소드 상세

EditRunWindow() 보호된 메소드

protected EditRunWindow ( ) : System
리턴 System

EditRunWindow() 공개 메소드

public EditRunWindow ( Gtk parent ) : System
parent Gtk
리턴 System

Show() 공개 정적인 메소드

public static Show ( Gtk parent, Event, myEvent, int pDN, bool metersSecondsPreferred ) : EditRunWindow,
parent Gtk
myEvent Event,
pDN int
metersSecondsPreferred bool
리턴 EditRunWindow,

createSignal() 보호된 메소드

protected createSignal ( ) : void
리턴 void

fillDistance() 보호된 메소드

protected fillDistance ( Event, myEvent ) : void
myEvent Event,
리턴 void

fillRunStart() 보호된 메소드

protected fillRunStart ( Event, myEvent ) : void
myEvent Event,
리턴 void

fillSpeed() 보호된 메소드

protected fillSpeed ( Event, myEvent ) : void
myEvent Event,
리턴 void

fillTime() 보호된 메소드

protected fillTime ( Event, myEvent ) : void
myEvent Event,
리턴 void

findTypes() 보호된 메소드

protected findTypes ( Event, myEvent ) : string[]
myEvent Event,
리턴 string[]

hideWindow() 보호된 메소드

protected hideWindow ( ) : void
리턴 void

initializeValues() 보호된 메소드

protected initializeValues ( ) : void
리턴 void

on_button_cancel_clicked() 보호된 메소드

protected on_button_cancel_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
리턴 void

on_delete_event() 보호된 메소드

protected on_delete_event ( object o, Gtk.DeleteEventArgs args ) : void
o object
args Gtk.DeleteEventArgs
리턴 void

on_spin_mistakes_changed() 보호된 메소드

protected on_spin_mistakes_changed ( object o, EventArgs args ) : void
o object
args EventArgs
리턴 void

updateEvent() 보호된 메소드

protected updateEvent ( int eventID, int personID, string description ) : void
eventID int
personID int
description string
리턴 void