C# Class Tasque.Application

Afficher le fichier Open project: GNOME/tasque Class Usage Examples

Méthodes publiques

Méthode Description
Application ( INativeApplication nativeApp ) : Notifications
Exit ( int exitCode ) : void
Init ( string args ) : void
Quit ( ) : void
ShowAppNotification ( Notification notification ) : void
ShowPreferences ( ) : void
StartMainLoop ( ) : void

Private Methods

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

Method Details

Application() public méthode

public Application ( INativeApplication nativeApp ) : Notifications
nativeApp INativeApplication
Résultat Notifications

Exit() public méthode

public Exit ( int exitCode ) : void
exitCode int
Résultat void

Init() public méthode

public Init ( string args ) : void
args string
Résultat void

Quit() public méthode

public Quit ( ) : void
Résultat void

ShowAppNotification() public static méthode

public static ShowAppNotification ( Notification notification ) : void
notification Notifications.Notification
Résultat void

ShowPreferences() public static méthode

public static ShowPreferences ( ) : void
Résultat void

StartMainLoop() public méthode

public StartMainLoop ( ) : void
Résultat void