C# Class DecelerationLaserLock.MainForm

Afficher le fichier Open project: ColdMatter/EDMSuite Class Usage Examples

Méthodes publiques

Свойство Type Description
controller LaserController

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

public AddToTextBox ( String text ) : void
text String
Résultat void

ControlVoltageEditorEnabledState() public méthode

public ControlVoltageEditorEnabledState ( bool state ) : void
state bool
Résultat void

DeviationPlotXYAppend() public méthode

public DeviationPlotXYAppend ( double y ) : void
y double
Résultat void

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

MainForm() public méthode

public MainForm ( ) : System
Résultat System

SetControlVoltageNumericEditorValue() public méthode

public SetControlVoltageNumericEditorValue ( double val ) : void
val double
Résultat void

SetLockCheckBox() public méthode

public SetLockCheckBox ( bool state ) : void
state bool
Résultat void

SetPointEditorEnabledState() public méthode

public SetPointEditorEnabledState ( bool state ) : void
state bool
Résultat void

SetSetPointNumericEditorValue() public méthode

public SetSetPointNumericEditorValue ( double val ) : void
val double
Résultat void

Property Details

controller public_oe property

public LaserController,DecelerationLaserLock controller
Résultat LaserController