C# Class Smuxi.Frontend.Gnome.EngineAssistant

Inheritance: Gtk.Assistant
Afficher le fichier Open project: meebey/smuxi Class Usage Examples

Private Properties

Свойство Type Description
CheckConnectionPage void
CheckCredentialsPage void
CheckNamePage void
InitConfirmPage void
InitConnectionPage void
InitCredentialsPage void
InitIntroPage void
InitNamePage void
InitPages void
_ string

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnApply ( object sender, EventArgs e ) : void

Private Methods

Méthode 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 méthode

public EngineAssistant ( Gtk parent, Smuxi.Engine.FrontendConfig config ) : System
parent Gtk
config Smuxi.Engine.FrontendConfig
Résultat System

EngineAssistant() public méthode

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

OnApply() protected méthode

protected OnApply ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void