C# 클래스 SchemaFactor.Vst.MidiMapperX.MainWindow

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: LeifBloomquist/MIDIMapperX

공개 메소드들

메소드 설명
MainWindow ( ) : System

Main Form Constructor. Must be parameterless to avoid error CS0310.

ProcessIdle ( ) : void

Updates the UI

setPlugin ( Plugin plugin ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
AboutButton_Click ( object sender, EventArgs e ) : void
Debug_DoubleClick ( object sender, MouseEventArgs e ) : void
EditModeButton_Click ( object sender, EventArgs e ) : void
FillList ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InitializeGrid ( ) : void
MainWindow_Load ( object sender, EventArgs e ) : void
OptionsButton_Click ( object sender, EventArgs e ) : void
ParseMaps ( ) : bool

Check all map boxes for validity, and parse them into the current memory map if so.

RunModeButton_Click ( object sender, EventArgs e ) : void
SwitchToEditMode ( ) : void

Switch to Edit mode.

SwitchToRunMode ( ) : bool

Switch to Run mode.

TextBoxExited ( object sender, EventArgs e ) : void
TimerEventProcessor ( Object myObject, EventArgs myEventArgs ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

MainWindow() 공개 메소드

Main Form Constructor. Must be parameterless to avoid error CS0310.
public MainWindow ( ) : System
리턴 System

ProcessIdle() 공개 메소드

Updates the UI
public ProcessIdle ( ) : void
리턴 void

setPlugin() 공개 메소드

public setPlugin ( Plugin plugin ) : void
plugin Plugin
리턴 void