![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <logfile.h>
Public Member Functions | |
| LogFile (QDateTime dateCreated, QDateTime dateModified, qint64 size, QString name) | |
| LogFile (const LogFile &other) | |
| void | replaceData (LogFile &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QDateTime | dateCreated () const |
| Gets or sets the date created. | |
| void | setDateCreated (QDateTime newDateCreated) |
| Gets or sets the date created. | |
| QDateTime | dateModified () const |
| Gets or sets the date modified. | |
| void | setDateModified (QDateTime newDateModified) |
| Gets or sets the date modified. | |
| qint64 | size () const |
| Gets or sets the size. | |
| void | setSize (qint64 newSize) |
| Gets or sets the size. | |
| QString | name () const |
| Gets or sets the name. | |
| void | setName (QString newName) |
| Gets or sets the name. | |
Static Public Member Functions | |
| static LogFile | fromJson (QJsonObject source) |
Protected Attributes | |
| QDateTime | m_dateCreated |
| QDateTime | m_dateModified |
| qint64 | m_size |
| QString | m_name |
| Jellyfin::DTO::LogFile::LogFile | ( | QDateTime | dateCreated, |
| QDateTime | dateModified, | ||
| qint64 | size, | ||
| QString | name ) |
| Jellyfin::DTO::LogFile::LogFile | ( | const LogFile & | other | ) |
| QDateTime Jellyfin::DTO::LogFile::dateCreated | ( | ) | const |
Gets or sets the date created.
| QDateTime Jellyfin::DTO::LogFile::dateModified | ( | ) | const |
Gets or sets the date modified.
|
static |
| QString Jellyfin::DTO::LogFile::name | ( | ) | const |
Gets or sets the name.
| void Jellyfin::DTO::LogFile::replaceData | ( | LogFile & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::LogFile::setDateCreated | ( | QDateTime | newDateCreated | ) |
Gets or sets the date created.
| void Jellyfin::DTO::LogFile::setDateModified | ( | QDateTime | newDateModified | ) |
Gets or sets the date modified.
| void Jellyfin::DTO::LogFile::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::LogFile::setName | ( | QString | newName | ) |
Gets or sets the name.
| void Jellyfin::DTO::LogFile::setSize | ( | qint64 | newSize | ) |
Gets or sets the size.
| qint64 Jellyfin::DTO::LogFile::size | ( | ) | const |
Gets or sets the size.
| QJsonObject Jellyfin::DTO::LogFile::toJson | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |