#include <wx/wxprec.h>
#include <wx/wx.h>
#include <cstring>
#include <wx/config.h>
#include <wx/filename.h>
#include <wx/spinctrl.h>
#include <wx/tokenzr.h>
#include <wx/txtstrm.h>
#include <wx/wfstream.h>
#include "dlgAddMatchFiles.hpp"
#include "appprefs.hpp"
#include "bytedisp.hpp"
#include "comdefs.hpp"
#include "fdftlmk.hpp"
#include "fileutil.hpp"
#include "slstview.hpp"
#include "utils.hpp"
#include "compat.hpp"
Include dependency graph for dlgAddMatchFiles.cpp:
Go to the source code of this file.
Classes | |
class | dlgAddMatchFiles::PatternsListValidator |
A validator for the patterns' list. More... | |
Functions | |
int wxCALLBACK | patternsListCmpFnct (long item1, long item2, long sortData) |
Function that compare two elements of the list of patterns of the multiple check configuration dialog. |
Definition in file dlgAddMatchFiles.cpp.
|
Function that compare two elements of the list of patterns of the multiple check configuration dialog.
Definition at line 578 of file dlgAddMatchFiles.cpp. References wxSortableListView::GetColumnToSort(), and wxSortableListView::GetSortOrder(). Referenced by dlgAddMatchFiles::addPatternToListView(), dlgAddMatchFiles::lvwPatternsColumnClick(), dlgAddMatchFiles::rbxSortBySelect(), dlgAddMatchFiles::rbxSortOrderSelect(), and dlgAddMatchFiles::PatternsListValidator::TransferToWindow(). |