C# 클래스 Tasque.Application

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

공개 메소드들

메소드 설명
Application ( INativeApplication nativeApp ) : Notifications
Exit ( int exitCode ) : void
Init ( string args ) : void
Quit ( ) : void
ShowAppNotification ( Notification notification ) : void
ShowPreferences ( ) : void
StartMainLoop ( ) : void

비공개 메소드들

메소드 설명
CheckForDaySwitch ( ) : bool
GetBackendsFromAssembly ( Assembly asm ) : List
InitializeIdle ( ) : bool
LoadAvailableBackends ( ) : void

Load all the available backends that Tasque can find. First look in Tasque.exe and then for other DLLs in the same directory Tasque.ex resides.

OnBackendChanged ( ) : void
OnPreferencesDialogHidden ( object sender, EventArgs args ) : void
OnTooltipModelChanged ( object o, EventArgs args ) : void
RebuildTooltipTaskGroupModels ( ) : void
RetryBackend ( ) : bool
SetBackend ( IBackend value ) : void
UnhookFromTooltipTaskGroupModels ( ) : void

메소드 상세

Application() 공개 메소드

public Application ( INativeApplication nativeApp ) : Notifications
nativeApp INativeApplication
리턴 Notifications

Exit() 공개 메소드

public Exit ( int exitCode ) : void
exitCode int
리턴 void

Init() 공개 메소드

public Init ( string args ) : void
args string
리턴 void

Quit() 공개 메소드

public Quit ( ) : void
리턴 void

ShowAppNotification() 공개 정적인 메소드

public static ShowAppNotification ( Notification notification ) : void
notification Notifications.Notification
리턴 void

ShowPreferences() 공개 정적인 메소드

public static ShowPreferences ( ) : void
리턴 void

StartMainLoop() 공개 메소드

public StartMainLoop ( ) : void
리턴 void