C# Class Views.HumanRightsViolationCategorySelector

Inheritance: Gtk.Bin, IEditable
Afficher le fichier Open project: monsterlabs/HumanRightsTracker

Protected Properties

Свойство Type Description
human_right_violation_category HumanRightsViolationCategory
isEditable bool
store Gtk.NodeStore

Private Properties

Свойство Type Description
walkThroughStore void

Méthodes publiques

Méthode Description
HumanRightsViolationCategorySelector ( ) : System
SetWidgets ( ) : void

Méthodes protégées

Méthode Description
OnNodeviewRowActivated ( object o, Gtk args ) : void
OnShown ( object sender, System e ) : void

Private Methods

Méthode Description
walkThroughStore ( HumanRightsViolationCategory record, HumanRightsViolationCategoryNode parent ) : void

Method Details

HumanRightsViolationCategorySelector() public méthode

public HumanRightsViolationCategorySelector ( ) : System
Résultat System

OnNodeviewRowActivated() protected méthode

protected OnNodeviewRowActivated ( object o, Gtk args ) : void
o object
args Gtk
Résultat void

OnShown() protected méthode

protected OnShown ( object sender, System e ) : void
sender object
e System
Résultat void

SetWidgets() public méthode

public SetWidgets ( ) : void
Résultat void

Property Details

human_right_violation_category protected_oe property

protected HumanRightsViolationCategory human_right_violation_category
Résultat HumanRightsViolationCategory

isEditable protected_oe property

protected bool isEditable
Résultat bool

store protected_oe property

protected Gtk.NodeStore store
Résultat Gtk.NodeStore