![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <namevaluepair.h>
Public Member Functions | |
| NameValuePair () | |
| NameValuePair (const NameValuePair &other) | |
| void | replaceData (NameValuePair &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | name () const |
| Gets or sets the name. | |
| void | setName (QString newName) |
| Gets or sets the name. | |
| bool | nameNull () const |
| void | setNameNull () |
| QString | value () const |
| Gets or sets the value. | |
| void | setValue (QString newValue) |
| Gets or sets the value. | |
| bool | valueNull () const |
| void | setValueNull () |
Static Public Member Functions | |
| static NameValuePair | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_name |
| QString | m_value |
| Jellyfin::DTO::NameValuePair::NameValuePair | ( | ) |
| Jellyfin::DTO::NameValuePair::NameValuePair | ( | const NameValuePair & | other | ) |
|
static |
| QString Jellyfin::DTO::NameValuePair::name | ( | ) | const |
Gets or sets the name.
| bool Jellyfin::DTO::NameValuePair::nameNull | ( | ) | const |
| void Jellyfin::DTO::NameValuePair::replaceData | ( | NameValuePair & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::NameValuePair::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::NameValuePair::setName | ( | QString | newName | ) |
Gets or sets the name.
| void Jellyfin::DTO::NameValuePair::setNameNull | ( | ) |
| void Jellyfin::DTO::NameValuePair::setValue | ( | QString | newValue | ) |
Gets or sets the value.
| void Jellyfin::DTO::NameValuePair::setValueNull | ( | ) |
| QJsonObject Jellyfin::DTO::NameValuePair::toJson | ( | ) | const |
| QString Jellyfin::DTO::NameValuePair::value | ( | ) | const |
Gets or sets the value.
| bool Jellyfin::DTO::NameValuePair::valueNull | ( | ) | const |
|
protected |
|
protected |