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