C# Class ZForge.Motion.Controls.ExtendedLogViewer

显示文件 Open project: zhuangyy/Motion

Public Methods

Method Description
Add ( ZForge level, CameraView view, string msg ) : void
Clear ( ) : void
ExtendedLogViewer ( ) : System
UpdateCulture ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCountChanged ( LogViewerCountChangedEventArgs e ) : void

Private Methods

Method Description
FillRowMark ( ZForge level, int pos ) : void
InitGrid ( ) : void
InitializeComponent ( ) : void

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

SetShowFlags ( ZForge f, bool set ) : void
ShortcutAdd ( ExtendedLogViewerTag tag ) : void
UpdateCultureGrid ( ) : void
UpdateUIAdd ( ExtendedLogViewerItem item ) : void
timer_Tick ( object sender, EventArgs e ) : void
toolStripButtonClear_Click ( object sender, EventArgs e ) : void
toolStripButtonError_CheckStateChanged ( object sender, EventArgs e ) : void
toolStripButtonInfo_CheckStateChanged ( object sender, EventArgs e ) : void
toolStripButtonWarning_CheckStateChanged ( object sender, EventArgs e ) : void
toolStripComboBoxView_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

Add() public method

public Add ( ZForge level, CameraView view, string msg ) : void
level ZForge
view CameraView
msg string
return void

Clear() public method

public Clear ( ) : void
return void

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

ExtendedLogViewer() public method

public ExtendedLogViewer ( ) : System
return System

OnCountChanged() protected method

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

UpdateCulture() public method

public UpdateCulture ( ) : void
return void