C# Class Automatak.Simulator.UI.LogControl

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: automatak/dnp3-simulator

Private Properties

Свойство Type Description
CalcBackRows int
GetColor Color
GetCurrentRows IList
InitializeComponent void
NumRowsVisible int
PaintRows void
RowPosition float

Méthodes publiques

Méthode Description
AddRows ( IEnumerable rs ) : void
Clear ( ) : void
GetAllRows ( ) : IEnumerable
GetViewportRows ( ) : IEnumerable
LogControl ( ) : System
Pause ( ) : void
Resume ( ) : void
SetViewport ( double fraction ) : void
TrimRows ( IList list ) : IEnumerable

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs pe ) : void

Private Methods

Méthode Description
CalcBackRows ( int count ) : int
GetColor ( DisplayHint hint ) : Color
GetCurrentRows ( ) : IList
InitializeComponent ( ) : void

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

NumRowsVisible ( ) : int
PaintRows ( Graphics g, IEnumerable rows ) : void
RowPosition ( int row ) : float

Method Details

AddRows() public méthode

public AddRows ( IEnumerable rs ) : void
rs IEnumerable
Résultat void

Clear() public méthode

public Clear ( ) : void
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

GetAllRows() public méthode

public GetAllRows ( ) : IEnumerable
Résultat IEnumerable

GetViewportRows() public méthode

public GetViewportRows ( ) : IEnumerable
Résultat IEnumerable

LogControl() public méthode

public LogControl ( ) : System
Résultat System

OnPaint() protected méthode

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

Pause() public méthode

public Pause ( ) : void
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

SetViewport() public méthode

public SetViewport ( double fraction ) : void
fraction double
Résultat void

TrimRows() public méthode

public TrimRows ( IList list ) : IEnumerable
list IList
Résultat IEnumerable