|
Hugintrunk
0.1
|
implementation of dialog to change user defined sequence More...
#include "FindPanoDialog.h"#include "base_wx/wxPlatform.h"#include "panoinc.h"#include "panodata/OptimizerSwitches.h"#include "PTBatcherGUI.h"#include "hugin_utils/alphanum.h"#include "hugin/config_defaults.h"#include "wx/mstream.h"#include <exiv2/exiv2.hpp>#include "base_wx/LensTools.h"#include "panodata/StandardImageVariableGroups.h"#include "base_wx/wxutils.h"
Go to the source code of this file.
Macros | |
| #define | THUMBSIZE 80 |
Enumerations | |
| enum | { ID_REMOVE_IMAGE = wxID_HIGHEST + 300, ID_SPLIT_PANOS = wxID_HIGHEST + 301 } |
Functions | |
| int | SortWxFilenames (const wxString &s1, const wxString &s2) |
implementation of dialog to change user defined sequence
implementation of FindPanoDialog class
Definition in file FindPanoDialog.cpp.
| #define THUMBSIZE 80 |
Definition at line 59 of file FindPanoDialog.cpp.
Referenced by FindPanoDialog::FindPanoDialog(), and PossiblePano::PopulateListCtrl().
| anonymous enum |
| Enumerator | |
|---|---|
| ID_REMOVE_IMAGE | |
| ID_SPLIT_PANOS | |
Definition at line 47 of file FindPanoDialog.cpp.
| int SortWxFilenames | ( | const wxString & | s1, |
| const wxString & | s2 | ||
| ) |
Definition at line 417 of file FindPanoDialog.cpp.
References doj::alphanum_comp().
Referenced by FindPanoDialog::SearchInDir().
1.8.5