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