#include <queryfilterslegacy.h>
◆ QueryFiltersLegacy() [1/2]
| Jellyfin::DTO::QueryFiltersLegacy::QueryFiltersLegacy |
( |
| ) |
|
◆ QueryFiltersLegacy() [2/2]
◆ fromJson()
◆ genres()
| QStringList Jellyfin::DTO::QueryFiltersLegacy::genres |
( |
| ) |
const |
◆ genresNull()
| bool Jellyfin::DTO::QueryFiltersLegacy::genresNull |
( |
| ) |
const |
◆ officialRatings()
| QStringList Jellyfin::DTO::QueryFiltersLegacy::officialRatings |
( |
| ) |
const |
◆ officialRatingsNull()
| bool Jellyfin::DTO::QueryFiltersLegacy::officialRatingsNull |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
| void Jellyfin::DTO::QueryFiltersLegacy::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setGenres()
| void Jellyfin::DTO::QueryFiltersLegacy::setGenres |
( |
QStringList | newGenres | ) |
|
◆ setGenresNull()
| void Jellyfin::DTO::QueryFiltersLegacy::setGenresNull |
( |
| ) |
|
◆ setOfficialRatings()
| void Jellyfin::DTO::QueryFiltersLegacy::setOfficialRatings |
( |
QStringList | newOfficialRatings | ) |
|
◆ setOfficialRatingsNull()
| void Jellyfin::DTO::QueryFiltersLegacy::setOfficialRatingsNull |
( |
| ) |
|
◆ setTags()
| void Jellyfin::DTO::QueryFiltersLegacy::setTags |
( |
QStringList | newTags | ) |
|
◆ setTagsNull()
| void Jellyfin::DTO::QueryFiltersLegacy::setTagsNull |
( |
| ) |
|
◆ setYears()
| void Jellyfin::DTO::QueryFiltersLegacy::setYears |
( |
QList< qint32 > | newYears | ) |
|
◆ setYearsNull()
| void Jellyfin::DTO::QueryFiltersLegacy::setYearsNull |
( |
| ) |
|
◆ tags()
| QStringList Jellyfin::DTO::QueryFiltersLegacy::tags |
( |
| ) |
const |
◆ tagsNull()
| bool Jellyfin::DTO::QueryFiltersLegacy::tagsNull |
( |
| ) |
const |
◆ toJson()
| QJsonObject Jellyfin::DTO::QueryFiltersLegacy::toJson |
( |
| ) |
const |
◆ years()
| QList< qint32 > Jellyfin::DTO::QueryFiltersLegacy::years |
( |
| ) |
const |
◆ yearsNull()
| bool Jellyfin::DTO::QueryFiltersLegacy::yearsNull |
( |
| ) |
const |
◆ m_genres
| QStringList Jellyfin::DTO::QueryFiltersLegacy::m_genres |
|
protected |
◆ m_officialRatings
| QStringList Jellyfin::DTO::QueryFiltersLegacy::m_officialRatings |
|
protected |
◆ m_tags
| QStringList Jellyfin::DTO::QueryFiltersLegacy::m_tags |
|
protected |
◆ m_years
| QList<qint32> Jellyfin::DTO::QueryFiltersLegacy::m_years |
|
protected |
The documentation for this class was generated from the following files: