dlgBatchCreation
class.
More...
#include <dlgBatchCreate.hpp>
Public Member Functions | |
dlgBatchCreation::Verbosity | getVerbosity () const |
Gets the report's verbosity. | |
Options (const bool iOvrCkFileWhenItExists=false, const bool iReplaceExtension=true, const dlgBatchCreation::Verbosity iVerbosity=vNormal) | |
Facility constructor. | |
void | setVerbosity (const dlgBatchCreation::Verbosity newVerbosity) |
Sets the report's verbosity. | |
Public Attributes | |
bool | ovrCkFileWhenItExists |
If true , when a checksums' file already exists it is overwritten. | |
bool | replaceExtension |
If true the name of the checksums' file will be made by replacing the extension of the source file with the extension of the type of the checksums' file. | |
Protected Attributes | |
dlgBatchCreation::Verbosity | verbosity |
Report's Verbosity. |
dlgBatchCreation
class.
Definition at line 171 of file dlgBatchCreate.hpp.
|
Facility constructor.
Definition at line 86 of file dlgBatchCreate.cpp. References Options(), ovrCkFileWhenItExists, replaceExtension, setVerbosity(), and verbosity. Referenced by Options(). |
|
Gets the report's verbosity.
Definition at line 104 of file dlgBatchCreate.cpp. References verbosity, and dlgBatchCreation::Verbosity. Referenced by dlgBatchCreation::batchCreation(), and dlgBatchCreation::saveChecksumsInFiles(). |
|
Sets the report's verbosity. If the given parameter has an invalid value, the value of the instance isn't changed.
Definition at line 119 of file dlgBatchCreate.cpp. References setVerbosity(), and verbosity. Referenced by Options(), and setVerbosity(). |
|
If Otherwise the creation of the checksums' file is skipped. Definition at line 181 of file dlgBatchCreate.hpp. Referenced by dlgBatchCreation::batchCreation(), Options(), and dlgBatchCreation::saveChecksumsInFiles(). |
|
If Otherwise, the name of the checksums' file will be made by adding the extension of the type of checksums' file to the name of the source file. Definition at line 190 of file dlgBatchCreate.hpp. Referenced by dlgBatchCreation::getChecksumsFileNames(), and Options(). |
|
Report's Verbosity.
Definition at line 174 of file dlgBatchCreate.hpp. Referenced by getVerbosity(), Options(), and setVerbosity(). |