C# Class MahTweets.MainWindow

Inheritance: MahApps.Metro.Controls.MetroWindow, IShell
Afficher le fichier Open project: nickhodge/MahTweets.LawrenceHargrave

Méthodes publiques

Свойство Type Description
ShowScriptConsoleCommand System.Windows.Input.RoutedUICommand
ShowSetup System.Windows.Input.RoutedUICommand
TabbedThumbnailTimer System.Timers.Timer
TaskbarManager Microsoft.WindowsAPICodePack.Taskbar.TaskbarManager

Méthodes publiques

Méthode Description
AddToTaskbarThumbnail ( Window winder, UIElement fifthelement, string timthetoolmantip, System.Windows.Vector kimpeekoffset ) : void
CreateNewStream ( StreamModel f ) : void
DisplayWindow ( ) : void
HideWindow ( ) : void
MainWindow ( AppViewModel viewModel, IPluginRepository pluginRepository, IAccountSettingsProvider accountSettingsProvider, IColumnsSettingsProvider columnsSettingsProvider, IApplicationSettingsProvider applicationSettingsProvider, IEventAggregator eventAggregator ) : System
SetHeight ( double height ) : void
SetLeft ( double left ) : void
SetTop ( double top ) : void
SetWidth ( double width ) : void
Start ( ) : void
ThumbnailTimerElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Private Methods

Méthode Description
AvatarChangeDragOver ( object sender, System.Windows.DragEventArgs e ) : void
AvatarChangeDrop ( object sender, System.Windows.DragEventArgs e ) : void
CbShowSetupExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
CheckedChecked ( object sender, RoutedEventArgs e ) : void
CheckedUnchecked ( object sender, RoutedEventArgs e ) : void
CvsTargetsFilter ( object sender, System.Windows.Data.FilterEventArgs e ) : void
DragMoveWindow ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
ListBoxMouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
ScriptConsoleVisible ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
TabbedThumbnailActivated ( object sender, TabbedThumbnailEventArgs e ) : void
WindowClosing ( object sender, CancelEventArgs e ) : void
WindowDrop ( object sender, System.Windows.DragEventArgs e ) : void

Method Details

AddToTaskbarThumbnail() public méthode

public AddToTaskbarThumbnail ( Window winder, UIElement fifthelement, string timthetoolmantip, System.Windows.Vector kimpeekoffset ) : void
winder System.Windows.Window
fifthelement UIElement
timthetoolmantip string
kimpeekoffset System.Windows.Vector
Résultat void

CreateNewStream() public méthode

public CreateNewStream ( StreamModel f ) : void
f MahTweets.Core.Filters.StreamModel
Résultat void

DisplayWindow() public méthode

public DisplayWindow ( ) : void
Résultat void

HideWindow() public méthode

public HideWindow ( ) : void
Résultat void

MainWindow() public méthode

public MainWindow ( AppViewModel viewModel, IPluginRepository pluginRepository, IAccountSettingsProvider accountSettingsProvider, IColumnsSettingsProvider columnsSettingsProvider, IApplicationSettingsProvider applicationSettingsProvider, IEventAggregator eventAggregator ) : System
viewModel MahTweets.ViewModels.AppViewModel
pluginRepository IPluginRepository
accountSettingsProvider IAccountSettingsProvider
columnsSettingsProvider IColumnsSettingsProvider
applicationSettingsProvider IApplicationSettingsProvider
eventAggregator IEventAggregator
Résultat System

SetHeight() public méthode

public SetHeight ( double height ) : void
height double
Résultat void

SetLeft() public méthode

public SetLeft ( double left ) : void
left double
Résultat void

SetTop() public méthode

public SetTop ( double top ) : void
top double
Résultat void

SetWidth() public méthode

public SetWidth ( double width ) : void
width double
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

ThumbnailTimerElapsed() public méthode

public ThumbnailTimerElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
sender object
e System.Timers.ElapsedEventArgs
Résultat void

Property Details

ShowScriptConsoleCommand public_oe static_oe property

public static RoutedUICommand,System.Windows.Input ShowScriptConsoleCommand
Résultat System.Windows.Input.RoutedUICommand

ShowSetup public_oe static_oe property

public static RoutedUICommand,System.Windows.Input ShowSetup
Résultat System.Windows.Input.RoutedUICommand

TabbedThumbnailTimer public_oe property

public Timer,System.Timers TabbedThumbnailTimer
Résultat System.Timers.Timer

TaskbarManager public_oe property

public TaskbarManager,Microsoft.WindowsAPICodePack.Taskbar TaskbarManager
Résultat Microsoft.WindowsAPICodePack.Taskbar.TaskbarManager