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