Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <optional>
#include <QFuture>
#include <QFutureWatcher>
#include <QMutex>
#include <QMutexLocker>
#include <QtConcurrent/QtConcurrent>
#include "../support/loader.h"
Go to the source code of this file.
Classes | |
class | Jellyfin::ViewModel::LoaderBase |
An "interface" for a remote data source. More... | |
class | Jellyfin::ViewModel::Loader< T, R, P > |
Namespaces | |
namespace | Jellyfin |
namespace | Jellyfin::ViewModel |
Contains all types exposed to QML. | |
Functions | |
void | Jellyfin::ViewModel::registerRemoteTypes (const char *uri) |