MythTV
master
|
#include <utility>
#include <QImage>
#include <QImageReader>
#include <QMutex>
#include <QPixmap>
#include "libmythbase/referencecounter.h"
#include "libmythui/mythpainter.h"
Go to the source code of this file.
Classes | |
class | MythImageReader |
class | MythImage |
Enumerations | |
enum | ReflectAxis : std::uint8_t { ReflectAxis::Horizontal, ReflectAxis::Vertical } |
enum | FillDirection : std::uint8_t { FillDirection::LeftToRight, FillDirection::TopToBottom } |
enum | BoundaryWanted : std::uint8_t { BoundaryWanted::No, BoundaryWanted::Yes } |
|
strong |
Enumerator | |
---|---|
Horizontal | |
Vertical |
Definition at line 18 of file mythimage.h.
|
strong |
Enumerator | |
---|---|
LeftToRight | |
TopToBottom |
Definition at line 19 of file mythimage.h.
|
strong |
Enumerator | |
---|---|
No | |
Yes |
Definition at line 20 of file mythimage.h.