C# Class Views.HumanRightViolationSelector

Inheritance: Gtk.Bin, IEditable
Show file Open project: monsterlabs/HumanRightsTracker

Protected Properties

Property Type Description
human_right_violation HumanRightsViolation
isEditable bool
store Gtk.NodeStore

Public Methods

Method Description
FilterByCategoryId ( int category_id ) : void
HumanRightViolationSelector ( ) : System
SetWidgets ( ) : void

Protected Methods

Method Description
OnNodeviewRowActivated ( object o, Gtk args ) : void

Private Methods

Method Description
walkThroughStore ( HumanRightsViolation record, HumanRightsViolationNode parent ) : void

Method Details

FilterByCategoryId() public method

public FilterByCategoryId ( int category_id ) : void
category_id int
return void

HumanRightViolationSelector() public method

public HumanRightViolationSelector ( ) : System
return System

OnNodeviewRowActivated() protected method

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

SetWidgets() public method

public SetWidgets ( ) : void
return void

Property Details

human_right_violation protected property

protected HumanRightsViolation human_right_violation
return HumanRightsViolation

isEditable protected property

protected bool isEditable
return bool

store protected property

protected Gtk.NodeStore store
return Gtk.NodeStore