C# Class WatchThis.Wpf.SlideshowWindow

Inheritance: System.Windows.Window, ISlideshowViewer, IPlatformService, INotifyPropertyChanged
Afficher le fichier Open project: kevintavog/WatchThis.net Class Usage Examples

Méthodes publiques

Méthode Description
DisplayImage ( object imageData ) : string
Error ( string message ) : void
InvokeOnUiThread ( System.Action action ) : void
LoadImage ( ImageInformation imageInfo ) : object
SlideshowWindow ( SlideshowModel model ) : NLog
UpdateUiState ( ) : void

Méthodes protégées

Méthode Description
OnClosed ( EventArgs e ) : void

Private Methods

Méthode Description
ChangedFullScreenState ( ) : void
Close ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
HideControls ( ) : void
NextImage ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
PauseResume ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
PreviousImage ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ShowControls ( ) : void
ToggleFullScreen ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
WindowMouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
WindowSizeChanged ( object sender, System.Windows.SizeChangedEventArgs args ) : void

Method Details

DisplayImage() public méthode

public DisplayImage ( object imageData ) : string
imageData object
Résultat string

Error() public méthode

public Error ( string message ) : void
message string
Résultat void

InvokeOnUiThread() public méthode

public InvokeOnUiThread ( System.Action action ) : void
action System.Action
Résultat void

LoadImage() public méthode

public LoadImage ( ImageInformation imageInfo ) : object
imageInfo ImageInformation
Résultat object

OnClosed() protected méthode

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

SlideshowWindow() public méthode

public SlideshowWindow ( SlideshowModel model ) : NLog
model WatchThis.Models.SlideshowModel
Résultat NLog

UpdateUiState() public méthode

public UpdateUiState ( ) : void
Résultat void