C# Class HtwKinect.StateViews.LoopScreen

Interaktionslogik für LoopScreen.xaml
Inheritance: System.Windows.Controls.UserControl, ISwitchableUserControl
Afficher le fichier Open project: rechc/KinectMiniApps Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void

Private Methods

Méthode 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 méthode

public DelegateKeyEvent ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Résultat void

IsGame() public méthode

public IsGame ( ) : bool
Résultat bool

NoSwipe() public méthode

public NoSwipe ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Résultat void

StartDisplay() public méthode

public StartDisplay ( TravelOffer lastTravel ) : void
lastTravel Database.TravelOffer
Résultat void

StopDisplay() public méthode

public StopDisplay ( ) : TravelOffer
Résultat Database.TravelOffer

SwipeDown() public méthode

public SwipeDown ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

SwipeLeft() public méthode

public SwipeLeft ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

SwipeRight() public méthode

public SwipeRight ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

SwipeUp() public méthode

public SwipeUp ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

UnClick() public méthode

public UnClick ( ) : void
Résultat void