#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/config.h>
#include <wx/datetime.h>
#include <wx/filename.h>
#include <climits>
#include "dlgBatchCreate.hpp"
#include "appprefs.hpp"
#include "bytedisp.hpp"
#include "checksum.hpp"
#include "checksumfactory.hpp"
#include "checksumutil.hpp"
#include "comdefs.hpp"
#include "fileutil.hpp"
#include "osdep.hpp"
#include "sumfile.hpp"
#include "utils.hpp"
#include "compat.hpp"
Include dependency graph for dlgBatchCreate.cpp:
Go to the source code of this file.
Classes | |
class | dlgBatchCreation::ChecksumProgress |
Displays the progression of the process of computing of a checksum. More... | |
class | dlgBatchCreation::FilesStatistics |
Statistics on the files. More... | |
Defines | |
#define | DGAUGE_MAX static_cast<double>(GAUGE_MAX) |
Gauges limits (double value). | |
#define | GAUGE_MAX SHRT_MAX |
Gauges limits. |
Definition in file dlgBatchCreate.cpp.
|
Gauges limits (double value).
Definition at line 310 of file dlgBatchCreate.cpp. Referenced by dlgMultiCheck::updateCurrentCheckedFile(), dlgBatchCreation::updateCurrentProcessedFile(), dlgMultiCheck::updateFilesInChecksumsFiles(), dlgMultiCheck::updateTotalChecksumsFiles(), and dlgBatchCreation::updateTotalFiles(). |
|
Gauges limits.
Definition at line 307 of file dlgBatchCreate.cpp. Referenced by dlgMultiCheck::createControls(), and dlgBatchCreation::createControls(). |