C# Class LongoMatch.Gui.Dialog.EventTypeTagsEditor

Inheritance: Gtk.Dialog
Mostrar archivo Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

Method Description
EventTypeTagsEditor ( Gtk.Window parent ) : System.Collections.Generic

Protected Methods

Method Description
Build ( ) : void

Private Methods

Method Description
AddNewGroup ( string name, List tags ) : void
AddTag ( TagsGroup g ) : void
Button ( string name ) : Gtk.Button
CreateAddGroupButton ( ) : Gtk.Button
CreateAddTagButton ( TagsGroup g ) : Gtk.Button
CreateButton ( string s, IconSize size ) : Gtk.Button
CreateTagBox ( Gtk.Table t, Tag tag, int i, TagsGroup g ) : void
CreateTagsTable ( TagsGroup g ) : Gtk.Widget
GroupBox ( string name, TagsGroup g ) : Box
InsertInTable ( Gtk.Table table, Gtk.Widget widget, int position ) : void
LoadEventType ( AnalysisEventType eventType ) : void
RemoveGroup ( TagsGroup g ) : void
RemoveTag ( Tag tag, TagsGroup g ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

EventTypeTagsEditor() public method

public EventTypeTagsEditor ( Gtk.Window parent ) : System.Collections.Generic
parent Gtk.Window
return System.Collections.Generic