Hugintrunk
0.1
|
implementation of panel for stacker GUI More...
#include "StackerPanel.h"
#include <wx/stdpaths.h>
#include <wx/propgrid/advprops.h>
#include "base_wx/platform.h"
#include "base_wx/wxPlatform.h"
#include "base_wx/MyExternalCmdExecDialog.h"
#include "base_wx/Executor.h"
#include <wx/fileconf.h>
#include <wx/wfstream.h>
#include <wx/sstream.h>
#include <wx/filepicker.h>
#include <wx/dir.h>
#include "hugin_utils/utils.h"
#include "hugin_base/panodata/SrcPanoImage.h"
#include "base_wx/LensTools.h"
#include "base_wx/wxutils.h"
#include "CreateBrightImgDlg.h"
Go to the source code of this file.
Classes | |
class | SelectDirectoryFileDialog |
dialog for selection of directory and file name/type More... | |
class | StackerDropTarget |
file drag and drop handler method More... | |
Macros | |
#define | SORTASCENDING(functionName, var) |
#define | SORTDESCENDING(functionName, var) |
implementation of panel for stacker GUI
Definition in file StackerPanel.cpp.
#define SORTASCENDING | ( | functionName, | |
var | |||
) |
Definition at line 827 of file StackerPanel.cpp.
#define SORTDESCENDING | ( | functionName, | |
var | |||
) |
Definition at line 838 of file StackerPanel.cpp.