C# Class Views.VictimsWindow

Inheritance: Gtk.Window
Mostrar archivo Open project: monsterlabs/HumanRightsTracker

Public Methods

Method Description
VictimsWindow ( Act act, Gtk parent ) : System

Protected Methods

Method Description
OnAddVictim ( object sender, System e ) : void
OnRemove ( object sender, System e ) : void
OnShowSaved ( object sender, System e ) : void
OnVictimSelected ( object sender, System e ) : void

Private Methods

Method Description
Initialize ( ) : void

Method Details

OnAddVictim() protected method

protected OnAddVictim ( object sender, System e ) : void
sender object
e System
return void

OnRemove() protected method

protected OnRemove ( object sender, System e ) : void
sender object
e System
return void

OnShowSaved() protected method

protected OnShowSaved ( object sender, System e ) : void
sender object
e System
return void

OnVictimSelected() protected method

protected OnVictimSelected ( object sender, System e ) : void
sender object
e System
return void

VictimsWindow() public method

public VictimsWindow ( Act act, Gtk parent ) : System
act Act
parent Gtk
return System