![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <queryfilterslegacy.h>
Public Member Functions | |
| QueryFiltersLegacy () | |
| QueryFiltersLegacy (const QueryFiltersLegacy &other) | |
| void | replaceData (QueryFiltersLegacy &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QStringList | genres () const |
| void | setGenres (QStringList newGenres) |
| bool | genresNull () const |
| void | setGenresNull () |
| QStringList | tags () const |
| void | setTags (QStringList newTags) |
| bool | tagsNull () const |
| void | setTagsNull () |
| QStringList | officialRatings () const |
| void | setOfficialRatings (QStringList newOfficialRatings) |
| bool | officialRatingsNull () const |
| void | setOfficialRatingsNull () |
| QList< qint32 > | years () const |
| void | setYears (QList< qint32 > newYears) |
| bool | yearsNull () const |
| void | setYearsNull () |
Static Public Member Functions | |
| static QueryFiltersLegacy | fromJson (QJsonObject source) |
Protected Attributes | |
| QStringList | m_genres |
| QStringList | m_tags |
| QStringList | m_officialRatings |
| QList< qint32 > | m_years |
| Jellyfin::DTO::QueryFiltersLegacy::QueryFiltersLegacy | ( | ) |
| Jellyfin::DTO::QueryFiltersLegacy::QueryFiltersLegacy | ( | const QueryFiltersLegacy & | other | ) |
|
static |
| QStringList Jellyfin::DTO::QueryFiltersLegacy::genres | ( | ) | const |
| bool Jellyfin::DTO::QueryFiltersLegacy::genresNull | ( | ) | const |
| QStringList Jellyfin::DTO::QueryFiltersLegacy::officialRatings | ( | ) | const |
| bool Jellyfin::DTO::QueryFiltersLegacy::officialRatingsNull | ( | ) | const |
| void Jellyfin::DTO::QueryFiltersLegacy::replaceData | ( | QueryFiltersLegacy & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::QueryFiltersLegacy::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::QueryFiltersLegacy::setGenres | ( | QStringList | newGenres | ) |
| void Jellyfin::DTO::QueryFiltersLegacy::setGenresNull | ( | ) |
| void Jellyfin::DTO::QueryFiltersLegacy::setOfficialRatings | ( | QStringList | newOfficialRatings | ) |
| void Jellyfin::DTO::QueryFiltersLegacy::setOfficialRatingsNull | ( | ) |
| void Jellyfin::DTO::QueryFiltersLegacy::setTags | ( | QStringList | newTags | ) |
| void Jellyfin::DTO::QueryFiltersLegacy::setTagsNull | ( | ) |
| void Jellyfin::DTO::QueryFiltersLegacy::setYears | ( | QList< qint32 > | newYears | ) |
| void Jellyfin::DTO::QueryFiltersLegacy::setYearsNull | ( | ) |
| QStringList Jellyfin::DTO::QueryFiltersLegacy::tags | ( | ) | const |
| bool Jellyfin::DTO::QueryFiltersLegacy::tagsNull | ( | ) | const |
| QJsonObject Jellyfin::DTO::QueryFiltersLegacy::toJson | ( | ) | const |
| QList< qint32 > Jellyfin::DTO::QueryFiltersLegacy::years | ( | ) | const |
| bool Jellyfin::DTO::QueryFiltersLegacy::yearsNull | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |