Public Member Functions | |
bool | allChecksumsFilesAreCorrects () const |
Says if all the checksums' files are corrects. | |
bool | allFileAreCorrects () const |
Says if all the files in the checksums' file are corrects. | |
FilesStatistics () | |
Constructor. | |
int | getNbProcessedChecksumsFiles () const |
Gets the number of checksums' files written. | |
int | getNbProcessedFiles () const |
Gets the total of checksum's files checked. | |
Public Attributes | |
unsigned int | CKCreated |
Checksums' files created. | |
unsigned int | CKOverwritten |
Checksums' files overwritten. | |
unsigned int | CKSkipped |
Checksums' files skipped. | |
unsigned int | CKWriteError |
Errors while writing the checksums' file. | |
unsigned int | FCorrect |
Correct read files. | |
unsigned int | FNotFound |
Files not found. | |
unsigned int | FNotOpened |
Files not opened. | |
unsigned int | FReadError |
Errors while reading the file. | |
unsigned int | FSkipped |
Files skipped. |
Definition at line 135 of file dlgBatchCreate.cpp.
|
Constructor.
Definition at line 150 of file dlgBatchCreate.cpp. |
|
Says if all the checksums' files are corrects.
Definition at line 182 of file dlgBatchCreate.cpp. Referenced by dlgBatchCreation::batchCreation(). |
|
Says if all the files in the checksums' file are corrects.
Definition at line 170 of file dlgBatchCreate.cpp. Referenced by dlgBatchCreation::batchCreation(). |
|
Gets the number of checksums' files written.
Definition at line 176 of file dlgBatchCreate.cpp. Referenced by dlgBatchCreation::batchCreation(). |
|
Gets the total of checksum's files checked.
Definition at line 164 of file dlgBatchCreate.cpp. Referenced by dlgBatchCreation::batchCreation(). |
|
Checksums' files created.
Definition at line 146 of file dlgBatchCreate.cpp. Referenced by dlgBatchCreation::batchCreation(), and dlgBatchCreation::saveChecksumsInFiles(). |
|
Checksums' files overwritten.
Definition at line 145 of file dlgBatchCreate.cpp. Referenced by dlgBatchCreation::batchCreation(), and dlgBatchCreation::saveChecksumsInFiles(). |
|
Checksums' files skipped.
Definition at line 144 of file dlgBatchCreate.cpp. Referenced by dlgBatchCreation::batchCreation(), and dlgBatchCreation::saveChecksumsInFiles(). |
|
Errors while writing the checksums' file.
Definition at line 147 of file dlgBatchCreate.cpp. Referenced by dlgBatchCreation::batchCreation(), and dlgBatchCreation::saveChecksumsInFiles(). |
|
Correct read files.
Definition at line 138 of file dlgBatchCreate.cpp. Referenced by dlgBatchCreation::batchCreation(). |
|
Files not found.
Definition at line 140 of file dlgBatchCreate.cpp. Referenced by dlgBatchCreation::batchCreation(). |
|
Files not opened.
Definition at line 141 of file dlgBatchCreate.cpp. Referenced by dlgBatchCreation::batchCreation(). |
|
Errors while reading the file.
Definition at line 139 of file dlgBatchCreate.cpp. Referenced by dlgBatchCreation::batchCreation(). |
|
Files skipped.
Definition at line 142 of file dlgBatchCreate.cpp. Referenced by dlgBatchCreation::batchCreation(). |