#include <asftag.h>
TagLib::ASF::Tag::Tag |
( |
) | |
|
virtual TagLib::ASF::Tag::~Tag |
( |
) | |
|
|
virtual |
void TagLib::ASF::Tag::addAttribute |
( |
const String & |
name, |
|
|
const Attribute & |
attribute |
|
) |
| |
Sets the key attribute to the value of attribute. If an attribute with the key is already present, it will be added to the list.
virtual String TagLib::ASF::Tag::album |
( |
) | |
const |
|
virtual |
Returns the album name; if no album name is present in the tag String::null will be returned.
Implements TagLib::Tag.
virtual String TagLib::ASF::Tag::artist |
( |
) | |
const |
|
virtual |
Returns a reference to the item list map. This is an AttributeListMap of all of the items in the tag.
This is the most powerfull structure for accessing the items of the tag.
virtual String TagLib::ASF::Tag::comment |
( |
) | |
const |
|
virtual |
virtual String TagLib::ASF::Tag::copyright |
( |
) | |
const |
|
virtual |
Returns the genre name; if no genre is present in the tag String::null will be returned.
virtual String TagLib::ASF::Tag::genre |
( |
) | |
const |
|
virtual |
virtual bool TagLib::ASF::Tag::isEmpty |
( |
) | |
const |
|
virtual |
Returns true if the tag does not contain any data. This should be reimplemented in subclasses that provide more than the basic tagging abilities in this class.
Reimplemented from TagLib::Tag.
virtual String TagLib::ASF::Tag::rating |
( |
) | |
const |
|
virtual |
void TagLib::ASF::Tag::removeItem |
( |
const String & |
name) | |
|
Removes the key attribute from the tag
void TagLib::ASF::Tag::removeUnsupportedProperties |
( |
const StringList & |
properties) | |
|
virtual void TagLib::ASF::Tag::setAlbum |
( |
const String & |
s) | |
|
|
virtual |
virtual void TagLib::ASF::Tag::setArtist |
( |
const String & |
s) | |
|
|
virtual |
void TagLib::ASF::Tag::setAttribute |
( |
const String & |
name, |
|
|
const Attribute & |
attribute |
|
) |
| |
Sets the key attribute to the value of attribute. If an attribute with the key is already present, it will be replaced.
virtual void TagLib::ASF::Tag::setComment |
( |
const String & |
s) | |
|
|
virtual |
virtual void TagLib::ASF::Tag::setCopyright |
( |
const String & |
s) | |
|
|
virtual |
virtual void TagLib::ASF::Tag::setGenre |
( |
const String & |
s) | |
|
|
virtual |
virtual void TagLib::ASF::Tag::setRating |
( |
const String & |
s) | |
|
|
virtual |
virtual void TagLib::ASF::Tag::setTitle |
( |
const String & |
s) | |
|
|
virtual |
virtual void TagLib::ASF::Tag::setTrack |
( |
uint |
i) | |
|
|
virtual |
Sets the track to i. If s is 0 then this value will be cleared.
Implements TagLib::Tag.
virtual void TagLib::ASF::Tag::setYear |
( |
uint |
i) | |
|
|
virtual |
Sets the year to i. If s is 0 then this value will be cleared.
Implements TagLib::Tag.
virtual String TagLib::ASF::Tag::title |
( |
) | |
const |
|
virtual |
virtual uint TagLib::ASF::Tag::track |
( |
) | |
const |
|
virtual |
Returns the track number; if there is no track number set, this will return 0.
Implements TagLib::Tag.
virtual uint TagLib::ASF::Tag::year |
( |
) | |
const |
|
virtual |
Returns the year; if there is no year set, this will return 0.
Implements TagLib::Tag.
The documentation for this class was generated from the following file: