Hugintrunk
0.1
|
start a new project, reset options to values in preferences More...
#include <wxPanoCommand.h>
Public Member Functions | |
wxNewProjectCmd (HuginBase::Panorama &p) | |
virtual bool | processPanorama (HuginBase::Panorama &pano) |
Called by execute(). More... | |
virtual std::string | getName () const |
returns the name of the command More... | |
Public Member Functions inherited from PanoCommand::PanoCommand | |
PanoCommand (HuginBase::Panorama &pano) | |
constructor More... | |
PanoCommand (HuginBase::Panorama &pano, const std::string &commandName) | |
virtual | ~PanoCommand () |
destructor More... | |
virtual void | execute () |
execute the command. More... | |
virtual void | undo () |
undo execute() [virtual] More... | |
virtual void | redo () |
redo execute() [virtual] More... | |
virtual void | setName (const std::string &newName) |
sets the name for the command More... | |
virtual bool | wasSuccessful () const |
Additional Inherited Members | |
Protected Member Functions inherited from PanoCommand::PanoCommand | |
virtual void | setSuccessful (bool success=true) |
virtual void | saveMemento () |
saves the state for undo More... | |
virtual void | saveRedoMemento () |
saves the state for redo More... | |
Protected Attributes inherited from PanoCommand::PanoCommand | |
HuginBase::Panorama & | m_pano |
internal variables More... | |
HuginBase::PanoramaDataMemento * | m_memento |
HuginBase::PanoramaDataMemento * | m_redoMemento |
bool | m_clearDirty |
start a new project, reset options to values in preferences
Definition at line 85 of file wxPanoCommand.h.
|
inlineexplicit |
Definition at line 88 of file wxPanoCommand.h.
|
inlinevirtual |
returns the name of the command
Reimplemented from PanoCommand::PanoCommand.
Definition at line 90 of file wxPanoCommand.h.
|
virtual |
Called by execute().
The default implementation does nothing and returns true. Should return false when the processing was unsuccessful.
Reimplemented from PanoCommand::PanoCommand.
Definition at line 737 of file wxPanoCommand.cpp.
References HuginBase::PanoramaOptions::blendMode, HuginBase::PanoramaOptions::enblendOptions, HuginBase::PanoramaOptions::enfuseOptions, HuginBase::Panorama::getOptions(), HuginBase::PanoramaOptions::HDRMERGE_AVERAGE, HuginBase::PanoramaOptions::hdrMergeMode, HuginBase::PanoramaOptions::hdrmergeOptions, HUGIN_DEFAULT_BLENDER, HUGIN_ENBLEND_ARGS, HUGIN_ENFUSE_ARGS, HUGIN_HDRMERGE_ARGS, HUGIN_JPEG_QUALITY, HUGIN_LDR_OUTPUT_FORMAT, HUGIN_NONA_CROPPEDIMAGES, HUGIN_NONA_INTERPOLATOR, HUGIN_NONA_USEGPU, HUGIN_TIFF_COMPRESSION, HuginBase::PanoramaOptions::interpolator, HuginBase::OPT_EXPOSURE, HuginBase::OPT_PAIR, HuginBase::OPT_RESPONSE, HuginBase::OPT_VIGNETTING, HuginBase::PanoramaOptions::outputFormat, HuginBase::PanoramaOptions::outputImageType, HuginBase::PanoramaOptions::outputImageTypeCompression, HuginBase::PanoramaOptions::quality, HuginBase::PanoramaOptions::remapUsingGPU, HuginBase::Panorama::reset(), HuginBase::Panorama::setOptimizerSwitch(), HuginBase::Panorama::setOptions(), HuginBase::Panorama::setPhotometricOptimizerSwitch(), HuginBase::PanoramaOptions::TIFF_m, HuginBase::PanoramaOptions::tiff_saveROI, HuginBase::PanoramaOptions::tiffCompression, and HuginBase::PanoramaOptions::verdandiOptions.