The AlbumArtistFrame class.
More...
#include <AlbumArtist.h>
|
| AlbumArtistFrame (TagLib::Ogg::XiphComment *tag) |
|
bool | read (QString &model) |
|
bool | write (const QString &model) |
|
virtual bool | is_frame_found () const |
|
|
bool | map_tag_to_model (QString &model) override |
|
bool | map_model_to_tag (const QString &model) override |
|
bool | value (TagLib::String &str) const |
|
void | set_value (const TagLib::String &value) |
|
void | set_value (const QString &value) |
|
TagLib::Ogg::XiphComment * | tag () const |
|
void | set_tag (TagLib::Ogg::XiphComment *tag) |
|
QString | convert_string (const TagLib::String &str) const |
|
TagLib::String | convert_string (const QString &str) const |
|
QString | key () const |
|
TagLib::String | tag_key () const |
|