Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
usermodel.h File Reference
#include <QAbstractListModel>
#include <QByteArray>
#include <QHash>
#include "../loader/http/user.h"
#include "../loader/requesttypes.h"
#include "../model/user.h"
#include "../apimodel.h"
#include "propertyhelper.h"

Go to the source code of this file.

Classes

class  Jellyfin::ViewModel::UserModel
 
class  Jellyfin::ViewModel::PublicUsersLoader
 

Namespaces

namespace  Jellyfin
 
namespace  Jellyfin::ViewModel
 Contains all types exposed to QML.
 

Macros

#define FWDPROP(type, propName, propSetName)   JF_FWD_RW_PROP(type, propName, propSetName, this->m_parameters)
 

Typedefs

using Jellyfin::ViewModel::PublicUsersLoaderBase = LoaderModelLoader<Model::User, DTO::UserDto, QList<DTO::UserDto>, Jellyfin::Loader::GetPublicUsersParams>
 

Macro Definition Documentation

◆ FWDPROP

#define FWDPROP ( type,
propName,
propSetName )   JF_FWD_RW_PROP(type, propName, propSetName, this->m_parameters)