C# Class HtwKinect.StateViews.LoopScreen

Interaktionslogik für LoopScreen.xaml
Inheritance: System.Windows.Controls.UserControl, ISwitchableUserControl
ファイルを表示 Open project: rechc/KinectMiniApps Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void

Private Methods

Method Description
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

Method Details

DelegateKeyEvent() public method

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

IsGame() public method

public IsGame ( ) : bool
return bool

NoSwipe() public method

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

OnKeyDown() protected method

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

StartDisplay() public method

public StartDisplay ( TravelOffer lastTravel ) : void
lastTravel Database.TravelOffer
return void

StopDisplay() public method

public StopDisplay ( ) : TravelOffer
return Database.TravelOffer

SwipeDown() public method

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

SwipeLeft() public method

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

SwipeRight() public method

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

SwipeUp() public method

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

UnClick() public method

public UnClick ( ) : void
return void