#include <packageinfo.h>
◆ PackageInfo() [1/2]
Jellyfin::DTO::PackageInfo::PackageInfo |
( |
| ) |
|
◆ PackageInfo() [2/2]
Jellyfin::DTO::PackageInfo::PackageInfo |
( |
const PackageInfo & | other | ) |
|
◆ category()
QString Jellyfin::DTO::PackageInfo::category |
( |
| ) |
const |
Gets or sets the category.
◆ categoryNull()
bool Jellyfin::DTO::PackageInfo::categoryNull |
( |
| ) |
const |
◆ description()
QString Jellyfin::DTO::PackageInfo::description |
( |
| ) |
const |
Gets or sets a long description of the plugin containing features or helpful explanations.
◆ descriptionNull()
bool Jellyfin::DTO::PackageInfo::descriptionNull |
( |
| ) |
const |
◆ fromJson()
PackageInfo Jellyfin::DTO::PackageInfo::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ guid()
QString Jellyfin::DTO::PackageInfo::guid |
( |
| ) |
const |
@brief Gets or sets the guid of the assembly associated with this plugin.
This is used to identify the proper item for automatic updates.
◆ guidNull()
bool Jellyfin::DTO::PackageInfo::guidNull |
( |
| ) |
const |
◆ imageUrl()
QString Jellyfin::DTO::PackageInfo::imageUrl |
( |
| ) |
const |
Gets or sets the image url for the package.
◆ imageUrlNull()
bool Jellyfin::DTO::PackageInfo::imageUrlNull |
( |
| ) |
const |
◆ name()
QString Jellyfin::DTO::PackageInfo::name |
( |
| ) |
const |
◆ nameNull()
bool Jellyfin::DTO::PackageInfo::nameNull |
( |
| ) |
const |
◆ overview()
QString Jellyfin::DTO::PackageInfo::overview |
( |
| ) |
const |
Gets or sets a short overview of what the plugin does.
◆ overviewNull()
bool Jellyfin::DTO::PackageInfo::overviewNull |
( |
| ) |
const |
◆ owner()
QString Jellyfin::DTO::PackageInfo::owner |
( |
| ) |
const |
◆ ownerNull()
bool Jellyfin::DTO::PackageInfo::ownerNull |
( |
| ) |
const |
◆ replaceData()
void Jellyfin::DTO::PackageInfo::replaceData |
( |
PackageInfo & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setCategory()
void Jellyfin::DTO::PackageInfo::setCategory |
( |
QString | newCategory | ) |
|
Gets or sets the category.
◆ setCategoryNull()
void Jellyfin::DTO::PackageInfo::setCategoryNull |
( |
| ) |
|
◆ setDescription()
void Jellyfin::DTO::PackageInfo::setDescription |
( |
QString | newDescription | ) |
|
Gets or sets a long description of the plugin containing features or helpful explanations.
◆ setDescriptionNull()
void Jellyfin::DTO::PackageInfo::setDescriptionNull |
( |
| ) |
|
◆ setFromJson()
void Jellyfin::DTO::PackageInfo::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setGuid()
void Jellyfin::DTO::PackageInfo::setGuid |
( |
QString | newGuid | ) |
|
@brief Gets or sets the guid of the assembly associated with this plugin.
This is used to identify the proper item for automatic updates.
◆ setGuidNull()
void Jellyfin::DTO::PackageInfo::setGuidNull |
( |
| ) |
|
◆ setImageUrl()
void Jellyfin::DTO::PackageInfo::setImageUrl |
( |
QString | newImageUrl | ) |
|
Gets or sets the image url for the package.
◆ setImageUrlNull()
void Jellyfin::DTO::PackageInfo::setImageUrlNull |
( |
| ) |
|
◆ setName()
void Jellyfin::DTO::PackageInfo::setName |
( |
QString | newName | ) |
|
◆ setNameNull()
void Jellyfin::DTO::PackageInfo::setNameNull |
( |
| ) |
|
◆ setOverview()
void Jellyfin::DTO::PackageInfo::setOverview |
( |
QString | newOverview | ) |
|
Gets or sets a short overview of what the plugin does.
◆ setOverviewNull()
void Jellyfin::DTO::PackageInfo::setOverviewNull |
( |
| ) |
|
◆ setOwner()
void Jellyfin::DTO::PackageInfo::setOwner |
( |
QString | newOwner | ) |
|
◆ setOwnerNull()
void Jellyfin::DTO::PackageInfo::setOwnerNull |
( |
| ) |
|
◆ setVersions()
void Jellyfin::DTO::PackageInfo::setVersions |
( |
QList< VersionInfo > | newVersions | ) |
|
Gets or sets the versions.
◆ setVersionsNull()
void Jellyfin::DTO::PackageInfo::setVersionsNull |
( |
| ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::PackageInfo::toJson |
( |
| ) |
const |
◆ versions()
Gets or sets the versions.
◆ versionsNull()
bool Jellyfin::DTO::PackageInfo::versionsNull |
( |
| ) |
const |
◆ m_category
QString Jellyfin::DTO::PackageInfo::m_category |
|
protected |
◆ m_description
QString Jellyfin::DTO::PackageInfo::m_description |
|
protected |
◆ m_guid
QString Jellyfin::DTO::PackageInfo::m_guid |
|
protected |
◆ m_imageUrl
QString Jellyfin::DTO::PackageInfo::m_imageUrl |
|
protected |
◆ m_name
QString Jellyfin::DTO::PackageInfo::m_name |
|
protected |
◆ m_overview
QString Jellyfin::DTO::PackageInfo::m_overview |
|
protected |
◆ m_owner
QString Jellyfin::DTO::PackageInfo::m_owner |
|
protected |
◆ m_versions
The documentation for this class was generated from the following files: