C# Class Stetic.Editor.SelectImageDialog

Inheritance: IDisposable
Afficher le fichier Open project: mono/stetic Class Usage Examples

Private Properties

Свойство Type Description
AppendResource void
FillResources void
GetThumbnail Gdk.Pixbuf
OnIconSelectionChanged void
OnOkClicked void
OnResourceSelectionChanged void
UpdateButtons void
UpdateIconSelection void
Validate bool

Méthodes publiques

Méthode Description
Dispose ( ) : void
Run ( ) : int
SelectImageDialog ( Gtk parent, Stetic project ) : System

Méthodes protégées

Méthode Description
OnAddResource ( object ob, EventArgs args ) : void
OnCurrentPageChanged ( object s, Gtk args ) : void
OnIconNameChanged ( object ob, EventArgs args ) : void
OnIconSizeChanged ( object ob, EventArgs args ) : void
OnRemoveResource ( object ob, EventArgs args ) : void
OnResourceNameChanged ( object ob, EventArgs args ) : void

Private Methods

Méthode Description
AppendResource ( Stream stream, string name ) : void
FillResources ( ) : void
GetThumbnail ( Gdk pix ) : Gdk.Pixbuf
OnIconSelectionChanged ( object s, EventArgs args ) : void
OnOkClicked ( object s, EventArgs args ) : void
OnResourceSelectionChanged ( object obj, EventArgs args ) : void
UpdateButtons ( ) : void
UpdateIconSelection ( ) : void
Validate ( ) : bool

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnAddResource() protected méthode

protected OnAddResource ( object ob, EventArgs args ) : void
ob object
args System.EventArgs
Résultat void

OnCurrentPageChanged() protected méthode

protected OnCurrentPageChanged ( object s, Gtk args ) : void
s object
args Gtk
Résultat void

OnIconNameChanged() protected méthode

protected OnIconNameChanged ( object ob, EventArgs args ) : void
ob object
args System.EventArgs
Résultat void

OnIconSizeChanged() protected méthode

protected OnIconSizeChanged ( object ob, EventArgs args ) : void
ob object
args System.EventArgs
Résultat void

OnRemoveResource() protected méthode

protected OnRemoveResource ( object ob, EventArgs args ) : void
ob object
args System.EventArgs
Résultat void

OnResourceNameChanged() protected méthode

protected OnResourceNameChanged ( object ob, EventArgs args ) : void
ob object
args System.EventArgs
Résultat void

Run() public méthode

public Run ( ) : int
Résultat int

SelectImageDialog() public méthode

public SelectImageDialog ( Gtk parent, Stetic project ) : System
parent Gtk
project Stetic
Résultat System