#include <userdata.h>
◆ UserData() [1/2]
Jellyfin::ViewModel::UserData::UserData |
( |
QObject * | parent = nullptr | ) |
|
|
explicit |
◆ UserData() [2/2]
Jellyfin::ViewModel::UserData::UserData |
( |
QSharedPointer< DTO::UserItemDataDto > | data, |
|
|
QObject * | parent = nullptr ) |
|
explicit |
◆ favorite()
bool Jellyfin::ViewModel::UserData::favorite |
( |
| ) |
const |
|
inline |
◆ favoriteChanged
void Jellyfin::ViewModel::UserData::favoriteChanged |
( |
bool | newFavorite | ) |
|
|
signal |
◆ key()
QString Jellyfin::ViewModel::UserData::key |
( |
| ) |
const |
|
inline |
◆ keyChanged
void Jellyfin::ViewModel::UserData::keyChanged |
( |
QString | newKey | ) |
|
|
signal |
◆ lastPlayedDate()
QDateTime Jellyfin::ViewModel::UserData::lastPlayedDate |
( |
| ) |
const |
|
inline |
◆ lastPlayedDateChanged
void Jellyfin::ViewModel::UserData::lastPlayedDateChanged |
( |
QDateTime | newLastPlayedDate | ) |
|
|
signal |
◆ likes()
bool Jellyfin::ViewModel::UserData::likes |
( |
| ) |
const |
|
inline |
◆ likesChanged
void Jellyfin::ViewModel::UserData::likesChanged |
( |
bool | newLikes | ) |
|
|
signal |
◆ playbackPositionTicks()
qint64 Jellyfin::ViewModel::UserData::playbackPositionTicks |
( |
| ) |
const |
|
inline |
◆ playbackPositionTicksChanged
void Jellyfin::ViewModel::UserData::playbackPositionTicksChanged |
( |
qint64 | newPlaybackPositionTicks | ) |
|
|
signal |
◆ playCount()
int Jellyfin::ViewModel::UserData::playCount |
( |
| ) |
const |
|
inline |
◆ playCountChanged
void Jellyfin::ViewModel::UserData::playCountChanged |
( |
int | newPlayCount | ) |
|
|
signal |
◆ played()
bool Jellyfin::ViewModel::UserData::played |
( |
| ) |
const |
|
inline |
◆ playedChanged
void Jellyfin::ViewModel::UserData::playedChanged |
( |
bool | newPLayed | ) |
|
|
signal |
◆ playedPercentage()
double Jellyfin::ViewModel::UserData::playedPercentage |
( |
| ) |
const |
|
inline |
◆ playedPercentageChanged
void Jellyfin::ViewModel::UserData::playedPercentageChanged |
( |
double | newPlayedPercentage | ) |
|
|
signal |
◆ rating()
double Jellyfin::ViewModel::UserData::rating |
( |
| ) |
const |
|
inline |
◆ ratingChanged
void Jellyfin::ViewModel::UserData::ratingChanged |
( |
double | newRating | ) |
|
|
signal |
◆ setData()
◆ unplayedItemCount()
int Jellyfin::ViewModel::UserData::unplayedItemCount |
( |
| ) |
const |
|
inline |
◆ unplayedItemCountChanged
void Jellyfin::ViewModel::UserData::unplayedItemCountChanged |
( |
int | newUnplayedItemCount | ) |
|
|
signal |
◆ favorite
bool Jellyfin::ViewModel::UserData::favorite |
|
read |
◆ key
QString Jellyfin::ViewModel::UserData::key |
|
read |
◆ lastPlayedDate
QDateTime Jellyfin::ViewModel::UserData::lastPlayedDate |
|
read |
◆ m_likes
bool Jellyfin::ViewModel::UserData::m_likes |
|
read |
◆ playbackPositionTicks
qint64 Jellyfin::ViewModel::UserData::playbackPositionTicks |
|
read |
◆ playCount
int Jellyfin::ViewModel::UserData::playCount |
|
read |
◆ played
bool Jellyfin::ViewModel::UserData::played |
|
read |
◆ playedPercentage
double Jellyfin::ViewModel::UserData::playedPercentage |
|
read |
◆ rating
double Jellyfin::ViewModel::UserData::rating |
|
read |
◆ unplayedItemCount
int Jellyfin::ViewModel::UserData::unplayedItemCount |
|
read |
The documentation for this class was generated from the following files: