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