CExifTag Class Reference

class CExifTag : public CBase
Interface class for handling Exif Tags. This class is used to get tag data from an Exif image. ExifLib
Since
2.6

Inherits from

Constructor & Destructor Documentation

~CExifTag()

~CExifTag ( ) [virtual]

Destructor.

Member Functions Documentation

Data()

TPtrC8 Data ( ) const [pure virtual]
Returns data contents of a tag
Since
2.6

DuplicateL()

CExifTag * DuplicateL ( ) const [pure virtual]
Duplicate constructor. Creates an exact copy instance of the tag.
Since
2.6

TagInfo()

TExifTagInfo TagInfo ( ) const [pure virtual]
Returns the informative fields of a tag.
Since
2.6

Member Enumerations Documentation

Enum TExifTagDataType

Tag Data type enumeration.

Enumerators

ETagByte = 1
ETagAscii = 2
ETagShort = 3
ETagLong = 4
ETagRational = 5
ETagUndefined = 7
ETagSlong = 9
ETagSrational = 10