|
Hugintrunk
0.1
|
implementation of read settings from papywizard xml file More...
#include "panoinc_WX.h"#include "PapywizardImport.h"#include "hugin_utils/utils.h"#include <wx/xml/xml.h>#include <wx/msgdlg.h>#include <wx/stdpaths.h>#include "hugin/huginApp.h"#include "base_wx/CommandHistory.h"#include "base_wx/PanoCommand.h"#include "base_wx/platform.h"#include "base_wx/wxutils.h"#include "base_wx/MyExternalCmdExecDialog.h"#include "base_wx/wxPanoCommand.h"#include "icpfind/AutoCtrlPointCreator.h"#include "hugin/config_defaults.h"
Go to the source code of this file.
Classes | |
| class | Papywizard::PapywizardSettings |
| class which holds all read settings from a Papywizard xml file More... | |
| struct | Papywizard::PapywizardSettings::PapywizardImage |
| class | Papywizard::PapywizardImportDialog |
Namespaces | |
| Papywizard | |
Functions | |
| bool | Papywizard::ParseHeader (wxXmlNode *root, PapywizardSettings &images) |
| parse header of papywizard file More... | |
| bool | Papywizard::ParseShoot (wxXmlNode *root, PapywizardSettings &images) |
| parse shoot section of papywizard file More... | |
| bool | Papywizard::ParsePapywizardFile (const wxString &filename, PapywizardSettings &images) |
| bool | Papywizard::ImportPapywizardFile (const wxString &filename, HuginBase::Panorama &pano) |
| import the settings from given filename into pano More... | |
implementation of read settings from papywizard xml file
Definition in file PapywizardImport.cpp.
1.8.5