Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <QAbstractListModel>
#include <QObject>
#include <QScopedPointer>
#include <QVariantList>
#include "../dto/baseitemdto.h"
#include "../dto/baseitemdtoqueryresult.h"
#include "../loader/requesttypes.h"
#include "../model/item.h"
#include "../viewmodel/item.h"
#include "../apimodel.h"
#include "modelstatus.h"
#include "propertyhelper.h"
Go to the source code of this file.
Classes | |
class | Jellyfin::ViewModel::AbstractUserParameterLoader< T, D, R, P > |
Class intended for models which have a mandatory userId property, which can be extracted from the ApiClient. More... | |
class | Jellyfin::ViewModel::UserViewsLoader |
class | Jellyfin::ViewModel::LatestMediaLoader |
class | Jellyfin::ViewModel::UserItemsLoader |
class | Jellyfin::ViewModel::ResumeItemsLoader |
class | Jellyfin::ViewModel::ShowSeasonsLoader |
class | Jellyfin::ViewModel::ShowEpisodesLoader |
class | Jellyfin::ViewModel::NextUpLoader |
class | Jellyfin::ViewModel::AlbumArtistLoader |
class | Jellyfin::ViewModel::LiveTvChannelsLoader |
class | Jellyfin::ViewModel::ItemModel |
Base class for each model that works with items. More... | |
Namespaces | |
namespace | Jellyfin |
namespace | Jellyfin::ViewModel |
Contains all types exposed to QML. | |
Macros | |
#define | FWDPROP(type, propName, propSetName) |
#define | FWDLISTPROP(type, propName, propSetName) |
#define | JFRN(name) {RoleNames::name, #name} |
#define FWDLISTPROP | ( | type, | |
propName, | |||
propSetName ) |
#define FWDPROP | ( | type, | |
propName, | |||
propSetName ) |
#define JFRN | ( | name | ) | {RoleNames::name, #name} |