MythTV master
mythuiimageresults.h
Go to the documentation of this file.
1#include <QObject>
2
5
6#include "mythmetaexp.h"
7
10
12{
13 Q_OBJECT
14
15 public:
18
20
21 bool Create() override; // MythScreenType
22 static void cleanCacheDir();
23 void customEvent(QEvent *event) override; // MythUIType
24
25 signals:
27
28 private:
31 MythUIButtonList *m_resultsList {nullptr};
32 MetadataImageDownload *m_imageDownload {nullptr};
33
34 private slots:
35 void sendResult(MythUIButtonListItem* item);
36};
37
void haveResult(ArtworkInfo, VideoArtworkType)
Screen in which all other widgets are contained and rendered.
virtual bool Create(void)
List widget, displays list items in a variety of themeable arrangements and can trigger signals when ...
void customEvent(QEvent *event) override
QList< ArtworkInfo > ArtworkList
VideoArtworkType
#define META_PUBLIC
Definition: mythmetaexp.h:9