Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
Playlist/queue that can be exposed to QML. More...
#include <playlist.h>
Public Types | |
enum | RoleNames { name = Qt::UserRole + 1 , artists , artistItems , runTimeTicks , playing , section } |
Public Member Functions | |
Playlist (Model::Playlist *data, QObject *parent=nullptr) | |
QVariant | data (const QModelIndex &parent, int role=Qt::DisplayRole) const override |
int | rowCount (const QModelIndex &parent) const override |
QHash< int, QByteArray > | roleNames () const override |
void | setPlaylistModel (Model::Playlist *data) |
Friends | |
class | ItemUrlFetcherThread |
Playlist/queue that can be exposed to QML.
|
explicit |
|
override |
|
override |
|
override |
void Jellyfin::ViewModel::Playlist::setPlaylistModel | ( | Model::Playlist * | data | ) |
|
friend |