C# Class Smuxi.Frontend.Gnome.Frontend

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

Public Methods

Method Description
ApplyConfig ( Smuxi.Engine.UserConfig userConfig ) : void
ConnectEngineToGUI ( ) : void
DisconnectEngineFromGUI ( ) : void
DisconnectEngineFromGUI ( bool cleanly ) : void
Init ( string args, string engine ) : void
InitLocalEngine ( ) : void
IsGuiThread ( ) : bool
LoadIcon ( string iconName, int size, string resourceName ) : Gdk.Pixbuf
OpenChatLink ( Uri link ) : void
OpenFindGroupChatWindow ( ) : void
OpenFindGroupChatWindow ( string searchKey ) : void
OpenLink ( Uri link ) : void
Quit ( ) : void
ReconnectEngineToGUI ( ) : void
ReconnectEngineToGUI ( bool cleanly ) : void
ShowEngineManagerDialog ( ) : void
ShowEngineManagerDialog ( string engine ) : void
ShowError ( Gtk parent, Exception ex ) : void
ShowError ( Gtk parent, string msg ) : void
ShowError ( Gtk parent, string msg, Exception ex ) : void
ShowException ( Exception ex ) : void
ShowException ( Gtk parent, Exception ex ) : void
ShowReconnectDialog ( Gtk parent ) : bool
TryOpenChatLink ( Uri link ) : bool

Private Methods

Method Description
CheckFrontendManagerStatus ( ) : bool
Frontend ( ) : System
GetGtkIconThemeName ( ) : string
InitGtk ( string args ) : void
InitGtkPathWin ( ) : void
InitSignalHandlers ( ) : void
SyncConfig ( ) : void
_ ( string msg ) : string
_OnUnhandledException ( GLib e ) : void

Method Details

ApplyConfig() public static method

public static ApplyConfig ( Smuxi.Engine.UserConfig userConfig ) : void
userConfig Smuxi.Engine.UserConfig
return void

ConnectEngineToGUI() public static method

public static ConnectEngineToGUI ( ) : void
return void

DisconnectEngineFromGUI() public static method

public static DisconnectEngineFromGUI ( ) : void
return void

DisconnectEngineFromGUI() public static method

public static DisconnectEngineFromGUI ( bool cleanly ) : void
cleanly bool
return void

Init() public static method

public static Init ( string args, string engine ) : void
args string
engine string
return void

InitLocalEngine() public static method

public static InitLocalEngine ( ) : void
return void

IsGuiThread() public static method

public static IsGuiThread ( ) : bool
return bool

LoadIcon() public static method

public static LoadIcon ( string iconName, int size, string resourceName ) : Gdk.Pixbuf
iconName string
size int
resourceName string
return Gdk.Pixbuf

OpenChatLink() public static method

public static OpenChatLink ( Uri link ) : void
link System.Uri
return void

OpenFindGroupChatWindow() public static method

public static OpenFindGroupChatWindow ( ) : void
return void

OpenFindGroupChatWindow() public static method

public static OpenFindGroupChatWindow ( string searchKey ) : void
searchKey string
return void

OpenLink() public static method

public static OpenLink ( Uri link ) : void
link System.Uri
return void

Quit() public static method

public static Quit ( ) : void
return void

ReconnectEngineToGUI() public static method

public static ReconnectEngineToGUI ( ) : void
return void

ReconnectEngineToGUI() public static method

public static ReconnectEngineToGUI ( bool cleanly ) : void
cleanly bool
return void

ShowEngineManagerDialog() public static method

public static ShowEngineManagerDialog ( ) : void
return void

ShowEngineManagerDialog() public static method

public static ShowEngineManagerDialog ( string engine ) : void
engine string
return void

ShowError() public static method

public static ShowError ( Gtk parent, Exception ex ) : void
parent Gtk
ex System.Exception
return void

ShowError() public static method

public static ShowError ( Gtk parent, string msg ) : void
parent Gtk
msg string
return void

ShowError() public static method

public static ShowError ( Gtk parent, string msg, Exception ex ) : void
parent Gtk
msg string
ex System.Exception
return void

ShowException() public static method

public static ShowException ( Exception ex ) : void
ex System.Exception
return void

ShowException() public static method

public static ShowException ( Gtk parent, Exception ex ) : void
parent Gtk
ex System.Exception
return void

ShowReconnectDialog() public static method

public static ShowReconnectDialog ( Gtk parent ) : bool
parent Gtk
return bool

TryOpenChatLink() public static method

public static TryOpenChatLink ( Uri link ) : bool
link System.Uri
return bool