A Shorten file tag implementation.
More...
#include <shortentag.h>
A Shorten file tag implementation.
Tags for Shorten files.
This is a stub class; Shorten files do not support tags.
◆ Tag() [1/2]
TagLib::Shorten::Tag::Tag |
( |
| ) |
|
◆ ~Tag()
TagLib::Shorten::Tag::~Tag |
( |
| ) |
|
|
overridevirtual |
◆ Tag() [2/2]
TagLib::Shorten::Tag::Tag |
( |
const Tag & | | ) |
|
|
delete |
◆ album()
String TagLib::Shorten::Tag::album |
( |
| ) |
const |
|
overridevirtual |
◆ artist()
String TagLib::Shorten::Tag::artist |
( |
| ) |
const |
|
overridevirtual |
◆ comment()
String TagLib::Shorten::Tag::comment |
( |
| ) |
const |
|
overridevirtual |
◆ genre()
String TagLib::Shorten::Tag::genre |
( |
| ) |
const |
|
overridevirtual |
◆ operator=()
Tag & TagLib::Shorten::Tag::operator= |
( |
const Tag & | | ) |
|
|
delete |
◆ properties()
Implements the unified property interface – export function.
Reimplemented from TagLib::Tag.
◆ setAlbum()
void TagLib::Shorten::Tag::setAlbum |
( |
const String & | album | ) |
|
|
overridevirtual |
◆ setArtist()
void TagLib::Shorten::Tag::setArtist |
( |
const String & | artist | ) |
|
|
overridevirtual |
◆ setComment()
void TagLib::Shorten::Tag::setComment |
( |
const String & | comment | ) |
|
|
overridevirtual |
◆ setGenre()
void TagLib::Shorten::Tag::setGenre |
( |
const String & | genre | ) |
|
|
overridevirtual |
◆ setProperties()
◆ setTitle()
void TagLib::Shorten::Tag::setTitle |
( |
const String & | title | ) |
|
|
overridevirtual |
◆ setTrack()
void TagLib::Shorten::Tag::setTrack |
( |
unsigned int | track | ) |
|
|
overridevirtual |
◆ setYear()
void TagLib::Shorten::Tag::setYear |
( |
unsigned int | year | ) |
|
|
overridevirtual |
◆ title()
String TagLib::Shorten::Tag::title |
( |
| ) |
const |
|
overridevirtual |
◆ track()
unsigned int TagLib::Shorten::Tag::track |
( |
| ) |
const |
|
overridevirtual |
◆ year()
unsigned int TagLib::Shorten::Tag::year |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following file: