C# Class FontVal.Progress

Summary description for Progress.
Inheritance: System.Windows.Forms.Form, Driver.DriverCallbacks
Afficher le fichier Open project: HinTak/Font-Validator

Méthodes publiques

Méthode Description
DeleteTemporaryFiles ( List arrReportFiles ) : void
GetReportFileName ( string sFontFile ) : string
OnBeginFontTest ( string fname, int nth, int nFonts ) : void
OnBeginRasterTest ( string label ) : void
OnBeginTableTest ( OTFontFile.DirectoryEntry de ) : void
OnCancel ( ) : void
OnCloseReportFile ( string sReportFile ) : void
OnException ( Exception e ) : void
OnOTFileValChange ( OTFileVal fontFile ) : void
OnOpenReportFile ( string sReportFile, string fpath ) : void
OnReportsReady ( ) : void
OnTestProgress ( object oParam ) : void
Progress ( Form1 formParent, Validator v, string sFilenames, ReportFileDestination rfd, bool bOpenReportFiles, string sReportFixedDir ) : System
StartWorkerThread ( ) : void
Worker ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void
UpdateTestProgressWorker ( string s ) : void
ValidationDieDieDie ( ) : void

Private Methods

Méthode Description
CloseOurForm ( ) : void
CloseOurFormWorker ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OpenReportFiles ( List arrCaptions, List arrReportFiles ) : void
UpdateLabelText ( System label, string text ) : void
UpdateLabelTextWorker ( System label, string text ) : void
UpdateLabelVisible ( System label, bool bValue ) : void
UpdateLabelVisibleWorker ( System label, bool bValue ) : void
btnCancel_Click ( object sender, System e ) : void

Method Details

DeleteTemporaryFiles() public méthode

public DeleteTemporaryFiles ( List arrReportFiles ) : void
arrReportFiles List
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetReportFileName() public méthode

public GetReportFileName ( string sFontFile ) : string
sFontFile string
Résultat string

OnBeginFontTest() public méthode

public OnBeginFontTest ( string fname, int nth, int nFonts ) : void
fname string
nth int
nFonts int
Résultat void

OnBeginRasterTest() public méthode

public OnBeginRasterTest ( string label ) : void
label string
Résultat void

OnBeginTableTest() public méthode

public OnBeginTableTest ( OTFontFile.DirectoryEntry de ) : void
de OTFontFile.DirectoryEntry
Résultat void

OnCancel() public méthode

public OnCancel ( ) : void
Résultat void

OnCloseReportFile() public méthode

public OnCloseReportFile ( string sReportFile ) : void
sReportFile string
Résultat void

OnException() public méthode

public OnException ( Exception e ) : void
e Exception
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void

OnOTFileValChange() public méthode

public OnOTFileValChange ( OTFileVal fontFile ) : void
fontFile OTFileVal
Résultat void

OnOpenReportFile() public méthode

public OnOpenReportFile ( string sReportFile, string fpath ) : void
sReportFile string
fpath string
Résultat void

OnReportsReady() public méthode

public OnReportsReady ( ) : void
Résultat void

OnTestProgress() public méthode

public OnTestProgress ( object oParam ) : void
oParam object
Résultat void

Progress() public méthode

public Progress ( Form1 formParent, Validator v, string sFilenames, ReportFileDestination rfd, bool bOpenReportFiles, string sReportFixedDir ) : System
formParent Form1
v Validator
sFilenames string
rfd ReportFileDestination
bOpenReportFiles bool
sReportFixedDir string
Résultat System

StartWorkerThread() public méthode

public StartWorkerThread ( ) : void
Résultat void

UpdateTestProgressWorker() protected méthode

protected UpdateTestProgressWorker ( string s ) : void
s string
Résultat void

ValidationDieDieDie() protected méthode

protected ValidationDieDieDie ( ) : void
Résultat void

Worker() public méthode

public Worker ( ) : void
Résultat void