C# Class SchemaFactor.Vst.MidiMapperX.MainWindow

Inheritance: System.Windows.Forms.UserControl
Show file Open project: LeifBloomquist/MIDIMapperX

Public Methods

Method Description
MainWindow ( ) : System

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

ProcessIdle ( ) : void

Updates the UI

setPlugin ( Plugin plugin ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Method Details

Dispose() protected method

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

MainWindow() public method

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

ProcessIdle() public method

Updates the UI
public ProcessIdle ( ) : void
return void

setPlugin() public method

public setPlugin ( Plugin plugin ) : void
plugin Plugin
return void