Hugintrunk
0.1
|
PanoOperation to save lens to ini file or database. More...
#include <PanoOperation.h>
Public Member Functions | |
SaveLensOperation (bool toDatabase) | |
virtual wxString | GetLabel () |
Public Member Functions inherited from PanoOperation::PanoSingleImageOperation | |
virtual bool | IsEnabled (HuginBase::Panorama &pano, HuginBase::UIntSet images, GuiLevel guiLevel) |
return true, if operation is enabled with the given image set More... | |
Public Member Functions inherited from PanoOperation::PanoOperation | |
virtual | ~PanoOperation () |
virtual destructor, does currently nothing More... | |
virtual PanoCommand::PanoCommand * | GetCommand (wxWindow *parent, HuginBase::Panorama &pano, HuginBase::UIntSet images, GuiLevel guiLevel) |
returns the appropriate PanoCommand::PanoCommand to be inserted into GlobalCmdHistory, checks if operation is enabled More... | |
Protected Member Functions | |
virtual PanoCommand::PanoCommand * | GetInternalCommand (wxWindow *parent, HuginBase::Panorama &pano, HuginBase::UIntSet images) |
main working function, overwrite it in derived classes More... | |
Private Attributes | |
bool | m_database |
Additional Inherited Members | |
Protected Attributes inherited from PanoOperation::PanoOperation | |
GuiLevel | m_guiLevel |
PanoOperation to save lens to ini file or database.
Definition at line 165 of file PanoOperation.h.
PanoOperation::SaveLensOperation::SaveLensOperation | ( | bool | toDatabase | ) |
Definition at line 681 of file PanoOperation.cpp.
References m_database.
|
protectedvirtual |
main working function, overwrite it in derived classes
Implements PanoOperation::PanoOperation.
Definition at line 698 of file PanoOperation.cpp.
References HuginBase::Panorama::getImage(), m_database, SaveLensParameters(), and SaveLensParametersToIni().
|
virtual |
Reimplemented from PanoOperation::PanoOperation.
Definition at line 686 of file PanoOperation.cpp.
References m_database.
|
private |
Definition at line 174 of file PanoOperation.h.
Referenced by GetInternalCommand(), GetLabel(), and SaveLensOperation().