C# Class TeX2img.CUIOutput

Inheritance: IOutputController
Afficher le fichier Open project: abenori/TeX2img Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CUIOutput ( ) : System
Résultat System

CUIOutput() public méthode

public CUIOutput ( bool q ) : System
q bool
Résultat System

appendOutput() public méthode

public appendOutput ( string log ) : void
log string
Résultat void

askYesorNo() public méthode

public askYesorNo ( string msg ) : bool
msg string
Résultat bool

errorIgnoredWarning() public méthode

public errorIgnoredWarning ( ) : void
Résultat void

scrollOutputTextBoxToEnd() public méthode

public scrollOutputTextBoxToEnd ( ) : void
Résultat void

showError() public méthode

public showError ( string msg ) : void
msg string
Résultat void

showExtensionError() public méthode

public showExtensionError ( string file ) : void
file string
Résultat void

showGenerateError() public méthode

public showGenerateError ( ) : void
Résultat void

showIOError() public méthode

public showIOError ( string filePath ) : void
filePath string
Résultat void

showPathError() public méthode

public showPathError ( string exeName, string necessary ) : void
exeName string
necessary string
Résultat void

showToolError() public méthode

public showToolError ( string tool ) : void
tool string
Résultat void

showUnauthorizedError() public méthode

public showUnauthorizedError ( string filePath ) : void
filePath string
Résultat void