![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <profilecondition.h>
Public Member Functions | |
| ProfileCondition (ProfileConditionType condition, ProfileConditionValue property, bool isRequired) | |
| ProfileCondition (const ProfileCondition &other) | |
| void | replaceData (ProfileCondition &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| ProfileConditionType | condition () const |
| void | setCondition (ProfileConditionType newCondition) |
| ProfileConditionValue | property () const |
| void | setProperty (ProfileConditionValue newProperty) |
| QString | value () const |
| void | setValue (QString newValue) |
| bool | valueNull () const |
| void | setValueNull () |
| bool | isRequired () const |
| void | setIsRequired (bool newIsRequired) |
Static Public Member Functions | |
| static ProfileCondition | fromJson (QJsonObject source) |
Protected Attributes | |
| ProfileConditionType | m_condition |
| ProfileConditionValue | m_property |
| QString | m_value |
| bool | m_isRequired |
| Jellyfin::DTO::ProfileCondition::ProfileCondition | ( | ProfileConditionType | condition, |
| ProfileConditionValue | property, | ||
| bool | isRequired ) |
| Jellyfin::DTO::ProfileCondition::ProfileCondition | ( | const ProfileCondition & | other | ) |
| ProfileConditionType Jellyfin::DTO::ProfileCondition::condition | ( | ) | const |
|
static |
| bool Jellyfin::DTO::ProfileCondition::isRequired | ( | ) | const |
| ProfileConditionValue Jellyfin::DTO::ProfileCondition::property | ( | ) | const |
| void Jellyfin::DTO::ProfileCondition::replaceData | ( | ProfileCondition & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::ProfileCondition::setCondition | ( | ProfileConditionType | newCondition | ) |
| void Jellyfin::DTO::ProfileCondition::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::ProfileCondition::setIsRequired | ( | bool | newIsRequired | ) |
| void Jellyfin::DTO::ProfileCondition::setProperty | ( | ProfileConditionValue | newProperty | ) |
| void Jellyfin::DTO::ProfileCondition::setValue | ( | QString | newValue | ) |
| void Jellyfin::DTO::ProfileCondition::setValueNull | ( | ) |
| QJsonObject Jellyfin::DTO::ProfileCondition::toJson | ( | ) | const |
| QString Jellyfin::DTO::ProfileCondition::value | ( | ) | const |
| bool Jellyfin::DTO::ProfileCondition::valueNull | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |