Hugintrunk
0.1
|
PanoOperation which works only with one selected image. More...
#include <PanoOperation.h>
Public Member Functions | |
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... | |
virtual wxString | GetLabel () |
Additional Inherited Members | |
Protected Member Functions inherited from PanoOperation::PanoOperation | |
virtual PanoCommand::PanoCommand * | GetInternalCommand (wxWindow *parent, HuginBase::Panorama &pano, HuginBase::UIntSet images)=0 |
main working function, overwrite it in derived classes More... | |
Protected Attributes inherited from PanoOperation::PanoOperation | |
GuiLevel | m_guiLevel |
PanoOperation which works only with one selected image.
Definition at line 57 of file PanoOperation.h.
|
virtual |
return true, if operation is enabled with the given image set
Reimplemented from PanoOperation::PanoOperation.
Definition at line 76 of file PanoOperation.cpp.