![]() |
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 folder. | |
| void | setName (QString newName) |
| bool | nameNull () const |
| void | setNameNull () |
| const bool & | refreshLibrary () const |
| Whether to refresh the library. | |
| void | setRefreshLibrary (bool newRefreshLibrary) |
| bool | refreshLibraryNull () const |
| void | setRefreshLibraryNull () |
| const QString & Jellyfin::Loader::RemoveVirtualFolderParams::name | ( | ) | const |
The name of the folder.
| bool Jellyfin::Loader::RemoveVirtualFolderParams::nameNull | ( | ) | const |
| const bool & Jellyfin::Loader::RemoveVirtualFolderParams::refreshLibrary | ( | ) | const |
Whether to refresh the library.
| bool Jellyfin::Loader::RemoveVirtualFolderParams::refreshLibraryNull | ( | ) | const |
| void Jellyfin::Loader::RemoveVirtualFolderParams::setName | ( | QString | newName | ) |
| void Jellyfin::Loader::RemoveVirtualFolderParams::setNameNull | ( | ) |
| void Jellyfin::Loader::RemoveVirtualFolderParams::setRefreshLibrary | ( | bool | newRefreshLibrary | ) |
| void Jellyfin::Loader::RemoveVirtualFolderParams::setRefreshLibraryNull | ( | ) |