C# Class GnomeSubtitles.Dialog.BaseDialog

Afficher le fichier Open project: GNOME/gnome-subtitles Class Usage Examples

Méthodes publiques

Méthode Description
BaseDialog ( ) : Gtk
Destroy ( ) : void
Hide ( ) : void
Show ( ) : void
WaitForResponse ( ) : bool

Méthodes protégées

Méthode Description
GetDialog ( ) : Gtk.Dialog
Init ( Gtk dialog ) : void
OnResponse ( object o, Gtk.ResponseArgs args ) : void
ProcessResponse ( Gtk response ) : bool
SetReturnValue ( bool returnValue ) : void

Private Methods

Méthode Description
EmitDestroyedEvent ( ) : void
OnDeleteEvent ( object o, Gtk.DeleteEventArgs args ) : void

Method Details

BaseDialog() public méthode

public BaseDialog ( ) : Gtk
Résultat Gtk

Destroy() public méthode

public Destroy ( ) : void
Résultat void

GetDialog() protected méthode

protected GetDialog ( ) : Gtk.Dialog
Résultat Gtk.Dialog

Hide() public méthode

public Hide ( ) : void
Résultat void

Init() protected méthode

protected Init ( Gtk dialog ) : void
dialog Gtk
Résultat void

OnResponse() protected méthode

protected OnResponse ( object o, Gtk.ResponseArgs args ) : void
o object
args Gtk.ResponseArgs
Résultat void

ProcessResponse() protected méthode

protected ProcessResponse ( Gtk response ) : bool
response Gtk
Résultat bool

SetReturnValue() protected méthode

protected SetReturnValue ( bool returnValue ) : void
returnValue bool
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

WaitForResponse() public méthode

public WaitForResponse ( ) : bool
Résultat bool