C# 클래스 Microsoft.Samples.Kinect.KinectExplorer.KinectSensorItem

A KinectSensorItem maintains a bit of state about a KinectSensor and manages showing/closing a KinectWindow associated with the KinectSensor.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Kj1/ofxKinectMemoryMapped 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
KinectSensorItem ( MainWindow _controller, Microsoft.Kinect.KinectSensor Sensor, string id, int kinectN ) : System
LoadSettings ( ) : bool

Loads the XML settings from file

RemoveSpecialCharacters ( string str ) : string
SaveSettings ( ) : void

Saves the settings to the xml file

ShowWindow ( ) : void
setStreamingStatus ( String s ) : void

비공개 메소드들

메소드 설명
CalculateFps ( ) : void
KinectWindowOnClosed ( object sender, EventArgs e ) : void
NotifyPropertyChanged ( string propertyName ) : void
SensorAllFramesReady ( object sender, AllFramesReadyEventArgs e ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

KinectSensorItem() 공개 메소드

public KinectSensorItem ( MainWindow _controller, Microsoft.Kinect.KinectSensor Sensor, string id, int kinectN ) : System
_controller MainWindow
Sensor Microsoft.Kinect.KinectSensor
id string
kinectN int
리턴 System

LoadSettings() 공개 메소드

Loads the XML settings from file
public LoadSettings ( ) : bool
리턴 bool

RemoveSpecialCharacters() 공개 메소드

public RemoveSpecialCharacters ( string str ) : string
str string
리턴 string

SaveSettings() 공개 메소드

Saves the settings to the xml file
public SaveSettings ( ) : void
리턴 void

ShowWindow() 공개 메소드

public ShowWindow ( ) : void
리턴 void

setStreamingStatus() 공개 메소드

public setStreamingStatus ( String s ) : void
s String
리턴 void