MythTV
master
|
#include <QDateTime>
#include <QHash>
#include <QMutex>
#include <QWaitCondition>
#include <QVector>
#include <QPair>
#include "mythuitype.h"
#include "mythuihelper.h"
#include "mythimage.h"
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 > |
using AnimationFrame = QPair<MythImage *, std::chrono::milliseconds> |
Definition at line 87 of file mythuiimage.h.
using AnimationFrames = QVector<AnimationFrame> |
Definition at line 88 of file mythuiimage.h.