C# Class PersonRecuperateWindow, chronojump

Show file Open project: GNOME/chronojump Class Usage Examples

Public Properties

Property Type Description
fakeButtonDone Gtk.Button

Protected Properties

Property Type Description
columnId int
currentPerson Person,
currentPersonSession PersonSession,
currentSession Session,
firstColumn int
pDN int
parent Gtk.Window
selected string
store TreeStore

Public Methods

Method Description
PersonRecuperateWindow ( Gtk parent, Session, currentSession ) : System
Show ( Gtk parent, Session, currentSession, int pDN ) : PersonRecuperateWindow,

Protected Methods

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

Private Methods

Method Description
fillTreeView ( Gtk tv, TreeStore store, string searchFilterName ) : void

Method Details

PersonRecuperateWindow() protected method

protected PersonRecuperateWindow ( ) : System
return System

PersonRecuperateWindow() public method

public PersonRecuperateWindow ( Gtk parent, Session, currentSession ) : System
parent Gtk
currentSession Session,
return System

Show() public static method

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

createTreeView() protected method

protected createTreeView ( Gtk tv, int count ) : void
tv Gtk
count int
return void

getCorrectSex() protected method

protected getCorrectSex ( string sex ) : string
sex string
return string

onSelectionEntry() protected method

protected onSelectionEntry ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_button_close_clicked() protected method

protected on_button_close_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_button_recuperate_clicked() protected method

protected on_button_recuperate_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_entry_search_filter_changed() protected method

protected on_entry_search_filter_changed ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_person_recuperate_delete_event() protected method

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

on_row_double_clicked() protected method

protected on_row_double_clicked ( object o, Gtk args ) : void
o object
args Gtk
return void

Property Details

columnId protected property

protected int columnId
return int

currentPerson protected property

protected Person, currentPerson
return Person,

currentPersonSession protected property

protected PersonSession, currentPersonSession
return PersonSession,

currentSession protected property

protected Session, currentSession
return Session,

fakeButtonDone public property

public Button,Gtk fakeButtonDone
return Gtk.Button

firstColumn protected property

protected int firstColumn
return int

pDN protected property

protected int pDN
return int

parent protected property

protected Window,Gtk parent
return Gtk.Window

selected protected property

protected string selected
return string

store protected property

protected TreeStore store
return TreeStore