Hugintrunk
0.1
|
PanoOperation to add several user selected images to the panorama. More...
#include <PanoOperation.h>
Public Member Functions | |
AddImageOperation (int preferredLensType=-1) | |
virtual wxString | GetLabel () |
Public Member Functions inherited from PanoOperation::PanoOperation | |
virtual | ~PanoOperation () |
virtual destructor, does currently nothing More... | |
virtual bool | IsEnabled (HuginBase::Panorama &pano, HuginBase::UIntSet images, GuiLevel guiLevel) |
return true, if operation is enabled with the given image set 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 | |
int | m_preferredLensType |
Additional Inherited Members | |
Protected Attributes inherited from PanoOperation::PanoOperation | |
GuiLevel | m_guiLevel |
PanoOperation to add several user selected images to the panorama.
Definition at line 73 of file PanoOperation.h.
|
inline |
Definition at line 76 of file PanoOperation.h.
|
protectedvirtual |
main working function, overwrite it in derived classes
Implements PanoOperation::PanoOperation.
Definition at line 217 of file PanoOperation.cpp.
References PanoOperation::AddImageDialog(), RawImportDialog::CheckRawFiles(), MainFrame::Get(), RawImportDialog::GetPanoCommand(), and m_preferredLensType.
|
virtual |
Reimplemented from PanoOperation::PanoOperation.
Definition at line 212 of file PanoOperation.cpp.
|
private |
Definition at line 81 of file PanoOperation.h.
Referenced by GetInternalCommand().