#include <searchhintresult.h>
◆ SearchHintResult() [1/2]
Jellyfin::DTO::SearchHintResult::SearchHintResult |
( |
qint32 | totalRecordCount | ) |
|
◆ SearchHintResult() [2/2]
Jellyfin::DTO::SearchHintResult::SearchHintResult |
( |
const SearchHintResult & | other | ) |
|
◆ fromJson()
SearchHintResult Jellyfin::DTO::SearchHintResult::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ searchHints()
Gets or sets the search hints.
◆ searchHintsNull()
bool Jellyfin::DTO::SearchHintResult::searchHintsNull |
( |
| ) |
const |
◆ setFromJson()
void Jellyfin::DTO::SearchHintResult::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setSearchHints()
void Jellyfin::DTO::SearchHintResult::setSearchHints |
( |
QList< SearchHint > | newSearchHints | ) |
|
Gets or sets the search hints.
◆ setSearchHintsNull()
void Jellyfin::DTO::SearchHintResult::setSearchHintsNull |
( |
| ) |
|
◆ setTotalRecordCount()
void Jellyfin::DTO::SearchHintResult::setTotalRecordCount |
( |
qint32 | newTotalRecordCount | ) |
|
Gets or sets the total record count.
◆ toJson()
QJsonObject Jellyfin::DTO::SearchHintResult::toJson |
( |
| ) |
const |
◆ totalRecordCount()
qint32 Jellyfin::DTO::SearchHintResult::totalRecordCount |
( |
| ) |
const |
Gets or sets the total record count.
◆ m_searchHints
◆ m_totalRecordCount
qint32 Jellyfin::DTO::SearchHintResult::m_totalRecordCount |
|
protected |
The documentation for this class was generated from the following files: