C# Класс Automatak.Simulator.UI.LogControl

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
CalcBackRows int
GetColor Color
GetCurrentRows IList
InitializeComponent void
NumRowsVisible int
PaintRows void
RowPosition float

Открытые методы

Метод Описание
AddRows ( IEnumerable rs ) : void
Clear ( ) : void
GetAllRows ( ) : IEnumerable
GetViewportRows ( ) : IEnumerable
LogControl ( ) : System
Pause ( ) : void
Resume ( ) : void
SetViewport ( double fraction ) : void
TrimRows ( IList list ) : IEnumerable

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs pe ) : void

Приватные методы

Метод Описание
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

Описание методов

AddRows() публичный Метод

public AddRows ( IEnumerable rs ) : void
rs IEnumerable
Результат void

Clear() публичный Метод

public Clear ( ) : void
Результат 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

GetAllRows() публичный Метод

public GetAllRows ( ) : IEnumerable
Результат IEnumerable

GetViewportRows() публичный Метод

public GetViewportRows ( ) : IEnumerable
Результат IEnumerable

LogControl() публичный Метод

public LogControl ( ) : System
Результат System

OnPaint() защищенный Метод

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
Результат void

Pause() публичный Метод

public Pause ( ) : void
Результат void

Resume() публичный Метод

public Resume ( ) : void
Результат void

SetViewport() публичный Метод

public SetViewport ( double fraction ) : void
fraction double
Результат void

TrimRows() публичный Метод

public TrimRows ( IList list ) : IEnumerable
list IList
Результат IEnumerable