#include <mythuimetadataresults.h>
Signals | |
| void | haveResult (MetadataLookup *) |
Public Member Functions | |
| MetadataResultsDialog (MythScreenStack *lparent, const MetadataLookupList results) | |
| ~MetadataResultsDialog () | |
| bool | Create () |
Private Slots | |
| void | customEvent (QEvent *event) |
| void | cleanCacheDir () |
| void | sendResult (MythUIButtonListItem *item) |
Private Attributes | |
| MetadataLookupList | m_results |
| MythUIButtonList * | m_resultsList |
| MetadataImageDownload * | m_imageDownload |
Definition at line 13 of file mythuimetadataresults.h.
| MetadataResultsDialog::MetadataResultsDialog | ( | MythScreenStack * | lparent, | |
| const MetadataLookupList | results | |||
| ) |
Definition at line 10 of file mythuimetadataresults.cpp.
| MetadataResultsDialog::~MetadataResultsDialog | ( | ) |
Definition at line 21 of file mythuimetadataresults.cpp.
| bool MetadataResultsDialog::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 32 of file mythuimetadataresults.cpp.
Referenced by VideoDialog::customEvent(), MetadataOptions::customEvent(), and GameUI::customEvent().
| void MetadataResultsDialog::haveResult | ( | MetadataLookup * | ) | [signal] |
Referenced by sendResult().
| void MetadataResultsDialog::customEvent | ( | QEvent * | event | ) | [private, virtual, slot] |
Reimplemented from MythUIType.
Definition at line 122 of file mythuimetadataresults.cpp.
| void MetadataResultsDialog::cleanCacheDir | ( | ) | [private, slot] |
Definition at line 100 of file mythuimetadataresults.cpp.
Referenced by ~MetadataResultsDialog().
| void MetadataResultsDialog::sendResult | ( | MythUIButtonListItem * | item | ) | [private, slot] |
Definition at line 151 of file mythuimetadataresults.cpp.
Referenced by Create().
Definition at line 28 of file mythuimetadataresults.h.
Referenced by Create(), and sendResult().
Definition at line 29 of file mythuimetadataresults.h.
Referenced by Create(), and customEvent().
Definition at line 30 of file mythuimetadataresults.h.
Referenced by Create(), MetadataResultsDialog(), and ~MetadataResultsDialog().
1.6.3