C# Class MonoDevelop.Monobjc.Gui.ExportDialog

Datei anzeigen Open project: Monobjc/monobjc-monodevelop Class Usage Examples

Public Methods

Method Description
ExportDialog ( ) : System

Initializes a new instance of the MonobjcExportDialog class.

Use ( MonobjcProject project ) : void

Uses the specified project.

Protected Methods

Method Description
Build ( ) : void
OnExport ( object sender, EventArgs e ) : void

Called when the export button is pressed.

Private Methods

Method 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 method

protected Build ( ) : void
return void

ExportDialog() public method

Initializes a new instance of the MonobjcExportDialog class.
public ExportDialog ( ) : System
return System

OnExport() protected method

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.
return void

Use() public method

Uses the specified project.
public Use ( MonobjcProject project ) : void
project MonobjcProject The project.
return void