#include <mythuiimageresults.h>
Signals | |
| void | haveResult (ArtworkInfo, VideoArtworkType) |
Public Member Functions | |
| ImageSearchResultsDialog (MythScreenStack *lparent, const ArtworkList list, const VideoArtworkType type) | |
| ~ImageSearchResultsDialog () | |
| bool | Create () |
| void | cleanCacheDir () |
| void | customEvent (QEvent *event) |
Private Slots | |
| void | sendResult (MythUIButtonListItem *item) |
Private Attributes | |
| ArtworkList | m_list |
| VideoArtworkType | m_type |
| MythUIButtonList * | m_resultsList |
| MetadataImageDownload * | m_imageDownload |
Definition at line 10 of file mythuiimageresults.h.
| ImageSearchResultsDialog::ImageSearchResultsDialog | ( | MythScreenStack * | lparent, | |
| const ArtworkList | list, | |||
| const VideoArtworkType | type | |||
| ) |
Definition at line 8 of file mythuiimageresults.cpp.
| ImageSearchResultsDialog::~ImageSearchResultsDialog | ( | ) |
Definition at line 21 of file mythuiimageresults.cpp.
| bool ImageSearchResultsDialog::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 32 of file mythuiimageresults.cpp.
Referenced by MetadataOptions::OnArtworkSearchDone(), and EditMetadataDialog::OnArtworkSearchDone().
| void ImageSearchResultsDialog::cleanCacheDir | ( | ) |
Definition at line 94 of file mythuiimageresults.cpp.
Referenced by ~ImageSearchResultsDialog().
| void ImageSearchResultsDialog::customEvent | ( | QEvent * | event | ) | [virtual] |
Reimplemented from MythUIType.
Definition at line 116 of file mythuiimageresults.cpp.
| void ImageSearchResultsDialog::haveResult | ( | ArtworkInfo | , | |
| VideoArtworkType | ||||
| ) | [signal] |
Referenced by sendResult().
| void ImageSearchResultsDialog::sendResult | ( | MythUIButtonListItem * | item | ) | [private, slot] |
Definition at line 145 of file mythuiimageresults.cpp.
Referenced by Create().
ArtworkList ImageSearchResultsDialog::m_list [private] |
Definition at line 28 of file mythuiimageresults.h.
Referenced by Create().
Definition at line 29 of file mythuiimageresults.h.
Referenced by sendResult().
Definition at line 30 of file mythuiimageresults.h.
Referenced by Create(), and customEvent().
Definition at line 31 of file mythuiimageresults.h.
Referenced by Create(), ImageSearchResultsDialog(), and ~ImageSearchResultsDialog().
1.6.3