C# 클래스 Smuxi.Frontend.Gnome.Frontend

파일 보기 프로젝트 열기: meebey/smuxi 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CheckFrontendManagerStatus ( ) : bool
Frontend ( ) : System
GetGtkIconThemeName ( ) : string
InitGtk ( string args ) : void
InitGtkPathWin ( ) : void
InitSignalHandlers ( ) : void
SyncConfig ( ) : void
_ ( string msg ) : string
_OnUnhandledException ( GLib e ) : void

메소드 상세

ApplyConfig() 공개 정적인 메소드

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

ConnectEngineToGUI() 공개 정적인 메소드

public static ConnectEngineToGUI ( ) : void
리턴 void

DisconnectEngineFromGUI() 공개 정적인 메소드

public static DisconnectEngineFromGUI ( ) : void
리턴 void

DisconnectEngineFromGUI() 공개 정적인 메소드

public static DisconnectEngineFromGUI ( bool cleanly ) : void
cleanly bool
리턴 void

Init() 공개 정적인 메소드

public static Init ( string args, string engine ) : void
args string
engine string
리턴 void

InitLocalEngine() 공개 정적인 메소드

public static InitLocalEngine ( ) : void
리턴 void

IsGuiThread() 공개 정적인 메소드

public static IsGuiThread ( ) : bool
리턴 bool

LoadIcon() 공개 정적인 메소드

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

OpenChatLink() 공개 정적인 메소드

public static OpenChatLink ( Uri link ) : void
link System.Uri
리턴 void

OpenFindGroupChatWindow() 공개 정적인 메소드

public static OpenFindGroupChatWindow ( ) : void
리턴 void

OpenFindGroupChatWindow() 공개 정적인 메소드

public static OpenFindGroupChatWindow ( string searchKey ) : void
searchKey string
리턴 void

OpenLink() 공개 정적인 메소드

public static OpenLink ( Uri link ) : void
link System.Uri
리턴 void

Quit() 공개 정적인 메소드

public static Quit ( ) : void
리턴 void

ReconnectEngineToGUI() 공개 정적인 메소드

public static ReconnectEngineToGUI ( ) : void
리턴 void

ReconnectEngineToGUI() 공개 정적인 메소드

public static ReconnectEngineToGUI ( bool cleanly ) : void
cleanly bool
리턴 void

ShowEngineManagerDialog() 공개 정적인 메소드

public static ShowEngineManagerDialog ( ) : void
리턴 void

ShowEngineManagerDialog() 공개 정적인 메소드

public static ShowEngineManagerDialog ( string engine ) : void
engine string
리턴 void

ShowError() 공개 정적인 메소드

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

ShowError() 공개 정적인 메소드

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

ShowError() 공개 정적인 메소드

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

ShowException() 공개 정적인 메소드

public static ShowException ( Exception ex ) : void
ex System.Exception
리턴 void

ShowException() 공개 정적인 메소드

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

ShowReconnectDialog() 공개 정적인 메소드

public static ShowReconnectDialog ( Gtk parent ) : bool
parent Gtk
리턴 bool

TryOpenChatLink() 공개 정적인 메소드

public static TryOpenChatLink ( Uri link ) : bool
link System.Uri
리턴 bool