C# 클래스 Gtk.Tasque.GtkApplicationBase

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

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