MythTV  master
Classes | Enumerations
mythimage.h File Reference
#include <utility>
#include <QImage>
#include <QImageReader>
#include <QMutex>
#include <QPixmap>
#include "libmythbase/referencecounter.h"
#include "libmythui/mythpainter.h"
Include dependency graph for mythimage.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MythImageReader
 
class  MythImage
 

Enumerations

enum  ReflectAxis { ReflectAxis::Horizontal, ReflectAxis::Vertical }
 
enum  FillDirection { FillDirection::LeftToRight, FillDirection::TopToBottom }
 
enum  BoundaryWanted { BoundaryWanted::No, BoundaryWanted::Yes }
 

Enumeration Type Documentation

◆ ReflectAxis

enum ReflectAxis
strong
Enumerator
Horizontal 
Vertical 

Definition at line 18 of file mythimage.h.

◆ FillDirection

enum FillDirection
strong
Enumerator
LeftToRight 
TopToBottom 

Definition at line 19 of file mythimage.h.

◆ BoundaryWanted

enum BoundaryWanted
strong
Enumerator
No 
Yes 

Definition at line 20 of file mythimage.h.