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