|
Hugintrunk
0.1
|
implementation of panel for enfuse GUI More...
#include "EnfusePanel.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 "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 | EnfuseDropTarget |
| file drag and drop handler method More... | |
Functions | |
| void | SetPropertyGridContent (wxPropertyGrid *grid, const wxString values) |
| wxString | GetPropertyGridContent (const wxPropertyGrid *grid) |
| wxFileConfig * | ReadIni (const wxString &filename) |
Variables | |
| static const wxString | defaultIni |
| default ini, if no one exists load this one More... | |
implementation of panel for enfuse GUI
Definition in file EnfusePanel.cpp.
| wxString GetPropertyGridContent | ( | const wxPropertyGrid * | grid | ) |
Definition at line 138 of file EnfusePanel.cpp.
Referenced by EnfusePanel::OnSaveSetting(), and EnfusePanel::~EnfusePanel().
| wxFileConfig* ReadIni | ( | const wxString & | filename | ) |
Definition at line 483 of file EnfusePanel.cpp.
References defaultIni.
Referenced by EnfusePanel::OnLoadSetting(), and EnfusePanel::OnSaveSetting().
| void SetPropertyGridContent | ( | wxPropertyGrid * | grid, |
| const wxString | values | ||
| ) |
Definition at line 88 of file EnfusePanel.cpp.
Referenced by EnfusePanel::Create(), and EnfusePanel::OnLoadSetting().
|
static |
default ini, if no one exists load this one
Definition at line 477 of file EnfusePanel.cpp.
Referenced by ReadIni().
1.8.5