26 #ifndef TAGLIB_APEITEM_H
27 #define TAGLIB_APEITEM_H
110 #ifndef DO_NOT_DOCUMENT
118 void setKey(
const String &key);
125 void setValue(
const String &value);
140 void appendValue(
const String &value);
160 #ifndef DO_NOT_DOCUMENT
183 void setReadOnly(
bool readOnly);
188 bool isReadOnly()
const;
195 void setType(ItemTypes type);
200 ItemTypes type()
const;
205 bool isEmpty()
const;
A wide string class suitable for unicode.
Definition: tstring.h:78
A byte vector.
Definition: tbytevector.h:45
A list of strings.
Definition: tstringlist.h:45
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
An implementation of APE-items.
Definition: apeitem.h:42
ItemTypes
Definition: apeitem.h:48