#include <PanoCommand.h>
Inheritance diagram for PanoCommand::ChangeImageAutoCenterCropCmd:
Public Member Functions | |
ChangeImageAutoCenterCropCmd (HuginBase::Panorama &p, HuginBase::UIntSet image_numbers, bool value) | |
virtual bool | processPanorama (HuginBase::Panorama &pano) |
Called by execute(). | |
virtual std::string | getName () const |
returns the name of the command | |
Private Attributes | |
HuginBase::UIntSet | image_numbers |
bool | value |
Definition at line 692 of file PanoCommand.h.
PanoCommand::ChangeImageAutoCenterCropCmd::ChangeImageAutoCenterCropCmd | ( | HuginBase::Panorama & | p, | |
HuginBase::UIntSet | image_numbers, | |||
bool | value | |||
) | [inline] |
Definition at line 692 of file PanoCommand.h.
virtual std::string PanoCommand::ChangeImageAutoCenterCropCmd::getName | ( | ) | const [inline, virtual] |
returns the name of the command
Reimplemented from PanoCommand::PanoCommand.
Definition at line 692 of file PanoCommand.h.
bool PanoCommand::ChangeImageAutoCenterCropCmd::processPanorama | ( | HuginBase::Panorama & | pano | ) | [virtual] |
Called by execute().
The default implementation does nothing and returns true. Should return false when the processing was unsuccessful.
Reimplemented from PanoCommand::PanoCommand.
Definition at line 562 of file PanoCommand.cpp.
Definition at line 692 of file PanoCommand.h.
bool PanoCommand::ChangeImageAutoCenterCropCmd::value [private] |
Definition at line 692 of file PanoCommand.h.