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