![]() |
Mixxx
|
#include <featuredartistswebview.h>
Public Slots | |
void | handleClickedLink (const QUrl &url) |
void | handleLoadFinished (bool ok) |
void | checkWebpageLoadingProgress () |
Signals | |
void | loadTrack (TrackInfoObject *pTrack) |
void | loadTrackToPlayer (TrackInfoObject *pTrack, QString group) |
Public Member Functions | |
FeaturedArtistsWebView (QWidget *parent, QString libraryPath, QString remoteURL, SongDownloader *downloader) | |
~FeaturedArtistsWebView () | |
virtual void | setup (QDomNode node) |
virtual void | onSearchStarting () |
virtual void | onSearchCleared () |
virtual void | onSearch (const QString &) |
virtual void | onShow () |
virtual QWidget * | getWidgetForMIDIControl () |
virtual void | keyPressEvent (QKeyEvent *event) |
Definition at line 28 of file featuredartistswebview.h.
FeaturedArtistsWebView::FeaturedArtistsWebView | ( | QWidget * | parent, |
QString | libraryPath, | ||
QString | remoteURL, | ||
SongDownloader * | downloader | ||
) |
FeaturedArtistsWebView::~FeaturedArtistsWebView | ( | ) |
Definition at line 90 of file featuredartistswebview.cpp.
void FeaturedArtistsWebView::checkWebpageLoadingProgress | ( | ) | [slot] |
Definition at line 80 of file featuredartistswebview.cpp.
virtual QWidget* FeaturedArtistsWebView::getWidgetForMIDIControl | ( | ) | [inline, virtual] |
Definition at line 40 of file featuredartistswebview.h.
void FeaturedArtistsWebView::handleClickedLink | ( | const QUrl & | url | ) | [slot] |
Definition at line 100 of file featuredartistswebview.cpp.
void FeaturedArtistsWebView::handleLoadFinished | ( | bool | ok | ) | [slot] |
Definition at line 65 of file featuredartistswebview.cpp.
void FeaturedArtistsWebView::keyPressEvent | ( | QKeyEvent * | event | ) | [virtual] |
Definition at line 127 of file featuredartistswebview.cpp.
void FeaturedArtistsWebView::loadTrack | ( | TrackInfoObject * | pTrack | ) | [signal] |
void FeaturedArtistsWebView::loadTrackToPlayer | ( | TrackInfoObject * | pTrack, |
QString | group | ||
) | [signal] |
virtual void FeaturedArtistsWebView::onSearch | ( | const QString & | ) | [inline, virtual] |
Implements LibraryView.
Definition at line 38 of file featuredartistswebview.h.
virtual void FeaturedArtistsWebView::onSearchCleared | ( | ) | [inline, virtual] |
Implements LibraryView.
Definition at line 37 of file featuredartistswebview.h.
virtual void FeaturedArtistsWebView::onSearchStarting | ( | ) | [inline, virtual] |
Implements LibraryView.
Definition at line 36 of file featuredartistswebview.h.
virtual void FeaturedArtistsWebView::onShow | ( | ) | [inline, virtual] |
Implements LibraryView.
Definition at line 39 of file featuredartistswebview.h.
void FeaturedArtistsWebView::setup | ( | QDomNode | node | ) | [virtual] |
Implements LibraryView.
Definition at line 95 of file featuredartistswebview.cpp.