|
| template<> |
| bool | Jellyfin::setRequestStartIndex (Loader::GetUserViewsParams ¶ms, int startIndex) |
| |
| template<> |
| void | Jellyfin::setRequestLimit (Loader::GetUserViewsParams ¶ms, int limit) |
| |
| template<> |
| QList< DTO::BaseItemDto > | Jellyfin::extractRecords (const DTO::BaseItemDtoQueryResult &result) |
| |
| template<> |
| int | Jellyfin::extractTotalRecordCount (const DTO::BaseItemDtoQueryResult &result) |
| |
| template<> |
| QList< DTO::BaseItemDto > | Jellyfin::extractRecords (const QList< DTO::BaseItemDto > &result) |
| |
| template<> |
| int | Jellyfin::extractTotalRecordCount (const QList< DTO::BaseItemDto > &result) |
| |
| template<> |
| void | Jellyfin::setRequestLimit (Loader::GetLatestMediaParams ¶ms, int limit) |
| |
| template<> |
| bool | Jellyfin::setRequestStartIndex (Loader::GetLatestMediaParams ¶ms, int offset) |
| |
| template<> |
| void | Jellyfin::setRequestLimit (Loader::GetItemsByUserIdParams ¶ms, int limit) |
| |
| template<> |
| bool | Jellyfin::setRequestStartIndex (Loader::GetItemsByUserIdParams ¶ms, int index) |
| |
| template<> |
| void | Jellyfin::setRequestLimit (Loader::GetResumeItemsParams ¶ms, int limit) |
| |
| template<> |
| bool | Jellyfin::setRequestStartIndex (Loader::GetResumeItemsParams ¶ms, int index) |
| |
| template<> |
| void | Jellyfin::setRequestLimit (Loader::GetPublicUsersParams &, int) |
| |
| template<> |
| bool | Jellyfin::setRequestStartIndex (Loader::GetPublicUsersParams &, int) |
| |
| template<> |
| void | Jellyfin::setRequestLimit (Loader::GetNextUpParams ¶ms, int limit) |
| |
| template<> |
| bool | Jellyfin::setRequestStartIndex (Loader::GetNextUpParams ¶ms, int offset) |
| |
| template<> |
| void | Jellyfin::setRequestLimit (Loader::GetAlbumArtistsParams ¶ms, int limit) |
| |
| template<> |
| bool | Jellyfin::setRequestStartIndex (Loader::GetAlbumArtistsParams ¶ms, int offset) |
| |
| template<> |
| void | Jellyfin::setRequestLimit (Loader::GetLiveTvChannelsParams ¶ms, int limit) |
| |
| template<> |
| bool | Jellyfin::setRequestStartIndex (Loader::GetLiveTvChannelsParams ¶ms, int offset) |
| |
| template<> |
| QList< DTO::UserDto > | Jellyfin::extractRecords (const QList< DTO::UserDto > &result) |
| |
| template<> |
| int | Jellyfin::extractTotalRecordCount (const QList< DTO::UserDto > &result) |
| |