![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <versioninfo.h>
Public Member Functions | |
| VersionInfo (QString version, QString versionNumber, QString repositoryName, QString repositoryUrl) | |
| VersionInfo (const VersionInfo &other) | |
| void | replaceData (VersionInfo &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | version () const |
| Gets or sets the version. | |
| void | setVersion (QString newVersion) |
| Gets or sets the version. | |
| QString | versionNumber () const |
| Gets the version as a System.Version. | |
| void | setVersionNumber (QString newVersionNumber) |
| Gets the version as a System.Version. | |
| QString | changelog () const |
| Gets or sets the changelog for this version. | |
| void | setChangelog (QString newChangelog) |
| Gets or sets the changelog for this version. | |
| bool | changelogNull () const |
| void | setChangelogNull () |
| QString | targetAbi () const |
| Gets or sets the ABI that this version was built against. | |
| void | setTargetAbi (QString newTargetAbi) |
| Gets or sets the ABI that this version was built against. | |
| bool | targetAbiNull () const |
| void | setTargetAbiNull () |
| QString | sourceUrl () const |
| Gets or sets the source URL. | |
| void | setSourceUrl (QString newSourceUrl) |
| Gets or sets the source URL. | |
| bool | sourceUrlNull () const |
| void | setSourceUrlNull () |
| QString | checksum () const |
| Gets or sets a checksum for the binary. | |
| void | setChecksum (QString newChecksum) |
| Gets or sets a checksum for the binary. | |
| bool | checksumNull () const |
| void | setChecksumNull () |
| QString | timestamp () const |
| Gets or sets a timestamp of when the binary was built. | |
| void | setTimestamp (QString newTimestamp) |
| Gets or sets a timestamp of when the binary was built. | |
| bool | timestampNull () const |
| void | setTimestampNull () |
| QString | repositoryName () const |
| Gets or sets the repository name. | |
| void | setRepositoryName (QString newRepositoryName) |
| Gets or sets the repository name. | |
| QString | repositoryUrl () const |
| Gets or sets the repository url. | |
| void | setRepositoryUrl (QString newRepositoryUrl) |
| Gets or sets the repository url. | |
Static Public Member Functions | |
| static VersionInfo | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_version |
| QString | m_versionNumber |
| QString | m_changelog |
| QString | m_targetAbi |
| QString | m_sourceUrl |
| QString | m_checksum |
| QString | m_timestamp |
| QString | m_repositoryName |
| QString | m_repositoryUrl |
| Jellyfin::DTO::VersionInfo::VersionInfo | ( | QString | version, |
| QString | versionNumber, | ||
| QString | repositoryName, | ||
| QString | repositoryUrl ) |
| Jellyfin::DTO::VersionInfo::VersionInfo | ( | const VersionInfo & | other | ) |
| QString Jellyfin::DTO::VersionInfo::changelog | ( | ) | const |
Gets or sets the changelog for this version.
| bool Jellyfin::DTO::VersionInfo::changelogNull | ( | ) | const |
| QString Jellyfin::DTO::VersionInfo::checksum | ( | ) | const |
Gets or sets a checksum for the binary.
| bool Jellyfin::DTO::VersionInfo::checksumNull | ( | ) | const |
|
static |
| void Jellyfin::DTO::VersionInfo::replaceData | ( | VersionInfo & | other | ) |
Replaces the data being hold by this class with that of the other.
| QString Jellyfin::DTO::VersionInfo::repositoryName | ( | ) | const |
Gets or sets the repository name.
| QString Jellyfin::DTO::VersionInfo::repositoryUrl | ( | ) | const |
Gets or sets the repository url.
| void Jellyfin::DTO::VersionInfo::setChangelog | ( | QString | newChangelog | ) |
Gets or sets the changelog for this version.
| void Jellyfin::DTO::VersionInfo::setChangelogNull | ( | ) |
| void Jellyfin::DTO::VersionInfo::setChecksum | ( | QString | newChecksum | ) |
Gets or sets a checksum for the binary.
| void Jellyfin::DTO::VersionInfo::setChecksumNull | ( | ) |
| void Jellyfin::DTO::VersionInfo::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::VersionInfo::setRepositoryName | ( | QString | newRepositoryName | ) |
Gets or sets the repository name.
| void Jellyfin::DTO::VersionInfo::setRepositoryUrl | ( | QString | newRepositoryUrl | ) |
Gets or sets the repository url.
| void Jellyfin::DTO::VersionInfo::setSourceUrl | ( | QString | newSourceUrl | ) |
Gets or sets the source URL.
| void Jellyfin::DTO::VersionInfo::setSourceUrlNull | ( | ) |
| void Jellyfin::DTO::VersionInfo::setTargetAbi | ( | QString | newTargetAbi | ) |
Gets or sets the ABI that this version was built against.
| void Jellyfin::DTO::VersionInfo::setTargetAbiNull | ( | ) |
| void Jellyfin::DTO::VersionInfo::setTimestamp | ( | QString | newTimestamp | ) |
Gets or sets a timestamp of when the binary was built.
| void Jellyfin::DTO::VersionInfo::setTimestampNull | ( | ) |
| void Jellyfin::DTO::VersionInfo::setVersion | ( | QString | newVersion | ) |
Gets or sets the version.
| void Jellyfin::DTO::VersionInfo::setVersionNumber | ( | QString | newVersionNumber | ) |
Gets the version as a System.Version.
| QString Jellyfin::DTO::VersionInfo::sourceUrl | ( | ) | const |
Gets or sets the source URL.
| bool Jellyfin::DTO::VersionInfo::sourceUrlNull | ( | ) | const |
| QString Jellyfin::DTO::VersionInfo::targetAbi | ( | ) | const |
Gets or sets the ABI that this version was built against.
| bool Jellyfin::DTO::VersionInfo::targetAbiNull | ( | ) | const |
| QString Jellyfin::DTO::VersionInfo::timestamp | ( | ) | const |
Gets or sets a timestamp of when the binary was built.
| bool Jellyfin::DTO::VersionInfo::timestampNull | ( | ) | const |
| QJsonObject Jellyfin::DTO::VersionInfo::toJson | ( | ) | const |
| QString Jellyfin::DTO::VersionInfo::version | ( | ) | const |
Gets or sets the version.
| QString Jellyfin::DTO::VersionInfo::versionNumber | ( | ) | const |
Gets the version as a System.Version.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |