#include <PanoOperation.h>
Inheritance diagram for PanoOperation::NewLensOperation:

Public Member Functions | |
| virtual bool | IsEnabled (PT::Panorama &pano, HuginBase::UIntSet images, GuiLevel guiLevel) |
| return true, if operation is enabled with the given image set | |
| virtual wxString | GetLabel () |
Protected Member Functions | |
| virtual PT::PanoCommand * | GetInternalCommand (wxWindow *parent, PT::Panorama &pano, HuginBase::UIntSet images) |
| main working function, overwrite it in derived classes | |
Definition at line 115 of file PanoOperation.h.
|
||||||||||||||||
|
main working function, overwrite it in derived classes
Implements PanoOperation::PanoOperation. Definition at line 443 of file PanoOperation.cpp. |
|
|
Reimplemented from PanoOperation::PanoOperation. Definition at line 438 of file PanoOperation.cpp. |
|
||||||||||||||||
|
return true, if operation is enabled with the given image set
Reimplemented from PanoOperation::PanoOperation. Definition at line 425 of file PanoOperation.cpp. References HuginBase::StandardImageVariableGroups::getLenses(), HuginBase::Panorama::getNrOfImages(), and HuginBase::ConstImageVariableGroup::getNumberOfParts(). |
1.3.9.1