|
| SoundcloudJsonParser (const QByteArray &content) |
|
bool | get_string (const QString &key, const QJsonObject &object, QString &str) |
|
bool | get_int (const QString &key, const QJsonObject &object, int &i) |
|
bool | get_array (const QString &key, const QJsonObject &object, QJsonArray &arr) |
|
bool | get_object (const QString &key, const QJsonObject &object, QJsonObject &o) |
|
bool | parse_artists (ArtistList &artists) |
|
bool | parse_tracks (ArtistList &artists, MetaDataList &v_md) |
|
bool | parse_playlists (ArtistList &artists, AlbumList &albums, MetaDataList &v_md) |
|