C# 클래스 ExecuteAutoWindow, chronojump

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

공개 프로퍼티들

프로퍼티 타입 설명
FakeButtonAccept Gtk.Button

공개 메소드들

메소드 설명
Close ( ) : void
ExecuteAutoWindow ( Gtk parent ) : System
GetOrderedData ( ) : ArrayList
Show ( Gtk parent, int sessionID ) : ExecuteAutoWindow,
ShowJustOrder ( Gtk parent, ArrayList orderedData, int orderedDataPos ) : ExecuteAutoWindow,
on_load_row_double_clicked ( object o, Gtk args ) : void
on_radio_load_new_toggled ( object obj, EventArgs args ) : void

비공개 메소드들

메소드 설명
button_simulate_exercise_clicked ( int uniqueID, int treeviewNum ) : void
createComboSelect ( ) : void
createTreeviewLoad ( ) : void
createTreeviewResult ( bool by_sets ) : void
createTreeviewSeries ( ) : void
fillTreeviewLoad ( ) : void
fillTreeviewResult ( ) : void
getTrComboInts ( ArrayList arrayTrCombo ) : List
initialize ( ) : void
initializeShowJustOrder ( int rowNumber ) : void
loadDo ( ) : void
onLoadSelectionEntry ( object o, EventArgs args ) : void
on_button_add_exercise_clicked ( object o, EventArgs args ) : void
on_button_add_exercise_do ( int selectedPos, int treeviewNum ) : void
on_button_cancel_clicked ( object o, EventArgs args ) : void
on_button_next_clicked ( object o, EventArgs args ) : void
on_button_save_clicked ( object o, EventArgs args ) : void
on_delete_event ( object o, Gtk.DeleteEventArgs args ) : void
on_delete_selected_row_clicked ( object o, EventArgs args ) : void
on_entry_save_name_changed ( object o, EventArgs args ) : void
on_radio_mode_toggled ( object o, EventArgs args ) : void
on_treeview_load_button_release_event ( object o, Gtk.ButtonReleaseEventArgs args ) : void
showSeriesStuff ( bool show ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

ExecuteAutoWindow() 공개 메소드

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

GetOrderedData() 공개 메소드

public GetOrderedData ( ) : ArrayList
리턴 ArrayList

Show() 공개 정적인 메소드

public static Show ( Gtk parent, int sessionID ) : ExecuteAutoWindow,
parent Gtk
sessionID int
리턴 ExecuteAutoWindow,

ShowJustOrder() 공개 정적인 메소드

public static ShowJustOrder ( Gtk parent, ArrayList orderedData, int orderedDataPos ) : ExecuteAutoWindow,
parent Gtk
orderedData ArrayList
orderedDataPos int
리턴 ExecuteAutoWindow,

on_load_row_double_clicked() 공개 메소드

public on_load_row_double_clicked ( object o, Gtk args ) : void
o object
args Gtk
리턴 void

on_radio_load_new_toggled() 공개 메소드

public on_radio_load_new_toggled ( object obj, EventArgs args ) : void
obj object
args EventArgs
리턴 void

프로퍼티 상세

FakeButtonAccept 공개적으로 프로퍼티

public Button,Gtk FakeButtonAccept
리턴 Gtk.Button