C# 클래스 JumpsMoreWindow, chronojump

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

공개 메소드들

메소드 설명
Destroy ( ) : void
JumpsMoreWindow ( Gtk parent, bool testOrDelete ) : System
Show ( Gtk parent, bool testOrDelete ) : JumpsMoreWindow,

보호된 메소드들

메소드 설명
createTreeView ( Gtk tv ) : void
deleteTestLine ( ) : void
fillTreeView ( Gtk tv, TreeStore store ) : void
findTestTypesInSessions ( ) : string[]
onSelectionEntry ( object o, EventArgs args ) : void
on_row_double_clicked ( object o, Gtk args ) : void

비공개 메소드들

메소드 설명
on_button_accept_clicked ( object o, EventArgs args ) : void
on_button_cancel_clicked ( object o, EventArgs args ) : void
on_jumps_runs_more_delete_event ( object o, Gtk.DeleteEventArgs args ) : void

메소드 상세

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void

JumpsMoreWindow() 공개 메소드

public JumpsMoreWindow ( Gtk parent, bool testOrDelete ) : System
parent Gtk
testOrDelete bool
리턴 System

Show() 공개 정적인 메소드

public static Show ( Gtk parent, bool testOrDelete ) : JumpsMoreWindow,
parent Gtk
testOrDelete bool
리턴 JumpsMoreWindow,

createTreeView() 보호된 메소드

protected createTreeView ( Gtk tv ) : void
tv Gtk
리턴 void

deleteTestLine() 보호된 메소드

protected deleteTestLine ( ) : void
리턴 void

fillTreeView() 보호된 메소드

protected fillTreeView ( Gtk tv, TreeStore store ) : void
tv Gtk
store TreeStore
리턴 void

findTestTypesInSessions() 보호된 메소드

protected findTestTypesInSessions ( ) : string[]
리턴 string[]

onSelectionEntry() 보호된 메소드

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

on_row_double_clicked() 보호된 메소드

protected on_row_double_clicked ( object o, Gtk args ) : void
o object
args Gtk
리턴 void