C# Class Gtk.Tasque.GtkApplicationBase

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

Private Properties

Свойство Type Description
CheckForDaySwitch void
OnPreferencesDialogHidden void
ParseArgs void

Méthodes publiques

Méthode Description
Dispose ( ) : void

Releases all resource used by the Gtk.Tasque.GtkApplicationBase object.

Call Dispose when you are finished using the Gtk.Tasque.GtkApplicationBase. The Dispose method leaves the Gtk.Tasque.GtkApplicationBase in an unusable state. After calling Dispose, you must release all references to the Gtk.Tasque.GtkApplicationBase so the garbage collector can reclaim the memory that the Gtk.Tasque.GtkApplicationBase was occupying.

Exit ( int exitcode ) : void
ShowAppNotification ( string summary, string body ) : void
ShowPreferences ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Dispose the Tasque.GtkApplicationBase.

GtkApplicationBase ( string args ) : Notifications
InitializeIdle ( ) : void
IsRemoteInstanceRunning ( ) : bool
OnInitializeIdle ( ) : void
OnRemoteInstanceKnocked ( ) : void

Private Methods

Méthode Description
CheckForDaySwitch ( ) : void
OnPreferencesDialogHidden ( object sender, EventArgs args ) : void
ParseArgs ( string args ) : void

Method Details

Dispose() public méthode

Releases all resource used by the Gtk.Tasque.GtkApplicationBase object.
Call Dispose when you are finished using the Gtk.Tasque.GtkApplicationBase. The Dispose method leaves the Gtk.Tasque.GtkApplicationBase in an unusable state. After calling Dispose, you must release all references to the Gtk.Tasque.GtkApplicationBase so the garbage collector can reclaim the memory that the Gtk.Tasque.GtkApplicationBase was occupying.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Dispose the Tasque.GtkApplicationBase.
protected Dispose ( bool disposing ) : void
disposing bool /// If set to true this method has been invoked by the /// method. Otherwise it may have been invoked by /// a finalizer. ///
Résultat void

Exit() public méthode

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

GtkApplicationBase() protected méthode

protected GtkApplicationBase ( string args ) : Notifications
args string
Résultat Notifications

InitializeIdle() protected méthode

protected InitializeIdle ( ) : void
Résultat void

IsRemoteInstanceRunning() protected abstract méthode

protected abstract IsRemoteInstanceRunning ( ) : bool
Résultat bool

OnInitializeIdle() protected méthode

protected OnInitializeIdle ( ) : void
Résultat void

OnRemoteInstanceKnocked() protected méthode

protected OnRemoteInstanceKnocked ( ) : void
Résultat void

ShowAppNotification() public méthode

public ShowAppNotification ( string summary, string body ) : void
summary string
body string
Résultat void

ShowPreferences() public méthode

public ShowPreferences ( ) : void
Résultat void