C# Класс FontVal.Progress

Summary description for Progress.
Наследование: System.Windows.Forms.Form, Driver.DriverCallbacks
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Приватные методы

Метод Описание
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

Описание методов

DeleteTemporaryFiles() публичный Метод

public DeleteTemporaryFiles ( List arrReportFiles ) : void
arrReportFiles List
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

GetReportFileName() публичный Метод

public GetReportFileName ( string sFontFile ) : string
sFontFile string
Результат string

OnBeginFontTest() публичный Метод

public OnBeginFontTest ( string fname, int nth, int nFonts ) : void
fname string
nth int
nFonts int
Результат void

OnBeginRasterTest() публичный Метод

public OnBeginRasterTest ( string label ) : void
label string
Результат void

OnBeginTableTest() публичный Метод

public OnBeginTableTest ( OTFontFile.DirectoryEntry de ) : void
de OTFontFile.DirectoryEntry
Результат void

OnCancel() публичный Метод

public OnCancel ( ) : void
Результат void

OnCloseReportFile() публичный Метод

public OnCloseReportFile ( string sReportFile ) : void
sReportFile string
Результат void

OnException() публичный Метод

public OnException ( Exception e ) : void
e Exception
Результат void

OnLoad() защищенный Метод

protected OnLoad ( EventArgs e ) : void
e EventArgs
Результат void

OnOTFileValChange() публичный Метод

public OnOTFileValChange ( OTFileVal fontFile ) : void
fontFile OTFileVal
Результат void

OnOpenReportFile() публичный Метод

public OnOpenReportFile ( string sReportFile, string fpath ) : void
sReportFile string
fpath string
Результат void

OnReportsReady() публичный Метод

public OnReportsReady ( ) : void
Результат void

OnTestProgress() публичный Метод

public OnTestProgress ( object oParam ) : void
oParam object
Результат void

Progress() публичный Метод

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
Результат System

StartWorkerThread() публичный Метод

public StartWorkerThread ( ) : void
Результат void

UpdateTestProgressWorker() защищенный Метод

protected UpdateTestProgressWorker ( string s ) : void
s string
Результат void

ValidationDieDieDie() защищенный Метод

protected ValidationDieDieDie ( ) : void
Результат void

Worker() публичный Метод

public Worker ( ) : void
Результат void