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

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 PT::PanoCommand * | GetCommand (wxWindow *parent, PT::Panorama &pano, HuginBase::UIntSet images, GuiLevel guiLevel) |
| returns the appropriate PT::PanoCommand to be inserted into GlobalCmdHistory, checks if operation is enabled | |
| virtual wxString | GetLabel () |
Protected Member Functions | |
| virtual PT::PanoCommand * | GetInternalCommand (wxWindow *parent, PT::Panorama &pano, HuginBase::UIntSet images)=0 |
| main working function, overwrite it in derived classes | |
Protected Attributes | |
| GuiLevel | m_guiLevel |
Definition at line 38 of file PanoOperation.h.
|
||||||||||||||||||||
|
returns the appropriate PT::PanoCommand to be inserted into GlobalCmdHistory, checks if operation is enabled
Definition at line 56 of file PanoOperation.cpp. References GetInternalCommand(), IsEnabled(), and m_guiLevel. Referenced by MainFrame::OnAddImages(), MainFrame::OnAddTimeImages(), ImagesTreeCtrl::OnExecuteOperation(), GLPreviewFrame::OnLoadImages(), OptimizePhotometricPanel::OnReset(), and OptimizePanel::OnReset(). |
|
||||||||||||||||
|
|
||||||||||||||||
|
return true, if operation is enabled with the given image set
Reimplemented in PanoOperation::PanoSingleImageOperation, PanoOperation::PanoMultiImageOperation, PanoOperation::NewLensOperation, PanoOperation::ChangeLensOperation, PanoOperation::RemoveControlPointsOperation, PanoOperation::CleanControlPointsOperation, PanoOperation::ResetOperation, PanoOperation::NewStackOperation, PanoOperation::ChangeStackOperation, and PanoOperation::AssignStacksOperation. Definition at line 51 of file PanoOperation.cpp. Referenced by GetCommand(). |
|
|
Definition at line 50 of file PanoOperation.h. Referenced by GetCommand(). |
1.3.9.1