![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <deviceinfodto.h>
Public Member Functions | |
| DeviceInfoDto (QSharedPointer< ClientCapabilitiesDto > capabilities) | |
| DeviceInfoDto (const DeviceInfoDto &other) | |
| void | replaceData (DeviceInfoDto &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 | customName () const |
| Gets or sets the custom name. | |
| void | setCustomName (QString newCustomName) |
| Gets or sets the custom name. | |
| bool | customNameNull () const |
| void | setCustomNameNull () |
| QString | accessToken () const |
| Gets or sets the access token. | |
| void | setAccessToken (QString newAccessToken) |
| Gets or sets the access token. | |
| bool | accessTokenNull () const |
| void | setAccessTokenNull () |
| QString | jellyfinId () const |
| Gets or sets the identifier. | |
| void | setJellyfinId (QString newJellyfinId) |
| Gets or sets the identifier. | |
| bool | jellyfinIdNull () const |
| void | setJellyfinIdNull () |
| QString | lastUserName () const |
| Gets or sets the last name of the user. | |
| void | setLastUserName (QString newLastUserName) |
| Gets or sets the last name of the user. | |
| bool | lastUserNameNull () const |
| void | setLastUserNameNull () |
| QString | appName () const |
| Gets or sets the name of the application. | |
| void | setAppName (QString newAppName) |
| Gets or sets the name of the application. | |
| bool | appNameNull () const |
| void | setAppNameNull () |
| QString | appVersion () const |
| Gets or sets the application version. | |
| void | setAppVersion (QString newAppVersion) |
| Gets or sets the application version. | |
| bool | appVersionNull () const |
| void | setAppVersionNull () |
| QString | lastUserId () const |
| Gets or sets the last user identifier. | |
| void | setLastUserId (QString newLastUserId) |
| Gets or sets the last user identifier. | |
| bool | lastUserIdNull () const |
| void | setLastUserIdNull () |
| QDateTime | dateLastActivity () const |
| Gets or sets the date last modified. | |
| void | setDateLastActivity (QDateTime newDateLastActivity) |
| Gets or sets the date last modified. | |
| bool | dateLastActivityNull () const |
| void | setDateLastActivityNull () |
| QSharedPointer< ClientCapabilitiesDto > | capabilities () const |
| void | setCapabilities (QSharedPointer< ClientCapabilitiesDto > newCapabilities) |
| QString | iconUrl () const |
| Gets or sets the icon URL. | |
| void | setIconUrl (QString newIconUrl) |
| Gets or sets the icon URL. | |
| bool | iconUrlNull () const |
| void | setIconUrlNull () |
Static Public Member Functions | |
| static DeviceInfoDto | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_name |
| QString | m_customName |
| QString | m_accessToken |
| QString | m_jellyfinId |
| QString | m_lastUserName |
| QString | m_appName |
| QString | m_appVersion |
| QString | m_lastUserId |
| QDateTime | m_dateLastActivity |
| QSharedPointer< ClientCapabilitiesDto > | m_capabilities = QSharedPointer<ClientCapabilitiesDto>() |
| QString | m_iconUrl |
| Jellyfin::DTO::DeviceInfoDto::DeviceInfoDto | ( | QSharedPointer< ClientCapabilitiesDto > | capabilities | ) |
| Jellyfin::DTO::DeviceInfoDto::DeviceInfoDto | ( | const DeviceInfoDto & | other | ) |
| QString Jellyfin::DTO::DeviceInfoDto::accessToken | ( | ) | const |
Gets or sets the access token.
| bool Jellyfin::DTO::DeviceInfoDto::accessTokenNull | ( | ) | const |
| QString Jellyfin::DTO::DeviceInfoDto::appName | ( | ) | const |
Gets or sets the name of the application.
| bool Jellyfin::DTO::DeviceInfoDto::appNameNull | ( | ) | const |
| QString Jellyfin::DTO::DeviceInfoDto::appVersion | ( | ) | const |
Gets or sets the application version.
| bool Jellyfin::DTO::DeviceInfoDto::appVersionNull | ( | ) | const |
| QSharedPointer< ClientCapabilitiesDto > Jellyfin::DTO::DeviceInfoDto::capabilities | ( | ) | const |
| QString Jellyfin::DTO::DeviceInfoDto::customName | ( | ) | const |
Gets or sets the custom name.
| bool Jellyfin::DTO::DeviceInfoDto::customNameNull | ( | ) | const |
| QDateTime Jellyfin::DTO::DeviceInfoDto::dateLastActivity | ( | ) | const |
Gets or sets the date last modified.
| bool Jellyfin::DTO::DeviceInfoDto::dateLastActivityNull | ( | ) | const |
|
static |
| QString Jellyfin::DTO::DeviceInfoDto::iconUrl | ( | ) | const |
Gets or sets the icon URL.
| bool Jellyfin::DTO::DeviceInfoDto::iconUrlNull | ( | ) | const |
| QString Jellyfin::DTO::DeviceInfoDto::jellyfinId | ( | ) | const |
Gets or sets the identifier.
| bool Jellyfin::DTO::DeviceInfoDto::jellyfinIdNull | ( | ) | const |
| QString Jellyfin::DTO::DeviceInfoDto::lastUserId | ( | ) | const |
Gets or sets the last user identifier.
| bool Jellyfin::DTO::DeviceInfoDto::lastUserIdNull | ( | ) | const |
| QString Jellyfin::DTO::DeviceInfoDto::lastUserName | ( | ) | const |
Gets or sets the last name of the user.
| bool Jellyfin::DTO::DeviceInfoDto::lastUserNameNull | ( | ) | const |
| QString Jellyfin::DTO::DeviceInfoDto::name | ( | ) | const |
Gets or sets the name.
| bool Jellyfin::DTO::DeviceInfoDto::nameNull | ( | ) | const |
| void Jellyfin::DTO::DeviceInfoDto::replaceData | ( | DeviceInfoDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::DeviceInfoDto::setAccessToken | ( | QString | newAccessToken | ) |
Gets or sets the access token.
| void Jellyfin::DTO::DeviceInfoDto::setAccessTokenNull | ( | ) |
| void Jellyfin::DTO::DeviceInfoDto::setAppName | ( | QString | newAppName | ) |
Gets or sets the name of the application.
| void Jellyfin::DTO::DeviceInfoDto::setAppNameNull | ( | ) |
| void Jellyfin::DTO::DeviceInfoDto::setAppVersion | ( | QString | newAppVersion | ) |
Gets or sets the application version.
| void Jellyfin::DTO::DeviceInfoDto::setAppVersionNull | ( | ) |
| void Jellyfin::DTO::DeviceInfoDto::setCapabilities | ( | QSharedPointer< ClientCapabilitiesDto > | newCapabilities | ) |
| void Jellyfin::DTO::DeviceInfoDto::setCustomName | ( | QString | newCustomName | ) |
Gets or sets the custom name.
| void Jellyfin::DTO::DeviceInfoDto::setCustomNameNull | ( | ) |
| void Jellyfin::DTO::DeviceInfoDto::setDateLastActivity | ( | QDateTime | newDateLastActivity | ) |
Gets or sets the date last modified.
| void Jellyfin::DTO::DeviceInfoDto::setDateLastActivityNull | ( | ) |
| void Jellyfin::DTO::DeviceInfoDto::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::DeviceInfoDto::setIconUrl | ( | QString | newIconUrl | ) |
Gets or sets the icon URL.
| void Jellyfin::DTO::DeviceInfoDto::setIconUrlNull | ( | ) |
| void Jellyfin::DTO::DeviceInfoDto::setJellyfinId | ( | QString | newJellyfinId | ) |
Gets or sets the identifier.
| void Jellyfin::DTO::DeviceInfoDto::setJellyfinIdNull | ( | ) |
| void Jellyfin::DTO::DeviceInfoDto::setLastUserId | ( | QString | newLastUserId | ) |
Gets or sets the last user identifier.
| void Jellyfin::DTO::DeviceInfoDto::setLastUserIdNull | ( | ) |
| void Jellyfin::DTO::DeviceInfoDto::setLastUserName | ( | QString | newLastUserName | ) |
Gets or sets the last name of the user.
| void Jellyfin::DTO::DeviceInfoDto::setLastUserNameNull | ( | ) |
| void Jellyfin::DTO::DeviceInfoDto::setName | ( | QString | newName | ) |
Gets or sets the name.
| void Jellyfin::DTO::DeviceInfoDto::setNameNull | ( | ) |
| QJsonObject Jellyfin::DTO::DeviceInfoDto::toJson | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |