#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/filename.h>
#include "fileutil.hpp"
#include "checksumfactory.hpp"
#include "fdftlmk.hpp"
#include "sumfile.hpp"
#include "md5file.hpp"
#include "sfvfile.hpp"
#include "compat.hpp"
Include dependency graph for fileutil.cpp:
Go to the source code of this file.
Functions | |
wxFileDialogFilterMaker | getFilterForKnownTypesOfChecksumsFiles () |
Gets a filter for the known types of checksums' files. | |
SumFile * | openChecksumFile (const wxFileName &fileName) |
Opens and read the given checksum file. |
Definition in file fileutil.cpp.
|
Gets a filter for the known types of checksums' files.
Definition at line 65 of file fileutil.cpp. References wxFileDialogFilterMaker::AddFilter(), and SumFileFactory::getSumFilesCount(). Referenced by dlgMultiCheckConf::getFiltersForAddFilesDialog(). |
|
Opens and read the given checksum file. This function tries to choose the checksum file format with :
The caller must delete the returned object with the operator
Definition at line 93 of file fileutil.cpp. References SFVFile::read(), and MD5File::read(). Referenced by ChecksumsListView::DnDFiles(). |