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