#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::ExifData &exifData) const |
| Delete the thumbnail image, incl IFD1 metadata from the file. | |
| int | eraseExifData (Exiv2::ExifData &exifData) const |
| Erase the complete Exif data block from the file. | |
|
|
Application interface to perform a task.
Implements Action::Task.
|
1.3.8