![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <searchhintresult.h>
Public Member Functions | |
| SearchHintResult (QList< SearchHint > searchHints, qint32 totalRecordCount) | |
| SearchHintResult (const SearchHintResult &other) | |
| void | replaceData (SearchHintResult &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QList< SearchHint > | searchHints () const |
| Gets the search hints. | |
| void | setSearchHints (QList< SearchHint > newSearchHints) |
| Gets the search hints. | |
| qint32 | totalRecordCount () const |
| Gets the total record count. | |
| void | setTotalRecordCount (qint32 newTotalRecordCount) |
| Gets the total record count. | |
Static Public Member Functions | |
| static SearchHintResult | fromJson (QJsonObject source) |
Protected Attributes | |
| QList< SearchHint > | m_searchHints |
| qint32 | m_totalRecordCount |
| Jellyfin::DTO::SearchHintResult::SearchHintResult | ( | QList< SearchHint > | searchHints, |
| qint32 | totalRecordCount ) |
| Jellyfin::DTO::SearchHintResult::SearchHintResult | ( | const SearchHintResult & | other | ) |
|
static |
| void Jellyfin::DTO::SearchHintResult::replaceData | ( | SearchHintResult & | other | ) |
Replaces the data being hold by this class with that of the other.
| QList< SearchHint > Jellyfin::DTO::SearchHintResult::searchHints | ( | ) | const |
Gets the search hints.
| void Jellyfin::DTO::SearchHintResult::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::SearchHintResult::setSearchHints | ( | QList< SearchHint > | newSearchHints | ) |
Gets the search hints.
| void Jellyfin::DTO::SearchHintResult::setTotalRecordCount | ( | qint32 | newTotalRecordCount | ) |
Gets the total record count.
| QJsonObject Jellyfin::DTO::SearchHintResult::toJson | ( | ) | const |
| qint32 Jellyfin::DTO::SearchHintResult::totalRecordCount | ( | ) | const |
Gets the total record count.
|
protected |
|
protected |