C# 클래스 EDMBlockHead.LiveViewer

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: ColdMatter/EDMSuite 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
resetRunningMeans System.Windows.Forms.Button

공개 메소드들

메소드 설명
AddDBlock ( DemodulatedBlock dblock ) : void
LiveViewer ( Controller c ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void
OnLoad ( EventArgs e ) : void

비공개 메소드들

메소드 설명
AppendSigmaToBScatter ( double x, double yPlusSigma, double yMinusSigma ) : void
AppendSigmaToDBScatter ( double x, double yPlusSigma, double yMinusSigma ) : void
AppendSigmaToLF1Scatter ( double x, double yPlusSigma, double yMinusSigma ) : void
AppendSigmaToLF2Scatter ( double x, double yPlusSigma, double yMinusSigma ) : void
AppendSigmaToSIGScatter ( double x, double yPlusSigma, double yMinusSigma ) : void
AppendStatusText ( string newText ) : void
AppendToBNormedScatter ( double x, double y ) : void
AppendToBScatter ( double x, double y ) : void
AppendToDBScatter ( double x, double y ) : void
AppendToEDMNormedScatter ( double x, double y ) : void
AppendToEDMScatter ( double x, double y ) : void
AppendToLF1DBDBScatter ( double x, double y ) : void
AppendToLF1Scatter ( double x, double y ) : void
AppendToLF2DBDBScatter ( double x, double y ) : void
AppendToMagNoiseScatter ( double x, double y ) : void
AppendToNorthECorrLeakageScatter ( double x, double y ) : void
AppendToNorthLeakageErrorScatter ( double x, double y ) : void
AppendToNorthLeakageScatter ( double x, double y ) : void
AppendToRF1ADBDBScatter ( double x, double y ) : void
AppendToRF1AScatter ( double x, double y ) : void
AppendToRF1FDBDBScatter ( double x, double y ) : void
AppendToRF1FScatter ( double x, double y ) : void
AppendToRF2ADBDBScatter ( double x, double y ) : void
AppendToRF2AScatter ( double x, double y ) : void
AppendToRF2FDBDBScatter ( double x, double y ) : void
AppendToRF2FScatter ( double x, double y ) : void
AppendToRfCurrentScatter ( double x, double y ) : void
AppendToSigScatter ( double x, double y ) : void
AppendToSouthECorrLeakageScatter ( double x, double y ) : void
AppendToSouthLeakageErrorScatter ( double x, double y ) : void
AppendToSouthLeakageScatter ( double x, double y ) : void
AppendTopProbePDScatter ( double x, double y ) : void
AppendTopPumpPDScatter ( double x, double y ) : void
ClearBScatter ( ) : void
ClearDBScatter ( ) : void
ClearEDMErrScatter ( ) : void
ClearLF1DBDBGraph ( ) : void
ClearLF1Graph ( ) : void
ClearLeakageScatters ( ) : void
ClearMagNoiseScatterGraph ( ) : void
ClearNIGraph ( Graph graph ) : void
ClearPDScatter ( ) : void
ClearRFxADBDBGraph ( ) : void
ClearRFxAGraph ( ) : void
ClearRFxFDBDBGraph ( ) : void
ClearRFxFGraph ( ) : void
ClearRfCurrentScatterGraph ( ) : void
ClearSIGScatter ( ) : void
InitializeComponent ( ) : void

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

PlotXY ( Graph graph, ScatterPlot plot, double x, double y ) : void
PlotXYAppend ( Graph graph, ScatterPlot plot, double x, double y ) : void
SetTextBox ( TextBox textBox, string text ) : void
SetTextHelper ( TextBox textBox, string text ) : void
UpdateClusterStatusText ( string newText ) : void
UpdateStatusText ( string newText ) : void
resetEdmErrRunningMeans ( ) : void
resetRunningMeans_Click ( object sender, EventArgs e ) : void

메소드 상세

AddDBlock() 공개 메소드

public AddDBlock ( DemodulatedBlock dblock ) : void
dblock Analysis.EDM.DemodulatedBlock
리턴 void

Dispose() 보호된 메소드

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

LiveViewer() 공개 메소드

public LiveViewer ( Controller c ) : System
c Controller
리턴 System

OnClosing() 보호된 메소드

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

프로퍼티 상세

resetRunningMeans 공개적으로 프로퍼티

public System.Windows.Forms.Button resetRunningMeans
리턴 System.Windows.Forms.Button