C# Class ATMLWorkBench.Forms.SignalContainer

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Méthodes publiques

Méthode Description
addSignal ( ) : void

Méthodes protégées

Méthode Description
OnCreateControl ( ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
SignalModelContainer_MouseMove ( object sender, MouseEventArgs e ) : void
SignalModelContainer_MouseUp ( object sender, MouseEventArgs e ) : void
clearSelected ( ) : void

Method Details

OnCreateControl() protected méthode

protected OnCreateControl ( ) : void
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

addSignal() public méthode

public addSignal ( ) : void
Résultat void