C# Class UserTracker.net.MainWindow

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: kindohm/kinect-nite-dev

Public Methods

Method Description
MainWindow ( ) : System

Protected Methods

Method Description
OnClosing ( CancelEventArgs e ) : void
OnKeyPress ( KeyPressEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void

Private Methods

Method Description
CalcHist ( DepthMetaData depthMD ) : void
DrawLine ( Graphics g, Color color, SkeletonJointPosition>.Dictionary dict, SkeletonJoint j1, SkeletonJoint j2 ) : void
DrawSkeleton ( Graphics g, Color color, uint user ) : void
GetJoint ( uint user, SkeletonJoint joint ) : void
GetJoints ( uint user ) : void
ReaderThread ( ) : void
poseDetectionCapability_PoseDetected ( OpenNI.ProductionNode node, string pose, uint id ) : void
skeletonCapbility_CalibrationEnd ( OpenNI.ProductionNode node, uint id, bool success ) : void
userGenerator_LostUser ( OpenNI.ProductionNode node, uint id ) : void
userGenerator_NewUser ( OpenNI.ProductionNode node, uint id ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnKeyPress() protected method

protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
return void