Inheritance diagram for dlgBatchCreation::ChecksumProgress:
Public Member Functions | |
ChecksumProgress (dlgBatchCreation *progressDlg, const BytesDisplayer &total) | |
Constructor. | |
void | finished () |
Indicates that the process is finished (hides the progress dialog). | |
virtual void | update (size_t read, bool &canceled) |
Updates the progression of the computing of a checksum. | |
Protected Member Functions | |
ChecksumProgress () | |
Default constructor. Don't call it. | |
void | init () |
Initializes the instance. | |
Protected Attributes | |
wxDateTime | ct |
Current time. | |
BytesDisplayer | current |
numbers of preceeded bytes. | |
wxDateTime | lt |
Last saved time. | |
dlgBatchCreation * | progress |
Progress dialog (don't delete it!). | |
wxTimeSpan | timeSpan |
Time between to updates of the progress dialog. |
Definition at line 198 of file dlgBatchCreate.cpp.
|
Default constructor. Don't call it.
Definition at line 208 of file dlgBatchCreate.cpp. |
|
Constructor.
Definition at line 242 of file dlgBatchCreate.cpp. References current, init(), lt, progress, dlgBatchCreation::setReadBytes(), dlgBatchCreation::setTotalBytes(), timeSpan, and UPDATE_PROGRESS_DLG. |
|
Indicates that the process is finished (hides the progress dialog).
Definition at line 290 of file dlgBatchCreate.cpp. References current, progress, and dlgBatchCreation::setReadBytes(). Referenced by dlgBatchCreation::batchCreation(). |
|
Initializes the instance.
Definition at line 229 of file dlgBatchCreate.cpp. References progress. Referenced by ChecksumProgress(). |
|
Updates the progression of the computing of a checksum.
Implements ChecksumProgress. Definition at line 265 of file dlgBatchCreate.cpp. References ct, current, dlgResultsProgress::getState(), lt, progress, dlgBatchCreation::setReadBytes(), timeSpan, and update(). Referenced by update(). |
|
Current time.
Definition at line 204 of file dlgBatchCreate.cpp. Referenced by update(). |
|
numbers of preceeded bytes.
Definition at line 201 of file dlgBatchCreate.cpp. Referenced by ChecksumProgress(), finished(), and update(). |
|
Last saved time.
Definition at line 203 of file dlgBatchCreate.cpp. Referenced by ChecksumProgress(), and update(). |
|
Progress dialog (don't delete it!).
Definition at line 205 of file dlgBatchCreate.cpp. Referenced by ChecksumProgress(), finished(), init(), and update(). |
|
Time between to updates of the progress dialog.
Definition at line 202 of file dlgBatchCreate.cpp. Referenced by ChecksumProgress(), and update(). |