MythTV  master
Classes | Typedefs
mythuiimage.h File Reference
#include <QDateTime>
#include <QHash>
#include <QMutex>
#include <QWaitCondition>
#include <QVector>
#include <QPair>
#include "mythuitype.h"
#include "mythuihelper.h"
#include "mythimage.h"
Include dependency graph for mythuiimage.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ImageProperties
 
class  MythUIImage
 Image widget, displays a single image or multiple images in sequence. More...
 

Typedefs

using AnimationFrame = QPair< MythImage *, std::chrono::milliseconds >
 
using AnimationFrames = QVector< AnimationFrame >
 

Typedef Documentation

◆ AnimationFrame

using AnimationFrame = QPair<MythImage *, std::chrono::milliseconds>

Definition at line 87 of file mythuiimage.h.

◆ AnimationFrames

using AnimationFrames = QVector<AnimationFrame>

Definition at line 88 of file mythuiimage.h.