Class EventViewerWindow
Inheritance
System.Object
EventViewerWindow
Syntax
public class EventViewerWindow : EditorWindow, IComparer<EventDataSet>
Properties
ShowEventDetailPanel
Declaration
protected virtual bool ShowEventDetailPanel { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
ShowEventPanel
Declaration
protected virtual bool ShowEventPanel { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
CanHandleEvent(String)
Declaration
protected virtual bool CanHandleEvent(string graph)
Parameters
| Type |
Name |
Description |
| System.String |
graph |
|
Returns
| Type |
Description |
| System.Boolean |
|
Compare(EventDataSet, EventDataSet)
Declaration
public int Compare(EventDataSet x, EventDataSet y)
Parameters
Returns
| Type |
Description |
| System.Int32 |
|
Implements
System.Collections.Generic.IComparer<T>.Compare(T, T)
DrawColumnCell(Rect, DiagnosticEvent, Int32)
Declaration
protected virtual void DrawColumnCell(Rect cellRect, DiagnosticEvent diagnosticEvent, int column)
Parameters
| Type |
Name |
Description |
| Rect |
cellRect |
|
| DiagnosticEvent |
diagnosticEvent |
|
| System.Int32 |
column |
|
OnCanHandleEvent(String)
Declaration
protected virtual bool OnCanHandleEvent(string graph)
Parameters
| Type |
Name |
Description |
| System.String |
graph |
|
Returns
| Type |
Description |
| System.Boolean |
|
OnDrawColumnCell(Rect, DiagnosticEvent, Int32)
Declaration
protected virtual bool OnDrawColumnCell(Rect cellRect, DiagnosticEvent diagnosticEvent, int column)
Parameters
| Type |
Name |
Description |
| Rect |
cellRect |
|
| DiagnosticEvent |
diagnosticEvent |
|
| System.Int32 |
column |
|
Returns
| Type |
Description |
| System.Boolean |
|
OnDrawEventDetail(Rect, DiagnosticEvent)
Declaration
protected virtual void OnDrawEventDetail(Rect right, DiagnosticEvent selectedEvent)
Parameters
OnEvent(DiagnosticEvent)
Declaration
public void OnEvent(DiagnosticEvent diagnosticEvent)
Parameters
OnGetColumns(List<String>, List<Single>)
Declaration
protected virtual void OnGetColumns(List<string> columnNames, List<float> columnSizes)
Parameters
| Type |
Name |
Description |
| System.Collections.Generic.List<System.String> |
columnNames |
|
| System.Collections.Generic.List<System.Single> |
columnSizes |
|
OnInitializeGraphView(EventGraphListView)
Declaration
protected virtual void OnInitializeGraphView(EventGraphListView graphView)
Parameters
OnRecordEvent(DiagnosticEvent)
Declaration
protected virtual bool OnRecordEvent(DiagnosticEvent diagnosticEvent)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|