![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <movieinforemotesearchquery.h>
Public Member Functions | |
| MovieInfoRemoteSearchQuery (QSharedPointer< MovieInfo > searchInfo, QString itemId, bool includeDisabledProviders) | |
| MovieInfoRemoteSearchQuery (const MovieInfoRemoteSearchQuery &other) | |
| void | replaceData (MovieInfoRemoteSearchQuery &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QSharedPointer< MovieInfo > | searchInfo () const |
| void | setSearchInfo (QSharedPointer< MovieInfo > newSearchInfo) |
| QString | itemId () const |
| void | setItemId (QString newItemId) |
| QString | searchProviderName () const |
| Gets or sets the provider name to search within if set. | |
| void | setSearchProviderName (QString newSearchProviderName) |
| Gets or sets the provider name to search within if set. | |
| bool | searchProviderNameNull () const |
| void | setSearchProviderNameNull () |
| bool | includeDisabledProviders () const |
| Gets or sets a value indicating whether disabled providers should be included. | |
| void | setIncludeDisabledProviders (bool newIncludeDisabledProviders) |
| Gets or sets a value indicating whether disabled providers should be included. | |
Static Public Member Functions | |
| static MovieInfoRemoteSearchQuery | fromJson (QJsonObject source) |
Protected Attributes | |
| QSharedPointer< MovieInfo > | m_searchInfo = QSharedPointer<MovieInfo>() |
| QString | m_itemId |
| QString | m_searchProviderName |
| bool | m_includeDisabledProviders |
| Jellyfin::DTO::MovieInfoRemoteSearchQuery::MovieInfoRemoteSearchQuery | ( | QSharedPointer< MovieInfo > | searchInfo, |
| QString | itemId, | ||
| bool | includeDisabledProviders ) |
| Jellyfin::DTO::MovieInfoRemoteSearchQuery::MovieInfoRemoteSearchQuery | ( | const MovieInfoRemoteSearchQuery & | other | ) |
|
static |
| bool Jellyfin::DTO::MovieInfoRemoteSearchQuery::includeDisabledProviders | ( | ) | const |
Gets or sets a value indicating whether disabled providers should be included.
| QString Jellyfin::DTO::MovieInfoRemoteSearchQuery::itemId | ( | ) | const |
| void Jellyfin::DTO::MovieInfoRemoteSearchQuery::replaceData | ( | MovieInfoRemoteSearchQuery & | other | ) |
Replaces the data being hold by this class with that of the other.
| QSharedPointer< MovieInfo > Jellyfin::DTO::MovieInfoRemoteSearchQuery::searchInfo | ( | ) | const |
| QString Jellyfin::DTO::MovieInfoRemoteSearchQuery::searchProviderName | ( | ) | const |
Gets or sets the provider name to search within if set.
| bool Jellyfin::DTO::MovieInfoRemoteSearchQuery::searchProviderNameNull | ( | ) | const |
| void Jellyfin::DTO::MovieInfoRemoteSearchQuery::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::MovieInfoRemoteSearchQuery::setIncludeDisabledProviders | ( | bool | newIncludeDisabledProviders | ) |
Gets or sets a value indicating whether disabled providers should be included.
| void Jellyfin::DTO::MovieInfoRemoteSearchQuery::setItemId | ( | QString | newItemId | ) |
| void Jellyfin::DTO::MovieInfoRemoteSearchQuery::setSearchInfo | ( | QSharedPointer< MovieInfo > | newSearchInfo | ) |
| void Jellyfin::DTO::MovieInfoRemoteSearchQuery::setSearchProviderName | ( | QString | newSearchProviderName | ) |
Gets or sets the provider name to search within if set.
| void Jellyfin::DTO::MovieInfoRemoteSearchQuery::setSearchProviderNameNull | ( | ) |
| QJsonObject Jellyfin::DTO::MovieInfoRemoteSearchQuery::toJson | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |