C# Class Views.HumanRightsViolationCategorySelector

Inheritance: Gtk.Bin, IEditable
Mostrar archivo Open project: monsterlabs/HumanRightsTracker

Protected Properties

Property Type Description
human_right_violation_category HumanRightsViolationCategory
isEditable bool
store Gtk.NodeStore

Private Properties

Property Type Description
walkThroughStore void

Public Methods

Method Description
HumanRightsViolationCategorySelector ( ) : System
SetWidgets ( ) : void

Protected Methods

Method Description
OnNodeviewRowActivated ( object o, Gtk args ) : void
OnShown ( object sender, System e ) : void

Private Methods

Method Description
walkThroughStore ( HumanRightsViolationCategory record, HumanRightsViolationCategoryNode parent ) : void

Method Details

HumanRightsViolationCategorySelector() public method

public HumanRightsViolationCategorySelector ( ) : System
return System

OnNodeviewRowActivated() protected method

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

OnShown() protected method

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

SetWidgets() public method

public SetWidgets ( ) : void
return void

Property Details

human_right_violation_category protected_oe property

protected HumanRightsViolationCategory human_right_violation_category
return HumanRightsViolationCategory

isEditable protected_oe property

protected bool isEditable
return bool

store protected_oe property

protected Gtk.NodeStore store
return Gtk.NodeStore