Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

dlgFilesSelector.cpp File Reference

Configuration dialog for selecting multiple files. More...

#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:

Include dependency graph

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.


Detailed Description

Configuration dialog for selecting multiple files.

Definition in file dlgFilesSelector.cpp.


Function Documentation

int wxCALLBACK filesListCmpFnct long  item1,
long  item2,
long  sortData
[static]
 

Function that compare two elements of the list of files of the files selector dialog.

Parameters:
item1 Data of the first item. This should be an unique identifier.
item2 Data of the second item. This should be an unique identifier.
sortData Adress of the instance of the wxSortableListView that contains the data to short.

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().

long getUniqueId  )  [static]
 

Gets a new unique identifier.

Returns:
A new unique identifier.

Definition at line 128 of file dlgFilesSelector.cpp.

References idGen.

Referenced by dlgFilesSelector::getID().


Variable Documentation

long idGen = LONG_MIN + 1 [static]
 

Value for unique identifiers generation.

Definition at line 121 of file dlgFilesSelector.cpp.

Referenced by getUniqueId().


Generated on Sun May 30 13:37:52 2004 for wxChecksums by doxygen 1.3.7