#include <actions.hpp>
Inheritance diagram for Action::Erase:
Public Types | |
typedef std::auto_ptr< Erase > | AutoPtr |
Shortcut for an auto pointer. | |
Public Member Functions | |
virtual int | run (const std::string &path) |
Application interface to perform a task. | |
AutoPtr | clone () const |
Virtual copy construction. | |
int | eraseThumbnail (Exiv2::Image *image) const |
Delete the thumbnail image, incl IFD1 metadata from the file. | |
int | eraseExifData (Exiv2::Image *image) const |
Erase the complete Exif data block from the file. | |
int | eraseIptcData (Exiv2::Image *image) const |
Erase all Iptc data from the file. | |
int | eraseComment (Exiv2::Image *image) const |
Erase Jpeg comment from the file. | |
int | eraseXmpData (Exiv2::Image *image) const |
Erase XMP packet from the file. |
|
Application interface to perform a task.
Implements Action::Task. |