Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > b36c97ff723e66f0f38bce83645c99dc > files > 5

exiv2-doc-0.18.2-1mdv2010.0.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Exiv2: actions.hpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.9 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li><a href="examples.html"><span>Examples</span></a></li>
    <li>
      <form action="search.php" method="get">
        <table cellspacing="0" cellpadding="0" border="0">
          <tr>
            <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
            <td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
          </tr>
        </table>
      </form>
    </li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>actions.hpp File Reference</h1>Implements base class Task, TaskFactory and the various supported actions (derived from Task).  
<a href="#_details">More...</a>
<p>
<code>#include &lt;string&gt;</code><br>
<code>#include &lt;map&gt;</code><br>
<code>#include &quot;<a class="el" href="exiv2_8hpp.html">exiv2.hpp</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="image_8hpp.html">image.hpp</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="exif_8hpp.html">exif.hpp</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="iptc_8hpp.html">iptc.hpp</a>&quot;</code><br>

<p>
<div class="dynheader">
Include dependency graph for actions.hpp:</div>
<div class="dynsection">
<p><center><img src="actions_8hpp__incl.png" border="0" usemap="#actions.hpp_map" alt=""></center>
<map name="actions.hpp_map">
<area shape="rect" id="node7" href="exiv2_8hpp.html" title="Defines class Params, used for the command line handling of exiv2." alt="" coords="165,453,277,480"><area shape="rect" id="node35" href="image_8hpp.html" title="Class Image, defining the interface for all Image subclasses." alt="" coords="1111,80,1223,107"><area shape="rect" id="node46" href="exif_8hpp.html" title="Encoding and decoding of Exif data." alt="" coords="573,229,675,256"><area shape="rect" id="node78" href="iptc_8hpp.html" title="Encoding and decoding of IPTC data." alt="" coords="1395,229,1496,256"><area shape="rect" id="node9" href="utils_8hpp.html" title="A collection of utility functions." alt="" coords="259,528,371,555"><area shape="rect" id="node12" href="types_8hpp.html" title="Type definitions for Exiv2 and related functionality." alt="" coords="1509,528,1621,555"><area shape="rect" id="node14" href="version_8hpp.html" title="Precompiler define and a function to test the Exiv2 version. References: Similar..." alt="" coords="1313,603,1444,629"><area shape="rect" id="node38" href="basicio_8hpp.html" title="Simple binary IO abstraction." alt="" coords="1203,453,1333,480"><area shape="rect" id="node100" href="xmp_8hpp.html" title="Encoding and decoding of XMP data." alt="" coords="944,155,1035,181"><area shape="rect" id="node48" href="metadatum_8hpp.html" title="Provides abstract base classes Metadatum and Key." alt="" coords="952,379,1104,405"><area shape="rect" id="node51" href="value_8hpp.html" title="Value interface and concrete subclasses." alt="" coords="813,453,925,480"><area shape="rect" id="node64" href="tags_8hpp.html" title="Exif tag and type information." alt="" coords="800,304,901,331"><area shape="rect" id="node82" href="error_8hpp.html" title="Error class for exceptions." alt="" coords="2067,453,2179,480"><area shape="rect" id="node90" href="datasets_8hpp.html" title="IPTC dataset and type information." alt="" coords="1547,304,1688,331"><area shape="rect" id="node103" href="properties_8hpp.html" title="XMP property and type information. References: &#160;XMP Specification from Adobe (Property..." alt="" coords="1027,229,1187,256"></map>
</div>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAction_1_1Task.html">Action::Task</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Abstract base class for all concrete actions.  <a href="classAction_1_1Task.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAction_1_1TaskFactory.html">Action::TaskFactory</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classAction_1_1Task.html" title="Abstract base class for all concrete actions.">Task</a> factory.  <a href="classAction_1_1TaskFactory.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAction_1_1Print.html">Action::Print</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Print the Exif (or other metadata) of a file to stdout  <a href="classAction_1_1Print.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAction_1_1Rename.html">Action::Rename</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Rename a file to its metadate creation timestamp, in the specified format.  <a href="classAction_1_1Rename.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAction_1_1Adjust.html">Action::Adjust</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Adjust the Exif (or other metadata) timestamps  <a href="classAction_1_1Adjust.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAction_1_1Erase.html">Action::Erase</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Erase the entire exif data or only the thumbnail section.  <a href="classAction_1_1Erase.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAction_1_1Extract.html">Action::Extract</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Extract the entire exif data or only the thumbnail section.  <a href="classAction_1_1Extract.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAction_1_1Insert.html">Action::Insert</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Insert the Exif data from corresponding *.exv files.  <a href="classAction_1_1Insert.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAction_1_1Modify.html">Action::Modify</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Modify the Exif data according to the commands in the modification table.  <a href="classAction_1_1Modify.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAction_1_1FixIso.html">Action::FixIso</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Copy ISO settings from any of the Nikon makernotes to the regular Exif tag, Exif.Photo.ISOSpeedRatings.  <a href="classAction_1_1FixIso.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceExiv2.html">Exiv2</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Provides classes and functions to encode and decode Exif and Iptc data. The <b>libexiv2</b> API consists of the objects of this namespace. <br></td></tr>

<p>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceAction.html">Action</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Contains all action classes (task subclasses). <br></td></tr>

<p>
<tr><td colspan="2"><br><h2>Enumerations</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceAction.html#71af957ce05611bb128a23679e43b3d2">Action::TaskType</a> { <br>
&nbsp;&nbsp;<b>none</b>, 
<b>adjust</b>, 
<b>print</b>, 
<b>rename</b>, 
<br>
&nbsp;&nbsp;<b>erase</b>, 
<b>extract</b>, 
<b>insert</b>, 
<b>modify</b>, 
<br>
&nbsp;&nbsp;<b>fixiso</b>
<br>
 }</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Enumerates all tasks. <br></td></tr>
</table>
<hr><h2>Detailed Description</h2>
Implements base class Task, TaskFactory and the various supported actions (derived from Task). 
<p>
<dl class="version" compact><dt><b>Version:</b></dt><dd></dd></dl>
<dl class="rcs" compact><dt><b>Rev</b></dt><dd>1760 </dd></dl>
<dl class="author" compact><dt><b>Author:</b></dt><dd>Andreas Huggel (ahu) <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> </dd></dl>
<dl class="date" compact><dt><b>Date:</b></dt><dd>11-Dec-03, ahu: created </dd></dl>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Thu Jun 25 15:17:14 2009 for Exiv2 by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
</html>