C# Class SchemaFactor.Vst.MidiMapperX.MainWindow

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: LeifBloomquist/MIDIMapperX

Méthodes publiques

Méthode Description
MainWindow ( ) : System

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

ProcessIdle ( ) : void

Updates the UI

setPlugin ( Plugin plugin ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

MainWindow() public méthode

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

ProcessIdle() public méthode

Updates the UI
public ProcessIdle ( ) : void
Résultat void

setPlugin() public méthode

public setPlugin ( Plugin plugin ) : void
plugin Plugin
Résultat void