C# Class Smuxi.Frontend.Gnome.EngineAssistant

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

Private Properties

Property Type Description
CheckConnectionPage void
CheckCredentialsPage void
CheckNamePage void
InitConfirmPage void
InitConnectionPage void
InitCredentialsPage void
InitIntroPage void
InitNamePage void
InitPages void
_ string

Public Methods

Method Description
EngineAssistant ( Gtk parent, Smuxi.Engine.FrontendConfig config ) : System
EngineAssistant ( Gtk parent, Smuxi.Engine.FrontendConfig config, string engineName ) : System

Protected Methods

Method Description
OnApply ( object sender, EventArgs e ) : void

Private Methods

Method Description
CheckConnectionPage ( ) : void
CheckCredentialsPage ( ) : void
CheckNamePage ( ) : void
InitConfirmPage ( ) : void
InitConnectionPage ( ) : void
InitCredentialsPage ( ) : void
InitIntroPage ( ) : void
InitNamePage ( ) : void
InitPages ( ) : void
_ ( string msg ) : string

Method Details

EngineAssistant() public method

public EngineAssistant ( Gtk parent, Smuxi.Engine.FrontendConfig config ) : System
parent Gtk
config Smuxi.Engine.FrontendConfig
return System

EngineAssistant() public method

public EngineAssistant ( Gtk parent, Smuxi.Engine.FrontendConfig config, string engineName ) : System
parent Gtk
config Smuxi.Engine.FrontendConfig
engineName string
return System

OnApply() protected method

protected OnApply ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void