C# Class Smuxi.Frontend.Gnome.FilterListWidget

Inheritance: Gtk.Bin
ファイルを表示 Open project: meebey/smuxi Class Usage Examples

Private Properties

Property Type Description
_ string

Public Methods

Method Description
FilterListWidget ( Gtk parent, Smuxi.Engine.UserConfig userConfig ) : System
Init ( ) : void
InitProtocols ( IList protocols ) : void
Load ( ) : void
OnChatTypeEdited ( object sender, Gtk e ) : void
OnMessageTypeEdited ( object sender, Gtk e ) : void
OnProtocolEdited ( object sender, Gtk e ) : void
RenderChatType ( Gtk column, Gtk cellr, Gtk model, Gtk iter ) : void
RenderMessageType ( Gtk column, Gtk cellr, Gtk model, Gtk iter ) : void
RenderProtocol ( Gtk column, Gtk cellr, Gtk model, Gtk iter ) : void
Save ( ) : void

Protected Methods

Method Description
OnAddButtonClicked ( object sender, System e ) : void
OnChanged ( EventArgs e ) : void
OnRemoveButtonClicked ( object sender, System e ) : void

Private Methods

Method Description
_ ( string msg ) : string

Method Details

FilterListWidget() public method

public FilterListWidget ( Gtk parent, Smuxi.Engine.UserConfig userConfig ) : System
parent Gtk
userConfig Smuxi.Engine.UserConfig
return System

Init() public method

public Init ( ) : void
return void

InitProtocols() public method

public InitProtocols ( IList protocols ) : void
protocols IList
return void

Load() public method

public Load ( ) : void
return void

OnAddButtonClicked() protected method

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

OnChanged() protected method

protected OnChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnChatTypeEdited() public method

public OnChatTypeEdited ( object sender, Gtk e ) : void
sender object
e Gtk
return void

OnMessageTypeEdited() public method

public OnMessageTypeEdited ( object sender, Gtk e ) : void
sender object
e Gtk
return void

OnProtocolEdited() public method

public OnProtocolEdited ( object sender, Gtk e ) : void
sender object
e Gtk
return void

OnRemoveButtonClicked() protected method

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

RenderChatType() public method

public RenderChatType ( Gtk column, Gtk cellr, Gtk model, Gtk iter ) : void
column Gtk
cellr Gtk
model Gtk
iter Gtk
return void

RenderMessageType() public method

public RenderMessageType ( Gtk column, Gtk cellr, Gtk model, Gtk iter ) : void
column Gtk
cellr Gtk
model Gtk
iter Gtk
return void

RenderProtocol() public method

public RenderProtocol ( Gtk column, Gtk cellr, Gtk model, Gtk iter ) : void
column Gtk
cellr Gtk
model Gtk
iter Gtk
return void

Save() public method

public Save ( ) : void
return void