C# 클래스 MonoDevelop.Monobjc.Gui.ExportDialog

파일 보기 프로젝트 열기: Monobjc/monobjc-monodevelop 1 사용 예제들

공개 메소드들

메소드 설명
ExportDialog ( ) : System

Initializes a new instance of the MonobjcExportDialog class.

Use ( MonobjcProject project ) : void

Uses the specified project.

보호된 메소드들

메소드 설명
Build ( ) : void
OnExport ( object sender, EventArgs e ) : void

Called when the export button is pressed.

비공개 메소드들

메소드 설명
EnableWidgets ( bool value ) : void
HandleRadiobuttonToggled ( object sender, EventArgs e ) : void
HandleSelectionChanged ( object sender, EventArgs e ) : void
ReportProgress ( String key, int value ) : void

메소드 상세

Build() 보호된 메소드

protected Build ( ) : void
리턴 void

ExportDialog() 공개 메소드

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

OnExport() 보호된 메소드

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.
리턴 void

Use() 공개 메소드

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