#include <xmlattribute.h>
◆ XmlAttribute() [1/2]
Jellyfin::DTO::XmlAttribute::XmlAttribute |
( |
| ) |
|
◆ XmlAttribute() [2/2]
Jellyfin::DTO::XmlAttribute::XmlAttribute |
( |
const XmlAttribute & | other | ) |
|
◆ fromJson()
XmlAttribute Jellyfin::DTO::XmlAttribute::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ name()
QString Jellyfin::DTO::XmlAttribute::name |
( |
| ) |
const |
Gets or sets the name of the attribute.
◆ nameNull()
bool Jellyfin::DTO::XmlAttribute::nameNull |
( |
| ) |
const |
◆ replaceData()
void Jellyfin::DTO::XmlAttribute::replaceData |
( |
XmlAttribute & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
void Jellyfin::DTO::XmlAttribute::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setName()
void Jellyfin::DTO::XmlAttribute::setName |
( |
QString | newName | ) |
|
Gets or sets the name of the attribute.
◆ setNameNull()
void Jellyfin::DTO::XmlAttribute::setNameNull |
( |
| ) |
|
◆ setValue()
void Jellyfin::DTO::XmlAttribute::setValue |
( |
QString | newValue | ) |
|
Gets or sets the value of the attribute.
◆ setValueNull()
void Jellyfin::DTO::XmlAttribute::setValueNull |
( |
| ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::XmlAttribute::toJson |
( |
| ) |
const |
◆ value()
QString Jellyfin::DTO::XmlAttribute::value |
( |
| ) |
const |
Gets or sets the value of the attribute.
◆ valueNull()
bool Jellyfin::DTO::XmlAttribute::valueNull |
( |
| ) |
const |
◆ m_name
QString Jellyfin::DTO::XmlAttribute::m_name |
|
protected |
◆ m_value
QString Jellyfin::DTO::XmlAttribute::m_value |
|
protected |
The documentation for this class was generated from the following files: