C# Class MonoDevelop.Monobjc.Gui.ExportDialog

Afficher le fichier Open project: Monobjc/monobjc-monodevelop Class Usage Examples

Méthodes publiques

Méthode Description
ExportDialog ( ) : System

Initializes a new instance of the MonobjcExportDialog class.

Use ( MonobjcProject project ) : void

Uses the specified project.

Méthodes protégées

Méthode Description
Build ( ) : void
OnExport ( object sender, EventArgs e ) : void

Called when the export button is pressed.

Private Methods

Méthode Description
EnableWidgets ( bool value ) : void
HandleRadiobuttonToggled ( object sender, EventArgs e ) : void
HandleSelectionChanged ( object sender, EventArgs e ) : void
ReportProgress ( String key, int value ) : void

Method Details

Build() protected méthode

protected Build ( ) : void
Résultat void

ExportDialog() public méthode

Initializes a new instance of the MonobjcExportDialog class.
public ExportDialog ( ) : System
Résultat System

OnExport() protected méthode

Called when the export button is pressed.
protected OnExport ( object sender, EventArgs e ) : void
sender object The sender.
e EventArgs The instance containing the event data.
Résultat void

Use() public méthode

Uses the specified project.
public Use ( MonobjcProject project ) : void
project MonobjcProject The project.
Résultat void