C# Class NLogViewer.UI.SessionTabPage

Summary description for SessionTabPage.
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: jkowalski/NLogViewer

Méthodes publiques

Свойство Type Description
baloonToolTip System.Windows.Forms.ToolTip
listViewLogMessages NLogViewer.UI.SafeListView
listviewSelectedLogEventProperties NLogViewer.UI.SafeListView
textBoxSelectedMessageText System.Windows.Forms.TextBox
treeView System.Windows.Forms.TreeView

Méthodes publiques

Méthode Description
ApplyGrouping ( LogColumn column, object value ) : void
ChooseColumns ( ) : void
FitColumnWidths ( ) : void
LogEventSelected ( LogEvent evt ) : void
ReloadColumns ( ) : void
SessionTabPage ( Session instance ) : System
UpdateCounters ( int eventsInBuffer, int bufferCapacity, int filteredEvents, long totalEvents, string lastEvent ) : void
UpdateFonts ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

LogEventToListViewItem ( LogEvent logEvent ) : System.Windows.Forms.ListViewItem
SessionTabPage_Load ( object sender, EventArgs e ) : void
UpdateSortArrows ( ) : void
chooseColumnsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
clearToolStripMenuItem1_Click ( object sender, EventArgs e ) : void
clearToolStripMenuItem_Click ( object sender, EventArgs e ) : void
listViewLogMessages_ColumnClick ( object sender, System.Windows.Forms.ColumnClickEventArgs e ) : void
listViewLogMessages_ColumnReordered ( object sender, System.Windows.Forms.ColumnReorderedEventArgs e ) : void
listViewLogMessages_ColumnWidthChanged ( object sender, System.Windows.Forms.ColumnWidthChangedEventArgs e ) : void
listViewLogMessages_ItemActivate ( object sender, EventArgs e ) : void
listViewLogMessages_RetrieveVirtualItem ( object sender, System.Windows.Forms.RetrieveVirtualItemEventArgs e ) : void
listViewLogMessages_SelectedIndexChanged ( object sender, EventArgs e ) : void
listViewLogMessages_VirtualItemsSelectionRangeChanged ( object sender, System.Windows.Forms.ListViewVirtualItemsSelectionRangeChangedEventArgs e ) : void
resetToDefaultsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
timer1_Tick ( object sender, EventArgs e ) : void
toolStripButtonChooseColumns_Click ( object sender, EventArgs e ) : void
toolStripButtonClear_Click ( object sender, EventArgs e ) : void
toolStripButtonFitColumnWidths_Click ( object sender, EventArgs e ) : void
toolStripButtonProperties_Click ( object sender, EventArgs e ) : void
toolStripButtonShowDetails_Click ( object sender, EventArgs e ) : void
toolStripButtonShowTree_Click ( object sender, EventArgs e ) : void
toolStripButtonStart_Click ( object sender, EventArgs e ) : void
toolStripButtonStop_Click ( object sender, EventArgs e ) : void
toolStripMenuItem2_Click ( object sender, EventArgs e ) : void

Method Details

ApplyGrouping() public méthode

public ApplyGrouping ( LogColumn column, object value ) : void
column NLogViewer.Configuration.LogColumn
value object
Résultat void

ChooseColumns() public méthode

public ChooseColumns ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FitColumnWidths() public méthode

public FitColumnWidths ( ) : void
Résultat void

LogEventSelected() public méthode

public LogEventSelected ( LogEvent evt ) : void
evt NLogViewer.Events.LogEvent
Résultat void

ReloadColumns() public méthode

public ReloadColumns ( ) : void
Résultat void

SessionTabPage() public méthode

public SessionTabPage ( Session instance ) : System
instance Session
Résultat System

UpdateCounters() public méthode

public UpdateCounters ( int eventsInBuffer, int bufferCapacity, int filteredEvents, long totalEvents, string lastEvent ) : void
eventsInBuffer int
bufferCapacity int
filteredEvents int
totalEvents long
lastEvent string
Résultat void

UpdateFonts() public méthode

public UpdateFonts ( ) : void
Résultat void

Property Details

baloonToolTip public_oe property

public ToolTip,System.Windows.Forms baloonToolTip
Résultat System.Windows.Forms.ToolTip

listViewLogMessages public_oe property

public NLogViewer.UI.SafeListView listViewLogMessages
Résultat NLogViewer.UI.SafeListView

listviewSelectedLogEventProperties public_oe property

public NLogViewer.UI.SafeListView listviewSelectedLogEventProperties
Résultat NLogViewer.UI.SafeListView

textBoxSelectedMessageText public_oe property

public TextBox,System.Windows.Forms textBoxSelectedMessageText
Résultat System.Windows.Forms.TextBox

treeView public_oe property

public TreeView,System.Windows.Forms treeView
Résultat System.Windows.Forms.TreeView