TagLib API Documentation
Public Member Functions | List of all members
TagLib::Shorten::Tag Class Reference

A Shorten file tag implementation. More...

#include <shortentag.h>

Inheritance diagram for TagLib::Shorten::Tag:
[legend]
Collaboration diagram for TagLib::Shorten::Tag:
[legend]

Public Member Functions

 Tag ()
 
 ~Tag () override
 
 Tag (const Tag &)=delete
 
Tagoperator= (const Tag &)=delete
 
String title () const override
 
String artist () const override
 
String album () const override
 
String comment () const override
 
String genre () const override
 
unsigned int year () const override
 
unsigned int track () const override
 
void setTitle (const String &title) override
 
void setArtist (const String &artist) override
 
void setAlbum (const String &album) override
 
void setComment (const String &comment) override
 
void setGenre (const String &genre) override
 
void setYear (unsigned int year) override
 
void setTrack (unsigned int track) override
 
PropertyMap properties () const override
 
PropertyMap setProperties (const PropertyMap &) override
 
- Public Member Functions inherited from TagLib::Tag
 Tag (const Tag &)=delete
 
Tagoperator= (const Tag &)=delete
 
virtual void removeUnsupportedProperties (const StringList &properties)
 
virtual StringList complexPropertyKeys () const
 
virtual List< VariantMapcomplexProperties (const String &key) const
 
virtual bool setComplexProperties (const String &key, const List< VariantMap > &value)
 
virtual bool isEmpty () const
 

Additional Inherited Members

- Static Public Member Functions inherited from TagLib::Tag
static void duplicate (const Tag *source, Tag *target, bool overwrite=true)
 
static String joinTagValues (const StringList &values)
 
- Protected Member Functions inherited from TagLib::Tag
 Tag ()
 

Detailed Description

A Shorten file tag implementation.

Tags for Shorten files.

This is a stub class; Shorten files do not support tags.

Constructor & Destructor Documentation

◆ Tag() [1/2]

TagLib::Shorten::Tag::Tag ( )

◆ ~Tag()

TagLib::Shorten::Tag::~Tag ( )
overridevirtual

Destroys this Tag instance.

Reimplemented from TagLib::Tag.

◆ Tag() [2/2]

TagLib::Shorten::Tag::Tag ( const Tag )
delete

Member Function Documentation

◆ album()

String TagLib::Shorten::Tag::album ( ) const
overridevirtual

Not supported by Shorten files. Therefore always returns an empty string.

Implements TagLib::Tag.

◆ artist()

String TagLib::Shorten::Tag::artist ( ) const
overridevirtual

Not supported by Shorten files. Therefore always returns an empty string.

Implements TagLib::Tag.

◆ comment()

String TagLib::Shorten::Tag::comment ( ) const
overridevirtual

Not supported by Shorten files. Therefore always returns an empty string.

Implements TagLib::Tag.

◆ genre()

String TagLib::Shorten::Tag::genre ( ) const
overridevirtual

Not supported by Shorten files. Therefore always returns an empty string.

Implements TagLib::Tag.

◆ operator=()

Tag & TagLib::Shorten::Tag::operator= ( const Tag )
delete

◆ properties()

PropertyMap TagLib::Shorten::Tag::properties ( ) const
overridevirtual

Implements the unified property interface – export function.

Reimplemented from TagLib::Tag.

◆ setAlbum()

void TagLib::Shorten::Tag::setAlbum ( const String album)
overridevirtual

Not supported by Shorten files and therefore ignored.

Implements TagLib::Tag.

◆ setArtist()

void TagLib::Shorten::Tag::setArtist ( const String artist)
overridevirtual

Not supported by Shorten files and therefore ignored.

Implements TagLib::Tag.

◆ setComment()

void TagLib::Shorten::Tag::setComment ( const String comment)
overridevirtual

Not supported by Shorten files and therefore ignored.

Implements TagLib::Tag.

◆ setGenre()

void TagLib::Shorten::Tag::setGenre ( const String genre)
overridevirtual

Not supported by Shorten files and therefore ignored.

Implements TagLib::Tag.

◆ setProperties()

PropertyMap TagLib::Shorten::Tag::setProperties ( const PropertyMap )
overridevirtual

Implements the unified property interface – import function.

Reimplemented from TagLib::Tag.

◆ setTitle()

void TagLib::Shorten::Tag::setTitle ( const String title)
overridevirtual

Not supported by Shorten files and therefore ignored.

Implements TagLib::Tag.

◆ setTrack()

void TagLib::Shorten::Tag::setTrack ( unsigned int  track)
overridevirtual

Not supported by Shorten files and therefore ignored.

Implements TagLib::Tag.

◆ setYear()

void TagLib::Shorten::Tag::setYear ( unsigned int  year)
overridevirtual

Not supported by Shorten files and therefore ignored.

Implements TagLib::Tag.

◆ title()

String TagLib::Shorten::Tag::title ( ) const
overridevirtual

Not supported by Shorten files. Therefore always returns an empty string.

Implements TagLib::Tag.

◆ track()

unsigned int TagLib::Shorten::Tag::track ( ) const
overridevirtual

Not supported by Shorten files. Therefore always returns 0.

Implements TagLib::Tag.

◆ year()

unsigned int TagLib::Shorten::Tag::year ( ) const
overridevirtual

Not supported by Shorten files. Therefore always returns 0.

Implements TagLib::Tag.


The documentation for this class was generated from the following file: