![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const CollectionTypeOptions & | collectionType () const |
| The type of the collection. | |
| void | setCollectionType (CollectionTypeOptions newCollectionType) |
| bool | collectionTypeNull () const |
| void | setCollectionTypeNull () |
| const QString & | name () const |
| The name of the virtual folder. | |
| void | setName (QString newName) |
| bool | nameNull () const |
| void | setNameNull () |
| const QStringList & | paths () const |
| The paths of the virtual folder. | |
| void | setPaths (QStringList newPaths) |
| bool | pathsNull () const |
| void | setPathsNull () |
| const bool & | refreshLibrary () const |
| Whether to refresh the library. | |
| void | setRefreshLibrary (bool newRefreshLibrary) |
| bool | refreshLibraryNull () const |
| void | setRefreshLibraryNull () |
| const QSharedPointer< AddVirtualFolderDto > & | body () const |
| The library options. | |
| void | setBody (QSharedPointer< AddVirtualFolderDto > newBody) |
| const QSharedPointer< AddVirtualFolderDto > & Jellyfin::Loader::AddVirtualFolderParams::body | ( | ) | const |
The library options.
| const CollectionTypeOptions & Jellyfin::Loader::AddVirtualFolderParams::collectionType | ( | ) | const |
The type of the collection.
| bool Jellyfin::Loader::AddVirtualFolderParams::collectionTypeNull | ( | ) | const |
| const QString & Jellyfin::Loader::AddVirtualFolderParams::name | ( | ) | const |
The name of the virtual folder.
| bool Jellyfin::Loader::AddVirtualFolderParams::nameNull | ( | ) | const |
| const QStringList & Jellyfin::Loader::AddVirtualFolderParams::paths | ( | ) | const |
The paths of the virtual folder.
| bool Jellyfin::Loader::AddVirtualFolderParams::pathsNull | ( | ) | const |
| const bool & Jellyfin::Loader::AddVirtualFolderParams::refreshLibrary | ( | ) | const |
Whether to refresh the library.
| bool Jellyfin::Loader::AddVirtualFolderParams::refreshLibraryNull | ( | ) | const |
| void Jellyfin::Loader::AddVirtualFolderParams::setBody | ( | QSharedPointer< AddVirtualFolderDto > | newBody | ) |
| void Jellyfin::Loader::AddVirtualFolderParams::setCollectionType | ( | CollectionTypeOptions | newCollectionType | ) |
| void Jellyfin::Loader::AddVirtualFolderParams::setCollectionTypeNull | ( | ) |
| void Jellyfin::Loader::AddVirtualFolderParams::setName | ( | QString | newName | ) |
| void Jellyfin::Loader::AddVirtualFolderParams::setNameNull | ( | ) |
| void Jellyfin::Loader::AddVirtualFolderParams::setPaths | ( | QStringList | newPaths | ) |
| void Jellyfin::Loader::AddVirtualFolderParams::setPathsNull | ( | ) |
| void Jellyfin::Loader::AddVirtualFolderParams::setRefreshLibrary | ( | bool | newRefreshLibrary | ) |
| void Jellyfin::Loader::AddVirtualFolderParams::setRefreshLibraryNull | ( | ) |