C# Class MemoryMappedLog.MainWindow

Inheritance: System.Windows.Window
Afficher le fichier Open project: tomba/dwarrowdelf

Méthodes publiques

Свойство Type Description
m_showOnlyRegex System.Text.RegularExpressions.Regex

Méthodes publiques

Méthode Description
Add ( LogEntry entry ) : void
Add ( ViewableLogEntry entry ) : void
AddRange ( IEnumerable entries ) : void
MainWindow ( ) : System
OnClearClicked ( object sender, RoutedEventArgs e ) : void
OnClearFilterClicked ( object sender, RoutedEventArgs e ) : void
OnCopyClicked ( object sender, RoutedEventArgs e ) : void
OnMarkClicked ( object sender, RoutedEventArgs e ) : void
OnNewEntries ( ) : void
OnNewEntriesSafe ( ) : void
OnRulesClicked ( object sender, RoutedEventArgs e ) : void
binding_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void

Méthodes protégées

Méthode Description
OnClosing ( System e ) : void
OnInitialized ( EventArgs e ) : void
OnSourceInitialized ( EventArgs e ) : void

Private Methods

Méthode Description
DataFilter ( object item ) : bool
GetTimeSpan ( System.DateTime entryDateTime ) : System.TimeSpan
ToggleButton_Checked ( object sender, RoutedEventArgs e ) : void
ToggleButton_Unchecked ( object sender, RoutedEventArgs e ) : void
filterTextBox_GotKeyboardFocus ( object sender, System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
filterTextBox_LostKeyboardFocus ( object sender, System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
filterTextBox_PreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Method Details

Add() public méthode

public Add ( LogEntry entry ) : void
entry LogEntry
Résultat void

Add() public méthode

public Add ( ViewableLogEntry entry ) : void
entry ViewableLogEntry
Résultat void

AddRange() public méthode

public AddRange ( IEnumerable entries ) : void
entries IEnumerable
Résultat void

MainWindow() public méthode

public MainWindow ( ) : System
Résultat System

OnClearClicked() public méthode

public OnClearClicked ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

OnClearFilterClicked() public méthode

public OnClearFilterClicked ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

OnClosing() protected méthode

protected OnClosing ( System e ) : void
e System
Résultat void

OnCopyClicked() public méthode

public OnCopyClicked ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

OnInitialized() protected méthode

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMarkClicked() public méthode

public OnMarkClicked ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

OnNewEntries() public méthode

public OnNewEntries ( ) : void
Résultat void

OnNewEntriesSafe() public méthode

public OnNewEntriesSafe ( ) : void
Résultat void

OnRulesClicked() public méthode

public OnRulesClicked ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

OnSourceInitialized() protected méthode

protected OnSourceInitialized ( EventArgs e ) : void
e System.EventArgs
Résultat void

binding_Executed() public méthode

public binding_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
sender object
e System.Windows.Input.ExecutedRoutedEventArgs
Résultat void

Property Details

m_showOnlyRegex public_oe property

public Regex,System.Text.RegularExpressions m_showOnlyRegex
Résultat System.Text.RegularExpressions.Regex