![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <countryinfo.h>
Public Member Functions | |
| CountryInfo () | |
| CountryInfo (const CountryInfo &other) | |
| void | replaceData (CountryInfo &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 | displayName () const |
| Gets or sets the display name. | |
| void | setDisplayName (QString newDisplayName) |
| Gets or sets the display name. | |
| bool | displayNameNull () const |
| void | setDisplayNameNull () |
| QString | twoLetterISORegionName () const |
| Gets or sets the name of the two letter ISO region. | |
| void | setTwoLetterISORegionName (QString newTwoLetterISORegionName) |
| Gets or sets the name of the two letter ISO region. | |
| bool | twoLetterISORegionNameNull () const |
| void | setTwoLetterISORegionNameNull () |
| QString | threeLetterISORegionName () const |
| Gets or sets the name of the three letter ISO region. | |
| void | setThreeLetterISORegionName (QString newThreeLetterISORegionName) |
| Gets or sets the name of the three letter ISO region. | |
| bool | threeLetterISORegionNameNull () const |
| void | setThreeLetterISORegionNameNull () |
Static Public Member Functions | |
| static CountryInfo | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_name |
| QString | m_displayName |
| QString | m_twoLetterISORegionName |
| QString | m_threeLetterISORegionName |
| Jellyfin::DTO::CountryInfo::CountryInfo | ( | ) |
| Jellyfin::DTO::CountryInfo::CountryInfo | ( | const CountryInfo & | other | ) |
| QString Jellyfin::DTO::CountryInfo::displayName | ( | ) | const |
Gets or sets the display name.
| bool Jellyfin::DTO::CountryInfo::displayNameNull | ( | ) | const |
|
static |
| QString Jellyfin::DTO::CountryInfo::name | ( | ) | const |
Gets or sets the name.
| bool Jellyfin::DTO::CountryInfo::nameNull | ( | ) | const |
| void Jellyfin::DTO::CountryInfo::replaceData | ( | CountryInfo & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::CountryInfo::setDisplayName | ( | QString | newDisplayName | ) |
Gets or sets the display name.
| void Jellyfin::DTO::CountryInfo::setDisplayNameNull | ( | ) |
| void Jellyfin::DTO::CountryInfo::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::CountryInfo::setName | ( | QString | newName | ) |
Gets or sets the name.
| void Jellyfin::DTO::CountryInfo::setNameNull | ( | ) |
| void Jellyfin::DTO::CountryInfo::setThreeLetterISORegionName | ( | QString | newThreeLetterISORegionName | ) |
Gets or sets the name of the three letter ISO region.
| void Jellyfin::DTO::CountryInfo::setThreeLetterISORegionNameNull | ( | ) |
| void Jellyfin::DTO::CountryInfo::setTwoLetterISORegionName | ( | QString | newTwoLetterISORegionName | ) |
Gets or sets the name of the two letter ISO region.
| void Jellyfin::DTO::CountryInfo::setTwoLetterISORegionNameNull | ( | ) |
| QString Jellyfin::DTO::CountryInfo::threeLetterISORegionName | ( | ) | const |
Gets or sets the name of the three letter ISO region.
| bool Jellyfin::DTO::CountryInfo::threeLetterISORegionNameNull | ( | ) | const |
| QJsonObject Jellyfin::DTO::CountryInfo::toJson | ( | ) | const |
| QString Jellyfin::DTO::CountryInfo::twoLetterISORegionName | ( | ) | const |
Gets or sets the name of the two letter ISO region.
| bool Jellyfin::DTO::CountryInfo::twoLetterISORegionNameNull | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |