Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
itemmodel.cpp File Reference

Namespaces

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

Macros

#define JF_CASE(roleName)
 

Macro Definition Documentation

◆ JF_CASE

#define JF_CASE ( roleName)
Value:
case roleName: \
try { \
return QVariant(item->roleName()); \
} catch(std::bad_optional_access &e) { \
return QVariant(); \
}