![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <queryfilters.h>
Public Member Functions | |
| QueryFilters () | |
| QueryFilters (const QueryFilters &other) | |
| void | replaceData (QueryFilters &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QList< NameGuidPair > | genres () const |
| void | setGenres (QList< NameGuidPair > newGenres) |
| bool | genresNull () const |
| void | setGenresNull () |
| QStringList | tags () const |
| void | setTags (QStringList newTags) |
| bool | tagsNull () const |
| void | setTagsNull () |
Static Public Member Functions | |
| static QueryFilters | fromJson (QJsonObject source) |
Protected Attributes | |
| QList< NameGuidPair > | m_genres |
| QStringList | m_tags |
| Jellyfin::DTO::QueryFilters::QueryFilters | ( | ) |
| Jellyfin::DTO::QueryFilters::QueryFilters | ( | const QueryFilters & | other | ) |
|
static |
| QList< NameGuidPair > Jellyfin::DTO::QueryFilters::genres | ( | ) | const |
| bool Jellyfin::DTO::QueryFilters::genresNull | ( | ) | const |
| void Jellyfin::DTO::QueryFilters::replaceData | ( | QueryFilters & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::QueryFilters::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::QueryFilters::setGenres | ( | QList< NameGuidPair > | newGenres | ) |
| void Jellyfin::DTO::QueryFilters::setGenresNull | ( | ) |
| void Jellyfin::DTO::QueryFilters::setTags | ( | QStringList | newTags | ) |
| void Jellyfin::DTO::QueryFilters::setTagsNull | ( | ) |
| QStringList Jellyfin::DTO::QueryFilters::tags | ( | ) | const |
| bool Jellyfin::DTO::QueryFilters::tagsNull | ( | ) | const |
| QJsonObject Jellyfin::DTO::QueryFilters::toJson | ( | ) | const |
|
protected |
|
protected |