Public Types | Public Member Functions

Action::Adjust Class Reference

Adjust the Exif (or other metadata) timestamps More...

#include <actions.hpp>

Inheritance diagram for Action::Adjust:
Collaboration diagram for Action::Adjust:

List of all members.

Public Types

typedef std::auto_ptr< AdjustAutoPtr
 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.

Detailed Description

Adjust the Exif (or other metadata) timestamps


Member Function Documentation

int Action::Adjust::run ( const std::string &  path  )  [virtual]

Application interface to perform a task.

Parameters:
path Path of the file to process.
Returns:
0 if successful.

Implements Action::Task.

References Params::adjustment_, Exiv2::ExifData::empty(), Exiv2::fileExists(), Params::instance(), Exiv2::ImageFactory::open(), and Params::yodAdjust_.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines