Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
Jellyfin::DTO::SearchHintResult Class Reference

#include <searchhintresult.h>

Public Member Functions

 SearchHintResult (qint32 totalRecordCount)
 
 SearchHintResult (const SearchHintResult &other)
 
void replaceData (SearchHintResult &other)
 
void setFromJson (QJsonObject source)
 
QJsonObject toJson () const
 
QList< SearchHintsearchHints () const
 Gets or sets the search hints.
 
void setSearchHints (QList< SearchHint > newSearchHints)
 Gets or sets the search hints.
 
bool searchHintsNull () const
 
void setSearchHintsNull ()
 
qint32 totalRecordCount () const
 Gets or sets the total record count.
 
void setTotalRecordCount (qint32 newTotalRecordCount)
 Gets or sets the total record count.
 

Static Public Member Functions

static SearchHintResult fromJson (QJsonObject source)
 

Protected Attributes

QList< SearchHintm_searchHints
 
qint32 m_totalRecordCount
 

Constructor & Destructor Documentation

◆ SearchHintResult() [1/2]

Jellyfin::DTO::SearchHintResult::SearchHintResult ( qint32 totalRecordCount)

◆ SearchHintResult() [2/2]

Jellyfin::DTO::SearchHintResult::SearchHintResult ( const SearchHintResult & other)

Member Function Documentation

◆ fromJson()

SearchHintResult Jellyfin::DTO::SearchHintResult::fromJson ( QJsonObject source)
static

◆ replaceData()

void Jellyfin::DTO::SearchHintResult::replaceData ( SearchHintResult & other)

Replaces the data being hold by this class with that of the other.

◆ searchHints()

QList< SearchHint > Jellyfin::DTO::SearchHintResult::searchHints ( ) const

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.

Member Data Documentation

◆ m_searchHints

QList<SearchHint> Jellyfin::DTO::SearchHintResult::m_searchHints
protected

◆ m_totalRecordCount

qint32 Jellyfin::DTO::SearchHintResult::m_totalRecordCount
protected

The documentation for this class was generated from the following files: