C# 클래스 Automatak.Simulator.UI.LogControl

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: automatak/dnp3-simulator

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