#include <plugininfo.h>
◆ PluginInfo() [1/2]
Jellyfin::DTO::PluginInfo::PluginInfo |
( |
QSharedPointer< Version > | version, |
|
|
QString | jellyfinId, |
|
|
bool | canUninstall, |
|
|
bool | hasImage, |
|
|
PluginStatus | status ) |
◆ PluginInfo() [2/2]
Jellyfin::DTO::PluginInfo::PluginInfo |
( |
const PluginInfo & | other | ) |
|
◆ canUninstall()
bool Jellyfin::DTO::PluginInfo::canUninstall |
( |
| ) |
const |
Gets or sets a value indicating whether the plugin can be uninstalled.
◆ configurationFileName()
QString Jellyfin::DTO::PluginInfo::configurationFileName |
( |
| ) |
const |
Gets or sets the name of the configuration file.
◆ configurationFileNameNull()
bool Jellyfin::DTO::PluginInfo::configurationFileNameNull |
( |
| ) |
const |
◆ description()
QString Jellyfin::DTO::PluginInfo::description |
( |
| ) |
const |
Gets or sets the description.
◆ descriptionNull()
bool Jellyfin::DTO::PluginInfo::descriptionNull |
( |
| ) |
const |
◆ fromJson()
PluginInfo Jellyfin::DTO::PluginInfo::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ hasImage()
bool Jellyfin::DTO::PluginInfo::hasImage |
( |
| ) |
const |
Gets or sets a value indicating whether this plugin has a valid image.
◆ jellyfinId()
QString Jellyfin::DTO::PluginInfo::jellyfinId |
( |
| ) |
const |
Gets or sets the unique id.
◆ name()
QString Jellyfin::DTO::PluginInfo::name |
( |
| ) |
const |
◆ nameNull()
bool Jellyfin::DTO::PluginInfo::nameNull |
( |
| ) |
const |
◆ replaceData()
void Jellyfin::DTO::PluginInfo::replaceData |
( |
PluginInfo & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setCanUninstall()
void Jellyfin::DTO::PluginInfo::setCanUninstall |
( |
bool | newCanUninstall | ) |
|
Gets or sets a value indicating whether the plugin can be uninstalled.
◆ setConfigurationFileName()
void Jellyfin::DTO::PluginInfo::setConfigurationFileName |
( |
QString | newConfigurationFileName | ) |
|
Gets or sets the name of the configuration file.
◆ setConfigurationFileNameNull()
void Jellyfin::DTO::PluginInfo::setConfigurationFileNameNull |
( |
| ) |
|
◆ setDescription()
void Jellyfin::DTO::PluginInfo::setDescription |
( |
QString | newDescription | ) |
|
Gets or sets the description.
◆ setDescriptionNull()
void Jellyfin::DTO::PluginInfo::setDescriptionNull |
( |
| ) |
|
◆ setFromJson()
void Jellyfin::DTO::PluginInfo::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setHasImage()
void Jellyfin::DTO::PluginInfo::setHasImage |
( |
bool | newHasImage | ) |
|
Gets or sets a value indicating whether this plugin has a valid image.
◆ setJellyfinId()
void Jellyfin::DTO::PluginInfo::setJellyfinId |
( |
QString | newJellyfinId | ) |
|
Gets or sets the unique id.
◆ setName()
void Jellyfin::DTO::PluginInfo::setName |
( |
QString | newName | ) |
|
◆ setNameNull()
void Jellyfin::DTO::PluginInfo::setNameNull |
( |
| ) |
|
◆ setStatus()
void Jellyfin::DTO::PluginInfo::setStatus |
( |
PluginStatus | newStatus | ) |
|
◆ setVersion()
void Jellyfin::DTO::PluginInfo::setVersion |
( |
QSharedPointer< Version > | newVersion | ) |
|
◆ status()
◆ toJson()
QJsonObject Jellyfin::DTO::PluginInfo::toJson |
( |
| ) |
const |
◆ version()
QSharedPointer< Version > Jellyfin::DTO::PluginInfo::version |
( |
| ) |
const |
◆ m_canUninstall
bool Jellyfin::DTO::PluginInfo::m_canUninstall |
|
protected |
◆ m_configurationFileName
QString Jellyfin::DTO::PluginInfo::m_configurationFileName |
|
protected |
◆ m_description
QString Jellyfin::DTO::PluginInfo::m_description |
|
protected |
◆ m_hasImage
bool Jellyfin::DTO::PluginInfo::m_hasImage |
|
protected |
◆ m_jellyfinId
QString Jellyfin::DTO::PluginInfo::m_jellyfinId |
|
protected |
◆ m_name
QString Jellyfin::DTO::PluginInfo::m_name |
|
protected |
◆ m_status
◆ m_version
QSharedPointer<Version> Jellyfin::DTO::PluginInfo::m_version = QSharedPointer<Version>() |
|
protected |
The documentation for this class was generated from the following files: