![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | pw () const |
| Password. | |
| void | setPw (QString newPw) |
| bool | pwNull () const |
| void | setPwNull () |
| const bool & | validateListings () const |
| Validate listings. | |
| void | setValidateListings (bool newValidateListings) |
| bool | validateListingsNull () const |
| void | setValidateListingsNull () |
| const bool & | validateLogin () const |
| Validate login. | |
| void | setValidateLogin (bool newValidateLogin) |
| bool | validateLoginNull () const |
| void | setValidateLoginNull () |
| const QSharedPointer< ListingsProviderInfo > & | body () const |
| New listings info. | |
| void | setBody (QSharedPointer< ListingsProviderInfo > newBody) |
| const QSharedPointer< ListingsProviderInfo > & Jellyfin::Loader::AddListingProviderParams::body | ( | ) | const |
New listings info.
| const QString & Jellyfin::Loader::AddListingProviderParams::pw | ( | ) | const |
Password.
| bool Jellyfin::Loader::AddListingProviderParams::pwNull | ( | ) | const |
| void Jellyfin::Loader::AddListingProviderParams::setBody | ( | QSharedPointer< ListingsProviderInfo > | newBody | ) |
| void Jellyfin::Loader::AddListingProviderParams::setPw | ( | QString | newPw | ) |
| void Jellyfin::Loader::AddListingProviderParams::setPwNull | ( | ) |
| void Jellyfin::Loader::AddListingProviderParams::setValidateListings | ( | bool | newValidateListings | ) |
| void Jellyfin::Loader::AddListingProviderParams::setValidateListingsNull | ( | ) |
| void Jellyfin::Loader::AddListingProviderParams::setValidateLogin | ( | bool | newValidateLogin | ) |
| void Jellyfin::Loader::AddListingProviderParams::setValidateLoginNull | ( | ) |
| const bool & Jellyfin::Loader::AddListingProviderParams::validateListings | ( | ) | const |
Validate listings.
| bool Jellyfin::Loader::AddListingProviderParams::validateListingsNull | ( | ) | const |
| const bool & Jellyfin::Loader::AddListingProviderParams::validateLogin | ( | ) | const |
Validate login.
| bool Jellyfin::Loader::AddListingProviderParams::validateLoginNull | ( | ) | const |