Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
Papywizard Namespace Reference

Classes

class  PapywizardSettings
 class which holds all read settings from a Papywizard xml file More...
 
class  PapywizardImportDialog
 

Functions

bool ParseHeader (wxXmlNode *root, PapywizardSettings &images)
 parse header of papywizard file More...
 
bool ParseShoot (wxXmlNode *root, PapywizardSettings &images)
 parse shoot section of papywizard file More...
 
bool ParsePapywizardFile (const wxString &filename, PapywizardSettings &images)
 
bool ImportPapywizardFile (const wxString &filename, HuginBase::Panorama &pano)
 import the settings from given filename into pano More...
 

Function Documentation

bool Papywizard::ImportPapywizardFile ( const wxString &  filename,
HuginBase::Panorama pano 
)
bool Papywizard::ParseHeader ( wxXmlNode *  root,
PapywizardSettings &  images 
)
bool Papywizard::ParsePapywizardFile ( const wxString &  filename,
PapywizardSettings &  images 
)

Definition at line 241 of file PapywizardImport.cpp.

References ParseHeader(), and ParseShoot().

Referenced by ImportPapywizardFile().

bool Papywizard::ParseShoot ( wxXmlNode *  root,
PapywizardSettings &  images 
)