C# Class ZForge.Motion.Controls.ExtendedLogViewer

Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCountChanged ( LogViewerCountChangedEventArgs e ) : void

Private Methods

Méthode 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 méthode

public Add ( ZForge level, CameraView view, string msg ) : void
level ZForge
view CameraView
msg string
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

ExtendedLogViewer() public méthode

public ExtendedLogViewer ( ) : System
Résultat System

OnCountChanged() protected méthode

protected OnCountChanged ( LogViewerCountChangedEventArgs e ) : void
e LogViewerCountChangedEventArgs
Résultat void

UpdateCulture() public méthode

public UpdateCulture ( ) : void
Résultat void