|
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 class | ReflectAxis : std::uint8_t { Horizontal , Vertical } |
| enum class | FillDirection : std::uint8_t { LeftToRight , TopToBottom } |
| enum class | BoundaryWanted : std::uint8_t { No , Yes } |
|
strong |
| Enumerator | |
|---|---|
| No | |
| Yes | |
Definition at line 20 of file mythimage.h.
|
strong |
| Enumerator | |
|---|---|
| LeftToRight | |
| TopToBottom | |
Definition at line 19 of file mythimage.h.
|
strong |
| Enumerator | |
|---|---|
| Horizontal | |
| Vertical | |
Definition at line 18 of file mythimage.h.