#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/filename.h>
#include "fdftlmk.hpp"
#include "sumfile.hpp"
Include dependency graph for fileutil.hpp:

This graph shows which files directly or indirectly include this file:

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.hpp.
      
  | 
  
| 
 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 MD5File::read(), and SFVFile::read(). Referenced by ChecksumsListView::DnDFiles().  | 
  
 1.3.7