C# Class TeX2img.CUIOutput

Inheritance: IOutputController
Show file Open project: abenori/TeX2img Class Usage Examples

Public Methods

Method Description
CUIOutput ( ) : System
CUIOutput ( bool q ) : System
appendOutput ( string log ) : void
askYesorNo ( string msg ) : bool
errorIgnoredWarning ( ) : void
scrollOutputTextBoxToEnd ( ) : void
showError ( string msg ) : void
showExtensionError ( string file ) : void
showGenerateError ( ) : void
showIOError ( string filePath ) : void
showPathError ( string exeName, string necessary ) : void
showToolError ( string tool ) : void
showUnauthorizedError ( string filePath ) : void

Method Details

CUIOutput() public method

public CUIOutput ( ) : System
return System

CUIOutput() public method

public CUIOutput ( bool q ) : System
q bool
return System

appendOutput() public method

public appendOutput ( string log ) : void
log string
return void

askYesorNo() public method

public askYesorNo ( string msg ) : bool
msg string
return bool

errorIgnoredWarning() public method

public errorIgnoredWarning ( ) : void
return void

scrollOutputTextBoxToEnd() public method

public scrollOutputTextBoxToEnd ( ) : void
return void

showError() public method

public showError ( string msg ) : void
msg string
return void

showExtensionError() public method

public showExtensionError ( string file ) : void
file string
return void

showGenerateError() public method

public showGenerateError ( ) : void
return void

showIOError() public method

public showIOError ( string filePath ) : void
filePath string
return void

showPathError() public method

public showPathError ( string exeName, string necessary ) : void
exeName string
necessary string
return void

showToolError() public method

public showToolError ( string tool ) : void
tool string
return void

showUnauthorizedError() public method

public showUnauthorizedError ( string filePath ) : void
filePath string
return void