C# 클래스 PersonRecuperateWindow, chronojump

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

공개 프로퍼티들

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

보호된 프로퍼티들

프로퍼티 타입 설명
columnId int
currentPerson Person,
currentPersonSession PersonSession,
currentSession Session,
firstColumn int
pDN int
parent Gtk.Window
selected string
store TreeStore

공개 메소드들

메소드 설명
PersonRecuperateWindow ( Gtk parent, Session, currentSession ) : System
Show ( Gtk parent, Session, currentSession, int pDN ) : PersonRecuperateWindow,

보호된 메소드들

메소드 설명
PersonRecuperateWindow ( ) : System
createTreeView ( Gtk tv, int count ) : void
getCorrectSex ( string sex ) : string
onSelectionEntry ( object o, EventArgs args ) : void
on_button_close_clicked ( object o, EventArgs args ) : void
on_button_recuperate_clicked ( object o, EventArgs args ) : void
on_entry_search_filter_changed ( object o, EventArgs args ) : void
on_person_recuperate_delete_event ( object o, Gtk.DeleteEventArgs args ) : void
on_row_double_clicked ( object o, Gtk args ) : void

비공개 메소드들

메소드 설명
fillTreeView ( Gtk tv, TreeStore store, string searchFilterName ) : void

메소드 상세

PersonRecuperateWindow() 보호된 메소드

protected PersonRecuperateWindow ( ) : System
리턴 System

PersonRecuperateWindow() 공개 메소드

public PersonRecuperateWindow ( Gtk parent, Session, currentSession ) : System
parent Gtk
currentSession Session,
리턴 System

Show() 공개 정적인 메소드

public static Show ( Gtk parent, Session, currentSession, int pDN ) : PersonRecuperateWindow,
parent Gtk
currentSession Session,
pDN int
리턴 PersonRecuperateWindow,

createTreeView() 보호된 메소드

protected createTreeView ( Gtk tv, int count ) : void
tv Gtk
count int
리턴 void

getCorrectSex() 보호된 메소드

protected getCorrectSex ( string sex ) : string
sex string
리턴 string

onSelectionEntry() 보호된 메소드

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

on_button_close_clicked() 보호된 메소드

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

on_button_recuperate_clicked() 보호된 메소드

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

on_entry_search_filter_changed() 보호된 메소드

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

on_person_recuperate_delete_event() 보호된 메소드

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

on_row_double_clicked() 보호된 메소드

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

프로퍼티 상세

columnId 보호되어 있는 프로퍼티

protected int columnId
리턴 int

currentPerson 보호되어 있는 프로퍼티

protected Person, currentPerson
리턴 Person,

currentPersonSession 보호되어 있는 프로퍼티

protected PersonSession, currentPersonSession
리턴 PersonSession,

currentSession 보호되어 있는 프로퍼티

protected Session, currentSession
리턴 Session,

fakeButtonDone 공개적으로 프로퍼티

public Button,Gtk fakeButtonDone
리턴 Gtk.Button

firstColumn 보호되어 있는 프로퍼티

protected int firstColumn
리턴 int

pDN 보호되어 있는 프로퍼티

protected int pDN
리턴 int

parent 보호되어 있는 프로퍼티

protected Window,Gtk parent
리턴 Gtk.Window

selected 보호되어 있는 프로퍼티

protected string selected
리턴 string

store 보호되어 있는 프로퍼티

protected TreeStore store
리턴 TreeStore