C# Class PhotoAlbum.SurfaceWindow1

Interaction logic for SurfaceWindow1.xaml
Inheritance: SurfaceWindow
Afficher le fichier Open project: hcilab-um/STim

Méthodes publiques

Méthode Description
SetActiveVideoPlayer ( VideoPlayer videoplayer ) : void
SurfaceWindow1 ( ) : System

Default constructor.

Méthodes protégées

Méthode Description
OnClosed ( EventArgs e ) : void

Occurs when the window is about to close.

Private Methods

Méthode Description
AddWindowAvailabilityHandlers ( ) : void

Adds handlers for window availability events.

FireClickEvent ( ) : void
GetTanglbleRotateDirection ( ) : string
LoadButton_Click ( object sender, RoutedEventArgs e ) : void
LoadDescriptions ( ) : void
LoadItems ( ) : void
OnItemClicked ( object sender, RoutedEventArgs e ) : void
OnTouchMove ( object sender, System.Windows.Input.TouchEventArgs args ) : void
OnWindowInteractive ( object sender, EventArgs e ) : void

This is called when the user can interact with the application's window.

OnWindowNoninteractive ( object sender, EventArgs e ) : void

This is called when the user can see but not interact with the application's window.

OnWindowUnavailable ( object sender, EventArgs e ) : void

This is called when the application's window is not visible or interactive.

RemoveWindowAvailabilityHandlers ( ) : void

Removes handlers for window availability events.

StopAllVideos ( ) : void
videoControl_OnVideoPlayerPlayed ( object sender, EventArgs e ) : void
videoControl_VideoStopped ( object sender, EventArgs e ) : void

Method Details

OnClosed() protected méthode

Occurs when the window is about to close.
protected OnClosed ( EventArgs e ) : void
e System.EventArgs
Résultat void

SetActiveVideoPlayer() public méthode

public SetActiveVideoPlayer ( VideoPlayer videoplayer ) : void
videoplayer VideoPlayer
Résultat void

SurfaceWindow1() public méthode

Default constructor.
public SurfaceWindow1 ( ) : System
Résultat System