Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
apimodel.cpp File Reference

Namespaces

namespace  Jellyfin
 
namespace  Jellyfin::DTO
 Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
 

Macros

#define JELLYFIN_APIMODEL_CPP
 

Typedefs

using Jellyfin::DTO::User = DTO::UserDto
 
using Jellyfin::User = DTO::UserDto
 

Functions

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

Macro Definition Documentation

◆ JELLYFIN_APIMODEL_CPP

#define JELLYFIN_APIMODEL_CPP