|
| template<class T , class R > |
| QList< T > | Jellyfin::extractRecords (const R &result) |
| |
| template<class R > |
| int | Jellyfin::extractTotalRecordCount (const R &result) |
| |
| template<class P > |
| void | Jellyfin::setRequestLimit (P ¶meters, int limit) |
| |
| template<class P > |
| bool | Jellyfin::setRequestStartIndex (P ¶meters, int startIndex) |
| |
| 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 offset) |
| |
| template void | Jellyfin::setRequestLimit (Loader::GetResumeItemsParams ¶ms, int limit) |
| |
| template bool | Jellyfin::setRequestStartIndex (Loader::GetResumeItemsParams ¶ms, int offset) |
| |
| template void | Jellyfin::setRequestLimit (Loader::GetPublicUsersParams ¶ms, int limit) |
| |
| template bool | Jellyfin::setRequestStartIndex (Loader::GetPublicUsersParams ¶ms, int offset) |
| |
| 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) |
| |