![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <metadataconfiguration.h>
Public Member Functions | |
| MetadataConfiguration (bool useFileCreationTimeForDateAdded) | |
| MetadataConfiguration (const MetadataConfiguration &other) | |
| void | replaceData (MetadataConfiguration &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| bool | useFileCreationTimeForDateAdded () const |
| void | setUseFileCreationTimeForDateAdded (bool newUseFileCreationTimeForDateAdded) |
Static Public Member Functions | |
| static MetadataConfiguration | fromJson (QJsonObject source) |
Protected Attributes | |
| bool | m_useFileCreationTimeForDateAdded |
| Jellyfin::DTO::MetadataConfiguration::MetadataConfiguration | ( | bool | useFileCreationTimeForDateAdded | ) |
| Jellyfin::DTO::MetadataConfiguration::MetadataConfiguration | ( | const MetadataConfiguration & | other | ) |
|
static |
| void Jellyfin::DTO::MetadataConfiguration::replaceData | ( | MetadataConfiguration & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::MetadataConfiguration::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::MetadataConfiguration::setUseFileCreationTimeForDateAdded | ( | bool | newUseFileCreationTimeForDateAdded | ) |
| QJsonObject Jellyfin::DTO::MetadataConfiguration::toJson | ( | ) | const |
| bool Jellyfin::DTO::MetadataConfiguration::useFileCreationTimeForDateAdded | ( | ) | const |
|
protected |