CExifTag Class Reference
API published in: S60 3rd Ed
Link against: exiflib.lib
Capability Information
Required Capabilities
None
#include <exiftag.h>
Detailed Description
Interface class for handling Exif Tags.
This class is used to get tag data from an Exif image.
Member Enumeration Documentation
|
Tag Data type enumeration.
- Enumerator:
-
ETagByte
|
|
ETagAscii
|
|
ETagShort
|
|
ETagLong
|
|
ETagRational
|
|
ETagUndefined
|
|
ETagSlong
|
|
ETagSrational
|
|
|
Constructor & Destructor Documentation
virtual CExifTag::~CExifTag |
( |
|
) |
[virtual] |
|
Member Function Documentation
virtual TPtrC8 CExifTag::Data |
( |
|
) |
const [pure virtual] |
|
|
Returns data contents of a tag.
- Parameters:
-
|
@return
|
Unmodifiable pointer to tag data. |
|
virtual CExifTag* CExifTag::DuplicateL
|
( |
|
) |
const [pure virtual] |
|
|
Duplicate constructor.
Creates an exact copy instance of the tag.
- Parameters:
-
|
@return
|
An instance of this class including the same contents of this instance. |
|
virtual TExifTagInfo CExifTag::TagInfo
|
( |
|
) |
const [pure virtual] |
|
|
Returns the informative fields of a tag.
- Parameters:
-
|
@return
|
TExifTagInfo structure including informative fields of a tag
|
|
The documentation for this class was generated from the following file: