This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | APP_AUTHOR "Julien Couot" |
Application's author/vendor. | |
#define | APP_BUILD 9 |
Application's build number. | |
#define | APP_DEV_DATES "2003-2004" |
Application's development years. | |
#define | APP_MAJOR_VER 1 |
Application's major version number. | |
#define | APP_MINOR_VER 2 |
Application's minor version number. | |
#define | APP_NAME "wxChecksums" |
Application's name. | |
#define | APP_SPECIAL "" |
Application's special (like 'alpha', 'beta', 'rc'). | |
#define | APP_SUBVER 0 |
Application's subversion number. | |
#define | CONTROL_SPACE 10 |
The space between 2 controls. | |
#define | DEF_BUFF_SIZE 0xFFFF |
Default size for the buffer of file reading. | |
#define | MAX_BUFF_SIZE 1048576 |
Maximal size for the buffer of file reading. | |
#define | UPDATE_PROGRESS_DLG 250 |
Time between two updates of the progress dialogs in milliseconds. |
Definition in file comdefs.hpp.
|
Application's author/vendor.
Definition at line 49 of file comdefs.hpp. Referenced by dlgAbout::createControls(), Languages::Languages(), CkSumsApp::OnInit(), and Languages::readLanguagesSettings(). |
|
Application's build number.
Definition at line 40 of file comdefs.hpp. |
|
Application's development years.
Definition at line 52 of file comdefs.hpp. Referenced by dlgAbout::createControls(). |
|
Application's major version number.
Definition at line 31 of file comdefs.hpp. Referenced by getAppName(). |
|
Application's minor version number.
Definition at line 34 of file comdefs.hpp. Referenced by getAppName(). |
|
|
Application's special (like 'alpha', 'beta', 'rc').
Definition at line 43 of file comdefs.hpp. Referenced by getAppName(). |
|
Application's subversion number.
Definition at line 37 of file comdefs.hpp. Referenced by getAppName(). |
|
|
Default size for the buffer of file reading.
Definition at line 65 of file comdefs.hpp. Referenced by ChecksumFileCalculator::initBufferSize(). |
|
Maximal size for the buffer of file reading.
Definition at line 62 of file comdefs.hpp. Referenced by ChecksumFileCalculator::initBufferSize(). |
|
Time between two updates of the progress dialogs in milliseconds.
Definition at line 58 of file comdefs.hpp. Referenced by ChecksumsListView::ChecksumProgress::ChecksumProgress(), dlgMultiCheck::ChecksumProgress::ChecksumProgress(), dlgBatchCreation::ChecksumProgress::ChecksumProgress(), getFilesInSubdirectories(), getFilesInSubdirectoriesRec(), and ChecksumsListView::removeFilesInList(). |