|
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
PmtExifAccessor Class ReferenceProvides access to metadata stored in Exif formatted image files.
More...
#include <PmtExifAccessor.h>
Inheritance diagram for PmtExifAccessor: [legend]Collaboration diagram for PmtExifAccessor:[legend]List of all members.
Detailed Description
Provides access to metadata stored in Exif formatted image files.
One should never have to include this header file, nor use this interface directly. All access to this class' functionality should be through the PmtAccessor base class interface.
Constructor & Destructor Documentation
PmtExifAccessor::PmtExifAccessor |
( |
|
) |
[inline] |
|
PmtExifAccessor::PmtExifAccessor |
( |
const PmtExifAccessor & |
src |
) |
[inline] |
|
virtual PmtExifAccessor::~PmtExifAccessor |
( |
void |
|
) |
[virtual] |
|
Member Function Documentation
virtual PmtAccessorPtr PmtExifAccessor::clone |
( |
|
) |
const [inline, virtual] |
|
|
Return a copy of the PmtExifAccessor.
Implements PmtAccessor. |
void PmtExifAccessor::close |
( |
|
) |
[virtual] |
|
void PmtExifAccessor::getMdValue |
( |
PmtMetadataPtr & |
md |
) |
[protected, virtual] |
|
bool PmtExifAccessor::open |
( |
const char * |
name, |
|
|
PmtOpenMode |
mode = PMT_READONLY |
|
) |
[virtual] |
|
|
Opens an Exif image file for reading / writing (depending on the mode).
Implements PmtAccessor. |
|
Read all existing metadata and return a root metadata.
Reimplemented from PmtAccessor. |
bool PmtExifAccessor::recognize |
( |
const SPmtString & |
name |
) |
const [protected, virtual] |
|
|
Check if the given file is an Exif file.
Implements PmtAccessor. |
void PmtExifAccessor::setMdValue |
( |
const PmtMetadataPtr & |
md |
) |
[protected, virtual] |
|
The documentation for this class was generated from the following files:
|