C# Class ATMLWorkBench.Forms.SignalContainer

Inheritance: System.Windows.Forms.Panel
Show file Open project: UtrsSoftware/ATMLWorkBench

Public Methods

Method Description
addSignal ( ) : void

Protected Methods

Method Description
OnCreateControl ( ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
SignalModelContainer_MouseMove ( object sender, MouseEventArgs e ) : void
SignalModelContainer_MouseUp ( object sender, MouseEventArgs e ) : void
clearSelected ( ) : void

Method Details

OnCreateControl() protected method

protected OnCreateControl ( ) : void
return void

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

addSignal() public method

public addSignal ( ) : void
return void