![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <userdata.h>
Signals | |
| void | ratingChanged (double newRating) |
| void | playedPercentageChanged (double newPlayedPercentage) |
| void | unplayedItemCountChanged (int newUnplayedItemCount) |
| void | playbackPositionTicksChanged (qint64 newPlaybackPositionTicks) |
| void | playCountChanged (int newPlayCount) |
| void | favoriteChanged (bool newFavorite) |
| void | likesChanged (bool newLikes) |
| void | lastPlayedDateChanged (QDateTime newLastPlayedDate) |
| void | playedChanged (bool newPLayed) |
| void | keyChanged (QString newKey) |
Public Member Functions | |
| UserData (QObject *parent=nullptr) | |
| UserData (QSharedPointer< DTO::UserItemDataDto > data, QObject *parent=nullptr) | |
| void | setData (QSharedPointer< DTO::UserItemDataDto > data) |
| double | rating () const |
| double | playedPercentage () const |
| int | unplayedItemCount () const |
| qint64 | playbackPositionTicks () const |
| int | playCount () const |
| bool | favorite () const |
| bool | likes () const |
| QDateTime | lastPlayedDate () const |
| bool | played () const |
| QString | key () const |
Properties | |
| double | rating |
| double | playedPercentage |
| int | unplayedItemCount |
| qint64 | playbackPositionTicks |
| int | playCount |
| bool | favorite |
| bool | m_likes |
| QDateTime | lastPlayedDate |
| bool | played |
| QString | key |
|
explicit |
|
explicit |
|
inline |
|
signal |
|
inline |
|
signal |
|
inline |
|
signal |
|
inline |
|
signal |
|
inline |
|
signal |
|
inline |
|
signal |
|
inline |
|
signal |
|
inline |
|
signal |
|
inline |
|
signal |
| void Jellyfin::ViewModel::UserData::setData | ( | QSharedPointer< DTO::UserItemDataDto > | data | ) |
|
inline |
|
signal |
|
read |
|
read |
|
read |
|
read |
|
read |
|
read |
|
read |