apiClient() const | Jellyfin::Support::LoaderBase | inline |
cancel() | Jellyfin::Support::LoaderBase | inlinevirtual |
createDummyResponse() | Jellyfin::Support::Loader< R, P > | inlineprotectedstatic |
createFailureResult() | Jellyfin::Support::Loader< R, P > | inlineprotected |
createSuccessResult(R &&result) | Jellyfin::Support::Loader< R, P > | inlineprotected |
error(QString message=QString()) | Jellyfin::Support::LoaderBase | signal |
hasResult() const | Jellyfin::Support::Loader< R, P > | inline |
isAvailable() const | Jellyfin::Support::LoaderBase | inlinevirtual |
isRunning() const | Jellyfin::Support::LoaderBase | inline |
load() | Jellyfin::Support::LoaderBase | inlinevirtual |
Loader(ApiClient *apiClient) | Jellyfin::Support::Loader< R, P > | inlineexplicit |
LoaderBase(ApiClient *apiClient) | Jellyfin::Support::LoaderBase | inlineexplicitprotected |
m_apiClient | Jellyfin::Support::LoaderBase | protected |
m_isRunning | Jellyfin::Support::LoaderBase | protected |
m_parameters | Jellyfin::Support::Loader< R, P > | protected |
m_result | Jellyfin::Support::Loader< R, P > | protected |
ready() | Jellyfin::Support::LoaderBase | signal |
result() const | Jellyfin::Support::Loader< R, P > | inline |
ResultType typedef | Jellyfin::Support::Loader< R, P > | |
setApiClient(ApiClient *newApiClient) | Jellyfin::Support::LoaderBase | inline |
setParameters(const P ¶meters) | Jellyfin::Support::Loader< R, P > | inline |
stopWithError(QString message=QString()) | Jellyfin::Support::LoaderBase | inlineprotected |