C# Class DecelerationLaserLock.MainForm

Mostrar archivo Open project: ColdMatter/EDMSuite Class Usage Examples

Public Properties

Property Type Description
controller LaserController

Public Methods

Method Description
AddToTextBox ( String text ) : void
ControlVoltageEditorEnabledState ( bool state ) : void
DeviationPlotXYAppend ( double y ) : void
MainForm ( ) : System
SetControlVoltageNumericEditorValue ( double val ) : void
SetLockCheckBox ( bool state ) : void
SetPointEditorEnabledState ( bool state ) : void
SetSetPointNumericEditorValue ( double val ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Lock ( ) : void
SetCheckHelper ( CheckBox box, bool state ) : void
SetEditorValue ( NumericEdit control, double d ) : void
SetNumericEditEnabledState ( NumericEdit control, bool state ) : void
Unlock ( ) : void
controlVoltageNumericEditor_AfterChangeValue ( object sender, AfterChangeNumericValueEventArgs e ) : void
iSlider_AfterChangeValue ( object sender, AfterChangeNumericValueEventArgs e ) : void
lockCheck_CheckedChanged ( object sender, EventArgs e ) : void
lockToolStripMenuItem_Click ( object sender, EventArgs e ) : void
pSlider_AfterChangeValue ( object sender, AfterChangeNumericValueEventArgs e ) : void
parkToolStripMenuItem_Click ( object sender, EventArgs e ) : void
setpointNumericEdit_AfterChangeValue ( object sender, AfterChangeNumericValueEventArgs e ) : void
unlockToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

AddToTextBox() public method

public AddToTextBox ( String text ) : void
text String
return void

ControlVoltageEditorEnabledState() public method

public ControlVoltageEditorEnabledState ( bool state ) : void
state bool
return void

DeviationPlotXYAppend() public method

public DeviationPlotXYAppend ( double y ) : void
y double
return void

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

MainForm() public method

public MainForm ( ) : System
return System

SetControlVoltageNumericEditorValue() public method

public SetControlVoltageNumericEditorValue ( double val ) : void
val double
return void

SetLockCheckBox() public method

public SetLockCheckBox ( bool state ) : void
state bool
return void

SetPointEditorEnabledState() public method

public SetPointEditorEnabledState ( bool state ) : void
state bool
return void

SetSetPointNumericEditorValue() public method

public SetSetPointNumericEditorValue ( double val ) : void
val double
return void

Property Details

controller public_oe property

public LaserController,DecelerationLaserLock controller
return LaserController