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