#include <xmp.h>
Public Member Functions | |
Xmp () | |
Xmp (const QString &fileName) | |
~Xmp () | |
bool | isValid () const |
bool | supportsEntry (QuillMetadata::Tag tag) const |
bool | hasEntry (QuillMetadata::Tag tag) const |
QVariant | entry (QuillMetadata::Tag tag) const |
void | setEntry (QuillMetadata::Tag tag, const QVariant &entry) |
void | removeEntry (QuillMetadata::Tag tag) |
bool | write (const QString &fileName) const |
Xmp::Xmp | ( | ) |
Xmp::Xmp | ( | const QString & | fileName | ) |
Xmp::~Xmp | ( | ) |
QVariant Xmp::entry | ( | QuillMetadata::Tag | tag | ) | const [virtual] |
Implements MetadataRepresentation.
bool Xmp::hasEntry | ( | QuillMetadata::Tag | tag | ) | const [virtual] |
Implements MetadataRepresentation.
bool Xmp::isValid | ( | ) | const [virtual] |
Implements MetadataRepresentation.
void Xmp::removeEntry | ( | QuillMetadata::Tag | tag | ) | [virtual] |
Implements MetadataRepresentation.
void Xmp::setEntry | ( | QuillMetadata::Tag | tag, | |
const QVariant & | entry | |||
) | [virtual] |
Implements MetadataRepresentation.
bool Xmp::supportsEntry | ( | QuillMetadata::Tag | tag | ) | const [virtual] |
Implements MetadataRepresentation.
bool Xmp::write | ( | const QString & | fileName | ) | const |
Reimplemented from MetadataRepresentation.