#include <virtualfolderinfo.h>
◆ VirtualFolderInfo() [1/2]
Jellyfin::DTO::VirtualFolderInfo::VirtualFolderInfo |
( |
QSharedPointer< LibraryOptions > | libraryOptions | ) |
|
◆ VirtualFolderInfo() [2/2]
Jellyfin::DTO::VirtualFolderInfo::VirtualFolderInfo |
( |
const VirtualFolderInfo & | other | ) |
|
◆ collectionType()
QString Jellyfin::DTO::VirtualFolderInfo::collectionType |
( |
| ) |
const |
Gets or sets the type of the collection.
◆ collectionTypeNull()
bool Jellyfin::DTO::VirtualFolderInfo::collectionTypeNull |
( |
| ) |
const |
◆ fromJson()
◆ itemId()
QString Jellyfin::DTO::VirtualFolderInfo::itemId |
( |
| ) |
const |
Gets or sets the item identifier.
◆ itemIdNull()
bool Jellyfin::DTO::VirtualFolderInfo::itemIdNull |
( |
| ) |
const |
◆ libraryOptions()
QSharedPointer< LibraryOptions > Jellyfin::DTO::VirtualFolderInfo::libraryOptions |
( |
| ) |
const |
◆ locations()
QStringList Jellyfin::DTO::VirtualFolderInfo::locations |
( |
| ) |
const |
Gets or sets the locations.
◆ locationsNull()
bool Jellyfin::DTO::VirtualFolderInfo::locationsNull |
( |
| ) |
const |
◆ name()
QString Jellyfin::DTO::VirtualFolderInfo::name |
( |
| ) |
const |
◆ nameNull()
bool Jellyfin::DTO::VirtualFolderInfo::nameNull |
( |
| ) |
const |
◆ primaryImageItemId()
QString Jellyfin::DTO::VirtualFolderInfo::primaryImageItemId |
( |
| ) |
const |
Gets or sets the primary image item identifier.
◆ primaryImageItemIdNull()
bool Jellyfin::DTO::VirtualFolderInfo::primaryImageItemIdNull |
( |
| ) |
const |
◆ refreshProgress()
std::optional< double > Jellyfin::DTO::VirtualFolderInfo::refreshProgress |
( |
| ) |
const |
◆ refreshProgressNull()
bool Jellyfin::DTO::VirtualFolderInfo::refreshProgressNull |
( |
| ) |
const |
◆ refreshStatus()
QString Jellyfin::DTO::VirtualFolderInfo::refreshStatus |
( |
| ) |
const |
◆ refreshStatusNull()
bool Jellyfin::DTO::VirtualFolderInfo::refreshStatusNull |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setCollectionType()
void Jellyfin::DTO::VirtualFolderInfo::setCollectionType |
( |
QString | newCollectionType | ) |
|
Gets or sets the type of the collection.
◆ setCollectionTypeNull()
void Jellyfin::DTO::VirtualFolderInfo::setCollectionTypeNull |
( |
| ) |
|
◆ setFromJson()
void Jellyfin::DTO::VirtualFolderInfo::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setItemId()
void Jellyfin::DTO::VirtualFolderInfo::setItemId |
( |
QString | newItemId | ) |
|
Gets or sets the item identifier.
◆ setItemIdNull()
void Jellyfin::DTO::VirtualFolderInfo::setItemIdNull |
( |
| ) |
|
◆ setLibraryOptions()
void Jellyfin::DTO::VirtualFolderInfo::setLibraryOptions |
( |
QSharedPointer< LibraryOptions > | newLibraryOptions | ) |
|
◆ setLocations()
void Jellyfin::DTO::VirtualFolderInfo::setLocations |
( |
QStringList | newLocations | ) |
|
Gets or sets the locations.
◆ setLocationsNull()
void Jellyfin::DTO::VirtualFolderInfo::setLocationsNull |
( |
| ) |
|
◆ setName()
void Jellyfin::DTO::VirtualFolderInfo::setName |
( |
QString | newName | ) |
|
◆ setNameNull()
void Jellyfin::DTO::VirtualFolderInfo::setNameNull |
( |
| ) |
|
◆ setPrimaryImageItemId()
void Jellyfin::DTO::VirtualFolderInfo::setPrimaryImageItemId |
( |
QString | newPrimaryImageItemId | ) |
|
Gets or sets the primary image item identifier.
◆ setPrimaryImageItemIdNull()
void Jellyfin::DTO::VirtualFolderInfo::setPrimaryImageItemIdNull |
( |
| ) |
|
◆ setRefreshProgress()
void Jellyfin::DTO::VirtualFolderInfo::setRefreshProgress |
( |
std::optional< double > | newRefreshProgress | ) |
|
◆ setRefreshProgressNull()
void Jellyfin::DTO::VirtualFolderInfo::setRefreshProgressNull |
( |
| ) |
|
◆ setRefreshStatus()
void Jellyfin::DTO::VirtualFolderInfo::setRefreshStatus |
( |
QString | newRefreshStatus | ) |
|
◆ setRefreshStatusNull()
void Jellyfin::DTO::VirtualFolderInfo::setRefreshStatusNull |
( |
| ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::VirtualFolderInfo::toJson |
( |
| ) |
const |
◆ m_collectionType
QString Jellyfin::DTO::VirtualFolderInfo::m_collectionType |
|
protected |
◆ m_itemId
QString Jellyfin::DTO::VirtualFolderInfo::m_itemId |
|
protected |
◆ m_libraryOptions
◆ m_locations
QStringList Jellyfin::DTO::VirtualFolderInfo::m_locations |
|
protected |
◆ m_name
QString Jellyfin::DTO::VirtualFolderInfo::m_name |
|
protected |
◆ m_primaryImageItemId
QString Jellyfin::DTO::VirtualFolderInfo::m_primaryImageItemId |
|
protected |
◆ m_refreshProgress
std::optional<double> Jellyfin::DTO::VirtualFolderInfo::m_refreshProgress = std::nullopt |
|
protected |
◆ m_refreshStatus
QString Jellyfin::DTO::VirtualFolderInfo::m_refreshStatus |
|
protected |
The documentation for this class was generated from the following files: