C# Class Kinect.Semaphore.ViewModels.UserViewModel

Inheritance: ViewModelBase
Show file Open project: atosorigin/Kinect

Public Methods

Method Description
LogToFile ( ) : void
SetStopwatch ( bool isRunning ) : void
UserViewModel ( User user ) : System
UserViewModel ( int id ) : System

Private Methods

Method Description
AddSelfTouchGesture ( ) : void
AddSelfTouchGesture ( System.Windows.Media.Media3D.Point3D correction ) : void
AddSemaphoreTracking ( ) : void
Changed ( System.Windows.Media.Media3D.Point3D newValue, System.Windows.Media.Media3D.Point3D oldValue ) : bool
CountdownTimerStep ( object sender, EventArgs e ) : void
RemoveSemaphoreTracking ( ) : void
SelfTouch ( object sender, SelfTouchEventArgs e ) : void
SemaphorePropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
_dispatchtimer_Tick ( object sender, EventArgs e ) : void
_semaphoreGesture_SemafoorDetected ( object sender, KinectSemaphoreGestureEventArgs e ) : void
_user_Updated ( object sender, ProcessEventArgs e ) : void

Method Details

LogToFile() public method

public LogToFile ( ) : void
return void

SetStopwatch() public method

public SetStopwatch ( bool isRunning ) : void
isRunning bool
return void

UserViewModel() public method

public UserViewModel ( User user ) : System
user User
return System

UserViewModel() public method

public UserViewModel ( int id ) : System
id int
return System