Property | Type | Description | |
---|---|---|---|
fakeButtonDone | Gtk.Button |
Property | Type | Description | |
---|---|---|---|
columnId | int | ||
currentPerson | Person, | ||
currentPersonSession | PersonSession, | ||
currentSession | Session, | ||
firstColumn | int | ||
pDN | int | ||
parent | Gtk.Window | ||
selected | string | ||
store | TreeStore |
Method | Description | |
---|---|---|
PersonRecuperateWindow ( Gtk parent, Session, currentSession ) : System | ||
Show ( Gtk parent, Session, currentSession, int pDN ) : PersonRecuperateWindow, |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
fillTreeView ( Gtk tv, TreeStore store, string searchFilterName ) : void |
protected PersonRecuperateWindow ( ) : System | ||
return | System |
public PersonRecuperateWindow ( Gtk parent, Session, currentSession ) : System | ||
parent | Gtk | |
currentSession | Session, | |
return | System |
public static Show ( Gtk parent, Session, currentSession, int pDN ) : PersonRecuperateWindow, | ||
parent | Gtk | |
currentSession | Session, | |
pDN | int | |
return | PersonRecuperateWindow, |
protected createTreeView ( Gtk tv, int count ) : void | ||
tv | Gtk | |
count | int | |
return | void |
protected getCorrectSex ( string sex ) : string | ||
sex | string | |
return | string |
protected onSelectionEntry ( object o, EventArgs args ) : void | ||
o | object | |
args | EventArgs | |
return | void |
protected on_button_close_clicked ( object o, EventArgs args ) : void | ||
o | object | |
args | EventArgs | |
return | void |
protected on_button_recuperate_clicked ( object o, EventArgs args ) : void | ||
o | object | |
args | EventArgs | |
return | void |
protected on_entry_search_filter_changed ( object o, EventArgs args ) : void | ||
o | object | |
args | EventArgs | |
return | void |
protected on_person_recuperate_delete_event ( object o, Gtk.DeleteEventArgs args ) : void | ||
o | object | |
args | Gtk.DeleteEventArgs | |
return | void |
protected on_row_double_clicked ( object o, Gtk args ) : void | ||
o | object | |
args | Gtk | |
return | void |
protected PersonSession, currentPersonSession | ||
return | PersonSession, |