![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const bool & | isNewLibrary () const |
| Whether this is a new library. | |
| void | setIsNewLibrary (bool newIsNewLibrary) |
| bool | isNewLibraryNull () const |
| void | setIsNewLibraryNull () |
| const CollectionType & | libraryContentType () const |
| Library content type. | |
| void | setLibraryContentType (CollectionType newLibraryContentType) |
| bool | libraryContentTypeNull () const |
| void | setLibraryContentTypeNull () |
| const bool & Jellyfin::Loader::GetLibraryOptionsInfoParams::isNewLibrary | ( | ) | const |
Whether this is a new library.
| bool Jellyfin::Loader::GetLibraryOptionsInfoParams::isNewLibraryNull | ( | ) | const |
| const CollectionType & Jellyfin::Loader::GetLibraryOptionsInfoParams::libraryContentType | ( | ) | const |
Library content type.
| bool Jellyfin::Loader::GetLibraryOptionsInfoParams::libraryContentTypeNull | ( | ) | const |
| void Jellyfin::Loader::GetLibraryOptionsInfoParams::setIsNewLibrary | ( | bool | newIsNewLibrary | ) |
| void Jellyfin::Loader::GetLibraryOptionsInfoParams::setIsNewLibraryNull | ( | ) |
| void Jellyfin::Loader::GetLibraryOptionsInfoParams::setLibraryContentType | ( | CollectionType | newLibraryContentType | ) |
| void Jellyfin::Loader::GetLibraryOptionsInfoParams::setLibraryContentTypeNull | ( | ) |