C# Class Gtk.Tasque.GtkApplicationBase

Inheritance: IDisposable
ファイルを表示 Open project: GNOME/tasque Class Usage Examples

Private Properties

Property Type Description
CheckForDaySwitch void
OnPreferencesDialogHidden void
ParseArgs void

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Dispose the Tasque.GtkApplicationBase.

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

Private Methods

Method Description
CheckForDaySwitch ( ) : void
OnPreferencesDialogHidden ( object sender, EventArgs args ) : void
ParseArgs ( string args ) : void

Method Details

Dispose() public method

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
return void

Dispose() protected method

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. ///
return void

Exit() public method

public Exit ( int exitcode ) : void
exitcode int
return void

GtkApplicationBase() protected method

protected GtkApplicationBase ( string args ) : Notifications
args string
return Notifications

InitializeIdle() protected method

protected InitializeIdle ( ) : void
return void

IsRemoteInstanceRunning() protected abstract method

protected abstract IsRemoteInstanceRunning ( ) : bool
return bool

OnInitializeIdle() protected method

protected OnInitializeIdle ( ) : void
return void

OnRemoteInstanceKnocked() protected method

protected OnRemoteInstanceKnocked ( ) : void
return void

ShowAppNotification() public method

public ShowAppNotification ( string summary, string body ) : void
summary string
body string
return void

ShowPreferences() public method

public ShowPreferences ( ) : void
return void