![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <thememediaresult.h>
Public Member Functions | |
| ThemeMediaResult (QList< BaseItemDto > items, qint32 totalRecordCount, qint32 startIndex, QString ownerId) | |
| ThemeMediaResult (const ThemeMediaResult &other) | |
| void | replaceData (ThemeMediaResult &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QList< BaseItemDto > | items () const |
| Gets or sets the items. | |
| void | setItems (QList< BaseItemDto > newItems) |
| Gets or sets the items. | |
| qint32 | totalRecordCount () const |
| Gets or sets the total number of records available. | |
| void | setTotalRecordCount (qint32 newTotalRecordCount) |
| Gets or sets the total number of records available. | |
| qint32 | startIndex () const |
| Gets or sets the index of the first record in Items. | |
| void | setStartIndex (qint32 newStartIndex) |
| Gets or sets the index of the first record in Items. | |
| QString | ownerId () const |
| Gets or sets the owner id. | |
| void | setOwnerId (QString newOwnerId) |
| Gets or sets the owner id. | |
Static Public Member Functions | |
| static ThemeMediaResult | fromJson (QJsonObject source) |
Protected Attributes | |
| QList< BaseItemDto > | m_items |
| qint32 | m_totalRecordCount |
| qint32 | m_startIndex |
| QString | m_ownerId |
| Jellyfin::DTO::ThemeMediaResult::ThemeMediaResult | ( | QList< BaseItemDto > | items, |
| qint32 | totalRecordCount, | ||
| qint32 | startIndex, | ||
| QString | ownerId ) |
| Jellyfin::DTO::ThemeMediaResult::ThemeMediaResult | ( | const ThemeMediaResult & | other | ) |
|
static |
| QList< BaseItemDto > Jellyfin::DTO::ThemeMediaResult::items | ( | ) | const |
Gets or sets the items.
| QString Jellyfin::DTO::ThemeMediaResult::ownerId | ( | ) | const |
Gets or sets the owner id.
| void Jellyfin::DTO::ThemeMediaResult::replaceData | ( | ThemeMediaResult & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::ThemeMediaResult::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::ThemeMediaResult::setItems | ( | QList< BaseItemDto > | newItems | ) |
Gets or sets the items.
| void Jellyfin::DTO::ThemeMediaResult::setOwnerId | ( | QString | newOwnerId | ) |
Gets or sets the owner id.
| void Jellyfin::DTO::ThemeMediaResult::setStartIndex | ( | qint32 | newStartIndex | ) |
Gets or sets the index of the first record in Items.
| void Jellyfin::DTO::ThemeMediaResult::setTotalRecordCount | ( | qint32 | newTotalRecordCount | ) |
Gets or sets the total number of records available.
| qint32 Jellyfin::DTO::ThemeMediaResult::startIndex | ( | ) | const |
Gets or sets the index of the first record in Items.
| QJsonObject Jellyfin::DTO::ThemeMediaResult::toJson | ( | ) | const |
| qint32 Jellyfin::DTO::ThemeMediaResult::totalRecordCount | ( | ) | const |
Gets or sets the total number of records available.
|
protected |
|
protected |
|
protected |
|
protected |