![]() |
Mixxx
|
#include <bundledsongswebview.h>


Public Slots | |
| void | handleClickedLink (const QUrl &url) |
| void | attachObjects () |
| void | setStatTracking (bool statTracking) |
| bool | statTracking () const |
| void | setFirstRun (bool firstRun) |
| void | loadFinished (bool ok) |
Signals | |
| void | loadTrack (TrackPointer pTrack) |
| void | loadTrackToPlayer (TrackPointer pTrack, QString group) |
Public Member Functions | |
| BundledSongsWebView (QWidget *parent, TrackCollection *trackCollection, QString promoBundlePath, QString localURL, bool firstRun, ConfigObject< ConfigValue > *config) | |
| virtual | ~BundledSongsWebView () |
| virtual void | setup (QDomNode node) |
| virtual void | onSearchStarting () |
| virtual void | onSearchCleared () |
| virtual void | onSearch (const QString &) |
| virtual void | onShow () |
| virtual void | keyPressEvent (QKeyEvent *event) |
| virtual void | loadSelectedTrack () |
| virtual void | loadSelectedTrackToGroup (QString group) |
| virtual void | moveSelection (int delta) |
| bool | firstRun () const |
Properties | |
| bool | m_statTracking |
| bool | m_bFirstRun |
Definition at line 30 of file bundledsongswebview.h.
| BundledSongsWebView::BundledSongsWebView | ( | QWidget * | parent, |
| TrackCollection * | trackCollection, | ||
| QString | promoBundlePath, | ||
| QString | localURL, | ||
| bool | firstRun, | ||
| ConfigObject< ConfigValue > * | config | ||
| ) |
| BundledSongsWebView::~BundledSongsWebView | ( | ) | [virtual] |
Definition at line 66 of file bundledsongswebview.cpp.
| void BundledSongsWebView::attachObjects | ( | ) | [slot] |
| bool BundledSongsWebView::firstRun | ( | ) | const |
| void BundledSongsWebView::handleClickedLink | ( | const QUrl & | url | ) | [slot] |
Definition at line 106 of file bundledsongswebview.cpp.


| void BundledSongsWebView::keyPressEvent | ( | QKeyEvent * | event | ) | [virtual] |
Definition at line 147 of file bundledsongswebview.cpp.
| void BundledSongsWebView::loadFinished | ( | bool | ok | ) | [slot] |
| void BundledSongsWebView::loadSelectedTrack | ( | ) | [virtual] |
Implements LibraryView.
Definition at line 176 of file bundledsongswebview.cpp.
| void BundledSongsWebView::loadSelectedTrackToGroup | ( | QString | group | ) | [virtual] |
Implements LibraryView.
Definition at line 180 of file bundledsongswebview.cpp.
| void BundledSongsWebView::loadTrack | ( | TrackPointer | pTrack | ) | [signal] |
| void BundledSongsWebView::loadTrackToPlayer | ( | TrackPointer | pTrack, |
| QString | group | ||
| ) | [signal] |

| void BundledSongsWebView::moveSelection | ( | int | delta | ) | [virtual] |
Implements LibraryView.
Definition at line 184 of file bundledsongswebview.cpp.
| virtual void BundledSongsWebView::onSearch | ( | const QString & | ) | [inline, virtual] |
Implements LibraryView.
Definition at line 46 of file bundledsongswebview.h.
| virtual void BundledSongsWebView::onSearchCleared | ( | ) | [inline, virtual] |
Implements LibraryView.
Definition at line 45 of file bundledsongswebview.h.
| virtual void BundledSongsWebView::onSearchStarting | ( | ) | [inline, virtual] |
Implements LibraryView.
Definition at line 44 of file bundledsongswebview.h.
| void BundledSongsWebView::onShow | ( | ) | [virtual] |
Implements LibraryView.
Definition at line 88 of file bundledsongswebview.cpp.
| void BundledSongsWebView::setFirstRun | ( | bool | firstRun | ) | [slot] |
| void BundledSongsWebView::setStatTracking | ( | bool | statTracking | ) | [slot] |
| void BundledSongsWebView::setup | ( | QDomNode | node | ) | [virtual] |
Implements LibraryView.
Definition at line 77 of file bundledsongswebview.cpp.
| bool BundledSongsWebView::statTracking | ( | ) | const [slot] |
bool BundledSongsWebView::m_bFirstRun [read, write] |
Definition at line 34 of file bundledsongswebview.h.
bool BundledSongsWebView::m_statTracking [read, write] |
URL to local copy of the promo tracks web page.
Definition at line 33 of file bundledsongswebview.h.