C# 클래스 Controller.MainController

파일 보기 프로젝트 열기: omanamos/kinect-nao 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ACTION_LIB_PATH String
MODEL_LIB_PATH String

공개 메소드들

메소드 설명
MainController ( MainWindow window ) : System
exit ( ) : void
processCommand ( string command ) : void

비공개 메소드들

메소드 설명
har_Recognition ( object sender, Recognizer e ) : void
har_RecordingReady ( object sender, EventArgs e ) : void
har_RecordingStart ( object sender, EventArgs e ) : void
har_RecordingStop ( object sender, EventArgs e ) : void
init ( ) : void
processStartCommand ( string suffix ) : void
save ( ) : void
switchStates ( State state ) : void

메소드 상세

MainController() 공개 메소드

public MainController ( MainWindow window ) : System
window MainWindow
리턴 System

exit() 공개 메소드

public exit ( ) : void
리턴 void

processCommand() 공개 메소드

public processCommand ( string command ) : void
command string
리턴 void

프로퍼티 상세

ACTION_LIB_PATH 공개적으로 정적으로 프로퍼티

public static String ACTION_LIB_PATH
리턴 String

MODEL_LIB_PATH 공개적으로 정적으로 프로퍼티

public static String MODEL_LIB_PATH
리턴 String