30#ifndef JELLYFIN_DTO_IMAGEORIENTATION_H
31#define JELLYFIN_DTO_IMAGEORIENTATION_H
Definition imageorientation.h:46
Value
Definition imageorientation.h:49
@ EnumNotSet
Definition imageorientation.h:50
@ BottomLeft
Definition imageorientation.h:54
@ LeftTop
Definition imageorientation.h:55
@ TopRight
Definition imageorientation.h:52
@ TopLeft
Definition imageorientation.h:51
@ LeftBottom
Definition imageorientation.h:58
@ RightTop
Definition imageorientation.h:56
@ BottomRight
Definition imageorientation.h:53
@ RightBottom
Definition imageorientation.h:57
ImageOrientationClass::Value ImageOrientation
Definition imageorientation.h:65
Jellyfin::DTO::ImageOrientation ImageOrientation
Definition imageorientation.h:71
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45