C# 클래스 PersonSelectWindow, chronojump

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

공개 프로퍼티들

프로퍼티 타입 설명
FakeButtonAddPerson Gtk.Button
FakeButtonDeletePerson Gtk.Button
FakeButtonDone Gtk.Button
FakeButtonEditPerson Gtk.Button
SelectedPerson Person,

공개 메소드들

메소드 설명
Button_delete_confirm_focus ( bool doFocus, bool sensitivePersonButtons ) : void
PersonSelectWindow ( Gtk parent ) : System
Show ( Gtk parent, ArrayList persons ) : PersonSelectWindow,
Update ( ArrayList persons ) : void

비공개 메소드들

메소드 설명
close_window ( ) : void
createTable ( ) : void
on_button_add_clicked ( object o, EventArgs args ) : void
on_button_cancel_clicked ( object o, EventArgs args ) : void
on_button_delete_clicked ( object o, EventArgs args ) : void
on_button_delete_no_clicked ( object o, EventArgs args ) : void
on_button_delete_yes_clicked ( object o, EventArgs args ) : void
on_button_edit_clicked ( object o, EventArgs args ) : void
on_button_portrait_clicked ( object o, EventArgs args ) : void
on_button_select_clicked ( object o, EventArgs args ) : void
on_delete_event ( object o, DeleteEventArgs args ) : void
personButtonsSensitive ( bool sensitive ) : void
removeTable ( ) : void

메소드 상세

Button_delete_confirm_focus() 공개 메소드

public Button_delete_confirm_focus ( bool doFocus, bool sensitivePersonButtons ) : void
doFocus bool
sensitivePersonButtons bool
리턴 void

PersonSelectWindow() 공개 메소드

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

Show() 공개 정적인 메소드

public static Show ( Gtk parent, ArrayList persons ) : PersonSelectWindow,
parent Gtk
persons ArrayList
리턴 PersonSelectWindow,

Update() 공개 메소드

public Update ( ArrayList persons ) : void
persons ArrayList
리턴 void

프로퍼티 상세

FakeButtonAddPerson 공개적으로 프로퍼티

public Button,Gtk FakeButtonAddPerson
리턴 Gtk.Button

FakeButtonDeletePerson 공개적으로 프로퍼티

public Button,Gtk FakeButtonDeletePerson
리턴 Gtk.Button

FakeButtonDone 공개적으로 프로퍼티

public Button,Gtk FakeButtonDone
리턴 Gtk.Button

FakeButtonEditPerson 공개적으로 프로퍼티

public Button,Gtk FakeButtonEditPerson
리턴 Gtk.Button

SelectedPerson 공개적으로 프로퍼티

public Person, SelectedPerson
리턴 Person,