#include <actions.hpp>
Inheritance diagram for Action::Modify:
Public Types | |
typedef std::auto_ptr< Modify > | 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. | |
Static Public Member Functions | |
int | applyCommands (Exiv2::Image *pImage) |
Apply modification commands to the pImage, return 0 if successful. |
|
Application interface to perform a task.
Implements Action::Task. |