C# Class EncoderRProcAnalyze, chronojump

Inheritance: EncoderRProc
Show file Open project: GNOME/chronojump Class Usage Examples

Public Properties

Property Type Description
CancelRScript bool
ExportFileName string

Public Methods

Method Description
EncoderRProcAnalyze ( ) : System
SendData ( string title, bool neuromuscularProfileDo, bool translate ) : void

Protected Methods

Method Description
continueProcess ( ) : bool
startProcess ( ) : bool
writeOptionsFile ( ) : void

Private Methods

Method Description
copyExportedFile ( ) : void
deleteFile ( string filename ) : void
getEncoderScriptCallGraph ( ) : string

Method Details

EncoderRProcAnalyze() public method

public EncoderRProcAnalyze ( ) : System
return System

SendData() public method

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

continueProcess() protected method

protected continueProcess ( ) : bool
return bool

startProcess() protected method

protected startProcess ( ) : bool
return bool

writeOptionsFile() protected method

protected writeOptionsFile ( ) : void
return void

Property Details

CancelRScript public property

public bool CancelRScript
return bool

ExportFileName public property

public string ExportFileName
return string