C# Class ZForge.Controls.Logs.LogViewer

Datei anzeigen Open project: zhuangyy/Motion

Public Methods

Method Description
AutosizeColumnWidth ( ) : void
Clear ( ) : void
LogAdd ( LogItem log ) : void
LogAdd ( LogLevel level, string msg ) : void
LogViewer ( ) : System

Protected Methods

Method Description
ColumnInitialize ( ) : ColumnModel
Dispose ( bool disposing ) : void

Clean up any resources being used.

ListAdd ( LogItem log ) : Row
ListInitialize ( ) : void
OnCountChanged ( LogViewerCountChangedEventArgs e ) : void

Private Methods

Method Description
CalcTableTopIndex ( ) : int
InitializeComponent ( ) : void

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

tableList_FontChanged ( object sender, EventArgs e ) : void
toolStripButtonClear_Click ( object sender, EventArgs e ) : void
toolStripButtonCopy_Click ( object sender, EventArgs e ) : void
toolStripButtonError_CheckedChanged ( object sender, EventArgs e ) : void
toolStripButtonInfo_CheckedChanged ( object sender, EventArgs e ) : void
toolStripButtonWarning_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

AutosizeColumnWidth() public method

public AutosizeColumnWidth ( ) : void
return void

Clear() public method

public Clear ( ) : void
return void

ColumnInitialize() protected method

protected ColumnInitialize ( ) : ColumnModel
return ColumnModel

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ListAdd() protected method

protected ListAdd ( LogItem log ) : Row
log LogItem
return Row

ListInitialize() protected method

protected ListInitialize ( ) : void
return void

LogAdd() public method

public LogAdd ( LogItem log ) : void
log LogItem
return void

LogAdd() public method

public LogAdd ( LogLevel level, string msg ) : void
level LogLevel
msg string
return void

LogViewer() public method

public LogViewer ( ) : System
return System

OnCountChanged() protected method

protected OnCountChanged ( LogViewerCountChangedEventArgs e ) : void
e LogViewerCountChangedEventArgs
return void