![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <startupuserdto.h>
Public Member Functions | |
| StartupUserDto () | |
| StartupUserDto (const StartupUserDto &other) | |
| void | replaceData (StartupUserDto &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | name () const |
| Gets or sets the username. | |
| void | setName (QString newName) |
| Gets or sets the username. | |
| bool | nameNull () const |
| void | setNameNull () |
| QString | password () const |
| Gets or sets the user's password. | |
| void | setPassword (QString newPassword) |
| Gets or sets the user's password. | |
| bool | passwordNull () const |
| void | setPasswordNull () |
Static Public Member Functions | |
| static StartupUserDto | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_name |
| QString | m_password |
| Jellyfin::DTO::StartupUserDto::StartupUserDto | ( | ) |
| Jellyfin::DTO::StartupUserDto::StartupUserDto | ( | const StartupUserDto & | other | ) |
|
static |
| QString Jellyfin::DTO::StartupUserDto::name | ( | ) | const |
Gets or sets the username.
| bool Jellyfin::DTO::StartupUserDto::nameNull | ( | ) | const |
| QString Jellyfin::DTO::StartupUserDto::password | ( | ) | const |
Gets or sets the user's password.
| bool Jellyfin::DTO::StartupUserDto::passwordNull | ( | ) | const |
| void Jellyfin::DTO::StartupUserDto::replaceData | ( | StartupUserDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::StartupUserDto::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::StartupUserDto::setName | ( | QString | newName | ) |
Gets or sets the username.
| void Jellyfin::DTO::StartupUserDto::setNameNull | ( | ) |
| void Jellyfin::DTO::StartupUserDto::setPassword | ( | QString | newPassword | ) |
Gets or sets the user's password.
| void Jellyfin::DTO::StartupUserDto::setPasswordNull | ( | ) |
| QJsonObject Jellyfin::DTO::StartupUserDto::toJson | ( | ) | const |
|
protected |
|
protected |