C# 클래스 PhotoAlbum.SurfaceWindow1

Interaction logic for SurfaceWindow1.xaml
상속: SurfaceWindow
파일 보기 프로젝트 열기: hcilab-um/STim

공개 메소드들

메소드 설명
SetActiveVideoPlayer ( VideoPlayer videoplayer ) : void
SurfaceWindow1 ( ) : System

Default constructor.

보호된 메소드들

메소드 설명
OnClosed ( EventArgs e ) : void

Occurs when the window is about to close.

비공개 메소드들

메소드 설명
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

메소드 상세

OnClosed() 보호된 메소드

Occurs when the window is about to close.
protected OnClosed ( EventArgs e ) : void
e System.EventArgs
리턴 void

SetActiveVideoPlayer() 공개 메소드

public SetActiveVideoPlayer ( VideoPlayer videoplayer ) : void
videoplayer VideoPlayer
리턴 void

SurfaceWindow1() 공개 메소드

Default constructor.
public SurfaceWindow1 ( ) : System
리턴 System