|
TagLib 1.11.1 (apeitem.h Source File) |
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_APEITEM_H
27 #define TAGLIB_APEITEM_H
65 Item(
const String &key,
const String &value);
70 Item(
const String &key,
const StringList &values);
76 Item(
const String &key,
const ByteVector &value,
bool binary);
81 Item(
const Item &item);
91 Item &operator=(
const Item &item);
96 void swap(Item &item);
107 ByteVector binaryData()
const;
113 void setBinaryData(
const ByteVector &value);
115 #ifndef DO_NOT_DOCUMENT
117 ByteVector value()
const;
123 void setKey(
const String &key);
130 void setValue(
const String &value);
138 void setValues(
const StringList &values);
145 void appendValue(
const String &value);
166 #ifndef DO_NOT_DOCUMENT
190 void setReadOnly(
bool readOnly);
195 bool isReadOnly()
const;
212 bool isEmpty()
const;
A list of strings.
Definition: tstringlist.h:67
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
A byte vector.
Definition: tbytevector.h:67
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
ItemTypes
Definition: apeitem.h:111
A wide string class suitable for unicode.
Definition: tstring.h:85