26 #ifndef TAGLIB_SHORTENTAG_H 27 #define TAGLIB_SHORTENTAG_H 48 Tag &operator=(
const Tag &) =
delete;
53 String title()
const override;
58 String artist()
const override;
63 String album()
const override;
68 String comment()
const override;
78 unsigned int year()
const override;
83 unsigned int track()
const override;
88 void setTitle(
const String &title)
override;
93 void setArtist(
const String &artist)
override;
98 void setAlbum(
const String &album)
override;
103 void setComment(
const String &comment)
override;
113 void setYear(
unsigned int year)
override;
118 void setTrack(
unsigned int track)
override;
133 std::unique_ptr<TagPrivate> d;
A map for format-independent <key,values> tag representations.
Definition: tpropertymap.h:122
A simple, generic interface to common audio metadata fields.
Definition: tag.h:48
A Shorten file tag implementation.
Definition: shortentag.h:41
A wide string class suitable for unicode.
Definition: tstring.h:82
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
String TAGLIB_EXPORT genre(int index)
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41