C# Class Views.PerpetratorActList

Inheritance: Gtk.Bin
Exibir arquivo Open project: monsterlabs/HumanRightsTracker

Private Properties

Property Type Description

Public Methods

Method Description
NewStore ( ) : void
PerpetratorActList ( ) : System
ReloadStore ( ) : void
UnselectAll ( ) : void

Protected Methods

Method Description
OnReloadButtonClicked ( object sender, System e ) : void
OnRowActivated ( object o, Gtk args ) : void
OnSelectionChanged ( object o, System args ) : void

Method Details

NewStore() public method

public NewStore ( ) : void
return void

OnReloadButtonClicked() protected method

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

OnRowActivated() protected method

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

OnSelectionChanged() protected method

protected OnSelectionChanged ( object o, System args ) : void
o object
args System
return void

PerpetratorActList() public method

public PerpetratorActList ( ) : System
return System

ReloadStore() public method

public ReloadStore ( ) : void
return void

UnselectAll() public method

public UnselectAll ( ) : void
return void