![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | name () const |
| The name of the library. | |
| void | setName (QString newName) |
| bool | nameNull () const |
| void | setNameNull () |
| const QString & | path () const |
| The path to remove. | |
| void | setPath (QString newPath) |
| bool | pathNull () const |
| void | setPathNull () |
| const bool & | refreshLibrary () const |
| Whether to refresh the library. | |
| void | setRefreshLibrary (bool newRefreshLibrary) |
| bool | refreshLibraryNull () const |
| void | setRefreshLibraryNull () |
| const QString & Jellyfin::Loader::RemoveMediaPathParams::name | ( | ) | const |
The name of the library.
| bool Jellyfin::Loader::RemoveMediaPathParams::nameNull | ( | ) | const |
| const QString & Jellyfin::Loader::RemoveMediaPathParams::path | ( | ) | const |
The path to remove.
| bool Jellyfin::Loader::RemoveMediaPathParams::pathNull | ( | ) | const |
| const bool & Jellyfin::Loader::RemoveMediaPathParams::refreshLibrary | ( | ) | const |
Whether to refresh the library.
| bool Jellyfin::Loader::RemoveMediaPathParams::refreshLibraryNull | ( | ) | const |
| void Jellyfin::Loader::RemoveMediaPathParams::setName | ( | QString | newName | ) |
| void Jellyfin::Loader::RemoveMediaPathParams::setNameNull | ( | ) |
| void Jellyfin::Loader::RemoveMediaPathParams::setPath | ( | QString | newPath | ) |
| void Jellyfin::Loader::RemoveMediaPathParams::setPathNull | ( | ) |
| void Jellyfin::Loader::RemoveMediaPathParams::setRefreshLibrary | ( | bool | newRefreshLibrary | ) |
| void Jellyfin::Loader::RemoveMediaPathParams::setRefreshLibraryNull | ( | ) |