C# Class GlueViewOfficialPlugins.Scripting.ScriptingControl

Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
FrameBasedUpdate ( ) : void
ScriptingControl ( ScriptParsingPlugin scriptParsingPlugin ) : System
ShowNewFullScriptingForm ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddText ( string text ) : void
EditInWindowButton_Click ( object sender, EventArgs e ) : void
EnabledCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

RemoveFromList ( object sender, FormClosingEventArgs e ) : void
ReplTextBox_KeyDown ( object sender, KeyEventArgs e ) : void
ReplTextBox_KeyPress ( object sender, KeyPressEventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : 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

FrameBasedUpdate() public method

public FrameBasedUpdate ( ) : void
return void

ScriptingControl() public method

public ScriptingControl ( ScriptParsingPlugin scriptParsingPlugin ) : System
scriptParsingPlugin ScriptParsingPlugin
return System

ShowNewFullScriptingForm() public method

public ShowNewFullScriptingForm ( ) : void
return void