#include <actions.hpp>


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 | |
| static void | applyCommands (Exiv2::Image *pImage) |
| Apply modification commands to the pImage. | |
| int Action::Modify::run | ( | const std::string & | path | ) | [virtual] |
Application interface to perform a task.
| path | Path of the file to process. |
Implements Action::Task.
1.5.4