MythTV master
mythuimetadataresults.h
Go to the documentation of this file.
1#ifndef MYTHUIMETADATARESULTS_H_
2#define MYTHUIMETADATARESULTS_H_
3
7
9
11{
12 Q_OBJECT
13
14 public:
17 ~MetadataResultsDialog() override;
18
19 bool Create() override; // MythScreenType
20
21 signals:
23
24 private:
26 MythUIButtonList *m_resultsList {nullptr};
27 MetadataImageDownload *m_imageDownload {nullptr};
28
29 private slots:
30 void customEvent(QEvent *event) override; // MythUIType
31
32 static void cleanCacheDir();
33 void sendResult(MythUIButtonListItem* item);
34};
35
36#endif
void haveResult(RefCountHandler< MetadataLookup >)
MetadataLookupList m_results
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
#define META_PUBLIC
Definition: mythmetaexp.h:9