C# 클래스 EncoderRProcAnalyze, chronojump

상속: EncoderRProc
파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CancelRScript bool
ExportFileName string

공개 메소드들

메소드 설명
EncoderRProcAnalyze ( ) : System
SendData ( string title, bool neuromuscularProfileDo, bool translate ) : void

보호된 메소드들

메소드 설명
continueProcess ( ) : bool
startProcess ( ) : bool
writeOptionsFile ( ) : void

비공개 메소드들

메소드 설명
copyExportedFile ( ) : void
deleteFile ( string filename ) : void
getEncoderScriptCallGraph ( ) : string

메소드 상세

EncoderRProcAnalyze() 공개 메소드

public EncoderRProcAnalyze ( ) : System
리턴 System

SendData() 공개 메소드

public SendData ( string title, bool neuromuscularProfileDo, bool translate ) : void
title string
neuromuscularProfileDo bool
translate bool
리턴 void

continueProcess() 보호된 메소드

protected continueProcess ( ) : bool
리턴 bool

startProcess() 보호된 메소드

protected startProcess ( ) : bool
리턴 bool

writeOptionsFile() 보호된 메소드

protected writeOptionsFile ( ) : void
리턴 void

프로퍼티 상세

CancelRScript 공개적으로 프로퍼티

public bool CancelRScript
리턴 bool

ExportFileName 공개적으로 프로퍼티

public string ExportFileName
리턴 string