![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <livetvserviceinfo.h>
Public Member Functions | |
| LiveTvServiceInfo (LiveTvServiceStatus status, bool hasUpdateAvailable, bool isVisible) | |
| LiveTvServiceInfo (const LiveTvServiceInfo &other) | |
| void | replaceData (LiveTvServiceInfo &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | name () const |
| Gets or sets the name. | |
| void | setName (QString newName) |
| Gets or sets the name. | |
| bool | nameNull () const |
| void | setNameNull () |
| QString | homePageUrl () const |
| Gets or sets the home page URL. | |
| void | setHomePageUrl (QString newHomePageUrl) |
| Gets or sets the home page URL. | |
| bool | homePageUrlNull () const |
| void | setHomePageUrlNull () |
| LiveTvServiceStatus | status () const |
| void | setStatus (LiveTvServiceStatus newStatus) |
| QString | statusMessage () const |
| Gets or sets the status message. | |
| void | setStatusMessage (QString newStatusMessage) |
| Gets or sets the status message. | |
| bool | statusMessageNull () const |
| void | setStatusMessageNull () |
| QString | version () const |
| Gets or sets the version. | |
| void | setVersion (QString newVersion) |
| Gets or sets the version. | |
| bool | versionNull () const |
| void | setVersionNull () |
| bool | hasUpdateAvailable () const |
| Gets or sets a value indicating whether this instance has update available. | |
| void | setHasUpdateAvailable (bool newHasUpdateAvailable) |
| Gets or sets a value indicating whether this instance has update available. | |
| bool | isVisible () const |
| Gets or sets a value indicating whether this instance is visible. | |
| void | setIsVisible (bool newIsVisible) |
| Gets or sets a value indicating whether this instance is visible. | |
| QStringList | tuners () const |
| void | setTuners (QStringList newTuners) |
| bool | tunersNull () const |
| void | setTunersNull () |
Static Public Member Functions | |
| static LiveTvServiceInfo | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_name |
| QString | m_homePageUrl |
| LiveTvServiceStatus | m_status |
| QString | m_statusMessage |
| QString | m_version |
| bool | m_hasUpdateAvailable |
| bool | m_isVisible |
| QStringList | m_tuners |
| Jellyfin::DTO::LiveTvServiceInfo::LiveTvServiceInfo | ( | LiveTvServiceStatus | status, |
| bool | hasUpdateAvailable, | ||
| bool | isVisible ) |
| Jellyfin::DTO::LiveTvServiceInfo::LiveTvServiceInfo | ( | const LiveTvServiceInfo & | other | ) |
|
static |
| bool Jellyfin::DTO::LiveTvServiceInfo::hasUpdateAvailable | ( | ) | const |
Gets or sets a value indicating whether this instance has update available.
| QString Jellyfin::DTO::LiveTvServiceInfo::homePageUrl | ( | ) | const |
Gets or sets the home page URL.
| bool Jellyfin::DTO::LiveTvServiceInfo::homePageUrlNull | ( | ) | const |
| bool Jellyfin::DTO::LiveTvServiceInfo::isVisible | ( | ) | const |
Gets or sets a value indicating whether this instance is visible.
| QString Jellyfin::DTO::LiveTvServiceInfo::name | ( | ) | const |
Gets or sets the name.
| bool Jellyfin::DTO::LiveTvServiceInfo::nameNull | ( | ) | const |
| void Jellyfin::DTO::LiveTvServiceInfo::replaceData | ( | LiveTvServiceInfo & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::LiveTvServiceInfo::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::LiveTvServiceInfo::setHasUpdateAvailable | ( | bool | newHasUpdateAvailable | ) |
Gets or sets a value indicating whether this instance has update available.
| void Jellyfin::DTO::LiveTvServiceInfo::setHomePageUrl | ( | QString | newHomePageUrl | ) |
Gets or sets the home page URL.
| void Jellyfin::DTO::LiveTvServiceInfo::setHomePageUrlNull | ( | ) |
| void Jellyfin::DTO::LiveTvServiceInfo::setIsVisible | ( | bool | newIsVisible | ) |
Gets or sets a value indicating whether this instance is visible.
| void Jellyfin::DTO::LiveTvServiceInfo::setName | ( | QString | newName | ) |
Gets or sets the name.
| void Jellyfin::DTO::LiveTvServiceInfo::setNameNull | ( | ) |
| void Jellyfin::DTO::LiveTvServiceInfo::setStatus | ( | LiveTvServiceStatus | newStatus | ) |
| void Jellyfin::DTO::LiveTvServiceInfo::setStatusMessage | ( | QString | newStatusMessage | ) |
Gets or sets the status message.
| void Jellyfin::DTO::LiveTvServiceInfo::setStatusMessageNull | ( | ) |
| void Jellyfin::DTO::LiveTvServiceInfo::setTuners | ( | QStringList | newTuners | ) |
| void Jellyfin::DTO::LiveTvServiceInfo::setTunersNull | ( | ) |
| void Jellyfin::DTO::LiveTvServiceInfo::setVersion | ( | QString | newVersion | ) |
Gets or sets the version.
| void Jellyfin::DTO::LiveTvServiceInfo::setVersionNull | ( | ) |
| LiveTvServiceStatus Jellyfin::DTO::LiveTvServiceInfo::status | ( | ) | const |
| QString Jellyfin::DTO::LiveTvServiceInfo::statusMessage | ( | ) | const |
Gets or sets the status message.
| bool Jellyfin::DTO::LiveTvServiceInfo::statusMessageNull | ( | ) | const |
| QJsonObject Jellyfin::DTO::LiveTvServiceInfo::toJson | ( | ) | const |
| QStringList Jellyfin::DTO::LiveTvServiceInfo::tuners | ( | ) | const |
| bool Jellyfin::DTO::LiveTvServiceInfo::tunersNull | ( | ) | const |
| QString Jellyfin::DTO::LiveTvServiceInfo::version | ( | ) | const |
Gets or sets the version.
| bool Jellyfin::DTO::LiveTvServiceInfo::versionNull | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |