![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <imageproviderinfo.h>
Public Member Functions | |
| ImageProviderInfo (QString name, QList< ImageType > supportedImages) | |
| ImageProviderInfo (const ImageProviderInfo &other) | |
| void | replaceData (ImageProviderInfo &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | name () const |
| Gets the name. | |
| void | setName (QString newName) |
| Gets the name. | |
| QList< ImageType > | supportedImages () const |
| Gets the supported image types. | |
| void | setSupportedImages (QList< ImageType > newSupportedImages) |
| Gets the supported image types. | |
Static Public Member Functions | |
| static ImageProviderInfo | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_name |
| QList< ImageType > | m_supportedImages |
| Jellyfin::DTO::ImageProviderInfo::ImageProviderInfo | ( | QString | name, |
| QList< ImageType > | supportedImages ) |
| Jellyfin::DTO::ImageProviderInfo::ImageProviderInfo | ( | const ImageProviderInfo & | other | ) |
|
static |
| QString Jellyfin::DTO::ImageProviderInfo::name | ( | ) | const |
Gets the name.
| void Jellyfin::DTO::ImageProviderInfo::replaceData | ( | ImageProviderInfo & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::ImageProviderInfo::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::ImageProviderInfo::setName | ( | QString | newName | ) |
Gets the name.
Gets the supported image types.
Gets the supported image types.
| QJsonObject Jellyfin::DTO::ImageProviderInfo::toJson | ( | ) | const |
|
protected |