C# Класс Gtk.Tasque.GtkApplicationBase

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
CheckForDaySwitch void
OnPreferencesDialogHidden void
ParseArgs void

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Dispose the Tasque.GtkApplicationBase.

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

Приватные методы

Метод Описание
CheckForDaySwitch ( ) : void
OnPreferencesDialogHidden ( object sender, EventArgs args ) : void
ParseArgs ( string args ) : void

Описание методов

Dispose() публичный Метод

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
Результат void

Dispose() защищенный Метод

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. ///
Результат void

Exit() публичный Метод

public Exit ( int exitcode ) : void
exitcode int
Результат void

GtkApplicationBase() защищенный Метод

protected GtkApplicationBase ( string args ) : Notifications
args string
Результат Notifications

InitializeIdle() защищенный Метод

protected InitializeIdle ( ) : void
Результат void

IsRemoteInstanceRunning() защищенный абстрактный Метод

protected abstract IsRemoteInstanceRunning ( ) : bool
Результат bool

OnInitializeIdle() защищенный Метод

protected OnInitializeIdle ( ) : void
Результат void

OnRemoteInstanceKnocked() защищенный Метод

protected OnRemoteInstanceKnocked ( ) : void
Результат void

ShowAppNotification() публичный Метод

public ShowAppNotification ( string summary, string body ) : void
summary string
body string
Результат void

ShowPreferences() публичный Метод

public ShowPreferences ( ) : void
Результат void