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