![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <QJsonArray>#include <QJsonDocument>#include <QJsonObject>#include <QJsonParseError>#include <QJsonValue>#include <QHostInfo>#include <QObject>#include <QQmlListProperty>#include <QQmlParserStatus>#include <QScopedPointer>#include <QString>#include <QSysInfo>#include <QtQml>#include <QUuid>#include <QNetworkReply>#include <QUrlQuery>#include "dto/generalcommandtype.h"#include "credentialmanager.h"#include "model/controllablesession.h"#include "model/deviceprofile.h"#include "eventbus.h"Go to the source code of this file.
Classes | |
| class | Jellyfin::ApiClient |
| An Api client for Jellyfin. Handles requests and authentication. More... | |
Namespaces | |
| namespace | Jellyfin |
| namespace | Jellyfin::ViewModel |
| Contains all types exposed to QML. | |
| namespace | Jellyfin::DTO |
| Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API. | |
Typedefs | |
| using | Jellyfin::DTO::UserData = UserItemDataDto |