26 #ifndef TAGLIB_APEITEM_H 27 #define TAGLIB_APEITEM_H 88 void swap(
Item &item) noexcept;
110 void setKey(
const String &key);
117 void setValue(
const String &value);
132 void appendValue(
const String &value);
172 void setReadOnly(
bool readOnly);
177 bool isReadOnly()
const;
184 void setType(ItemTypes val);
189 ItemTypes type()
const;
194 bool isEmpty()
const;
199 std::unique_ptr<ItemPrivate> d;
A wide string class suitable for unicode.
Definition: tstring.h:82
A byte vector.
Definition: tbytevector.h:45
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
A list of strings.
Definition: tstringlist.h:43
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
An implementation of APE-items.
Definition: apeitem.h:40
ItemTypes
Definition: apeitem.h:46
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41