C# 클래스 HtwKinect.StateViews.LoopScreen

Interaktionslogik für LoopScreen.xaml
상속: System.Windows.Controls.UserControl, ISwitchableUserControl
파일 보기 프로젝트 열기: rechc/KinectMiniApps 1 사용 예제들

공개 메소드들

메소드 설명
DelegateKeyEvent ( System.Windows.Input.KeyEventArgs e ) : void
IsGame ( ) : bool
NoSwipe ( object sender, EventArgs e ) : void
StartDisplay ( TravelOffer lastTravel ) : void
StopDisplay ( ) : TravelOffer
SwipeDown ( object sender, EventArgs e ) : void
SwipeLeft ( object sender, EventArgs e ) : void
SwipeRight ( object sender, EventArgs e ) : void
SwipeUp ( object sender, EventArgs e ) : void
UnClick ( ) : void

보호된 메소드들

메소드 설명
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void

비공개 메소드들

메소드 설명
Click ( Point point ) : void
Drag ( Point currentPos, int testDirectionTimes ) : void
GenderTestEvent ( ) : void
HelperReady ( ) : void
InitGenderDetection ( ) : void
InitList ( ) : void
LoadPictures ( IUiLoader uiLoader ) : void
MyLoopListOnScrolled ( object sender, EventArgs e ) : void
MyTextLoopList_Scrolled ( object sender, EventArgs e ) : void
ResetDragDirectionObvious ( ) : void
SetAccessoriesNew ( KinectHelper helper ) : void
SetNewHat ( ) : void
myLoopList_MouseDown_1 ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
myLoopList_MouseLeave_1 ( object sender, System.Windows.Input.MouseEventArgs e ) : void
myLoopList_MouseMove_1 ( object sender, System.Windows.Input.MouseEventArgs e ) : void
myLoopList_MouseUp_1 ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

메소드 상세

DelegateKeyEvent() 공개 메소드

public DelegateKeyEvent ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
리턴 void

IsGame() 공개 메소드

public IsGame ( ) : bool
리턴 bool

NoSwipe() 공개 메소드

public NoSwipe ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

OnKeyDown() 보호된 메소드

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
리턴 void

StartDisplay() 공개 메소드

public StartDisplay ( TravelOffer lastTravel ) : void
lastTravel Database.TravelOffer
리턴 void

StopDisplay() 공개 메소드

public StopDisplay ( ) : TravelOffer
리턴 Database.TravelOffer

SwipeDown() 공개 메소드

public SwipeDown ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

SwipeLeft() 공개 메소드

public SwipeLeft ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

SwipeRight() 공개 메소드

public SwipeRight ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

SwipeUp() 공개 메소드

public SwipeUp ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

UnClick() 공개 메소드

public UnClick ( ) : void
리턴 void