C# Class MissionPlanner.Utilities.fftui

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Methods

Method Description
fftui ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BUT_log2_Click ( object sender, EventArgs e ) : void
BUT_run_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

but_fftimu_Click ( object sender, EventArgs e ) : void
myButton1_Click ( object sender, EventArgs e ) : void
zedGraphControl1_MouseMoveEvent ( ZedGraphControl sender, MouseEventArgs e ) : bool
zedGraphControl_PointValueEvent ( ZedGraphControl sender, ZedGraph.GraphPane pane, ZedGraph.CurveItem curve, int iPt ) : string

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

fftui() public method

public fftui ( ) : System
return System