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 protected:
25 void customEvent(QEvent *event) override; // MythUIType
26
27 private:
29 MythUIButtonList *m_resultsList {nullptr};
30 MetadataImageDownload *m_imageDownload {nullptr};
31
32 private slots:
33 static void cleanCacheDir();
34 void sendResult(MythUIButtonListItem* item);
35};
36
37#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
Definition: mythuitype.cpp:989
#define META_PUBLIC
Definition: mythmetaexp.h:9