#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/config.h>
#include <wx/filename.h>
#include <wx/spinctrl.h>
#include <wx/txtstrm.h>
#include <wx/wfstream.h>
#include <climits>
#include "dlgFilesSelector.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 dlgFilesSelector.cpp:
Go to the source code of this file.
Classes | |
class | dlgFilesSelector::FilesListValidator |
A validator for the files' list. More... | |
Functions | |
int wxCALLBACK | filesListCmpFnct (long item1, long item2, long sortData) |
Function that compare two elements of the list of files of the files selector dialog. | |
long | getUniqueId () |
Gets a new unique identifier. | |
Variables | |
long | idGen = LONG_MIN + 1 |
Value for unique identifiers generation. |
Definition in file dlgFilesSelector.cpp.
|
Function that compare two elements of the list of files of the files selector dialog.
Definition at line 78 of file dlgFilesSelector.cpp. References wxSortableListView::GetColumnToSort(), and wxSortableListView::GetSortOrder(). Referenced by dlgFilesSelector::addFileNamesToListView(), dlgFilesSelector::lvwFilesColumnClick(), dlgFilesSelector::rbxSortBySelect(), dlgFilesSelector::rbxSortOrderSelect(), and dlgFilesSelector::FilesListValidator::TransferToWindow(). |
|
Gets a new unique identifier.
Definition at line 128 of file dlgFilesSelector.cpp. References idGen. Referenced by dlgFilesSelector::getID(). |
|
Value for unique identifiers generation.
Definition at line 121 of file dlgFilesSelector.cpp. Referenced by getUniqueId(). |