C# 클래스 BitOrchestra.MainForm

The main form for the application.
상속: System.Windows.Forms.Form, IDisposable
파일 보기 프로젝트 열기: dzamkov/Bit-Orchestra

공개 프로퍼티들

프로퍼티 타입 설명
MessageBoxCaption string

공개 메소드들

메소드 설명
MainForm ( ) : System

보호된 메소드들

메소드 설명
OnClosing ( System e ) : void

비공개 메소드들

메소드 설명
IDisposable ( ) : void
_CheckSaved ( ) : void

Checks if the work is saved and prompts the user to save it if not.

_CopyClick ( object sender, EventArgs e ) : void
_CutClick ( object sender, EventArgs e ) : void
_Export ( ) : void

Opens a save file dialog for exporting as a wave file.

_ExportClick ( object sender, EventArgs e ) : void
_Load ( ) : void

Opens an open file dialog for loading text.

_LoadClick ( object sender, EventArgs e ) : void
_Parse ( Expression &Expression, SoundOptions &Options ) : bool

Tries parsing the contents of this form, displaying the appropriate messages on failure.

_ParseSelected ( Expression &Expression, SoundOptions &Options ) : bool

Tries parsing the selected contents of this form, displaying the appropriate messages on failure.

_PasteClick ( object sender, EventArgs e ) : void
_Play ( ) : void

Plays the current contents of the form.

_Play ( Expression Expression, SoundOptions Options ) : void

Plays the given expression with the given options.

_PlayStopClick ( object sender, EventArgs e ) : void
_PlayThisClick ( object sender, EventArgs e ) : void
_Save ( ) : void

Opens a save file dialog for saving the current text.

_SaveClick ( object sender, EventArgs e ) : void
_TextChanged ( object sender, EventArgs e ) : void

메소드 상세

MainForm() 공개 메소드

public MainForm ( ) : System
리턴 System

OnClosing() 보호된 메소드

protected OnClosing ( System e ) : void
e System
리턴 void

프로퍼티 상세

MessageBoxCaption 공개적으로 정적으로 프로퍼티

The caption for message boxes created by this form.
public static string MessageBoxCaption
리턴 string