Mixxx

BundledSongsWebView Class Reference

#include <bundledsongswebview.h>

Inheritance diagram for BundledSongsWebView:
Collaboration diagram for BundledSongsWebView:

List of all members.

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

Detailed Description

Definition at line 30 of file bundledsongswebview.h.


Constructor & Destructor Documentation

BundledSongsWebView::BundledSongsWebView ( QWidget *  parent,
TrackCollection trackCollection,
QString  promoBundlePath,
QString  localURL,
bool  firstRun,
ConfigObject< ConfigValue > *  config 
)

Definition at line 28 of file bundledsongswebview.cpp.

Here is the call graph for this function:

BundledSongsWebView::~BundledSongsWebView ( ) [virtual]

Definition at line 66 of file bundledsongswebview.cpp.


Member Function Documentation

void BundledSongsWebView::attachObjects ( ) [slot]

Definition at line 71 of file bundledsongswebview.cpp.

Here is the caller graph for this function:

bool BundledSongsWebView::firstRun ( ) const

Definition at line 166 of file bundledsongswebview.cpp.

Here is the caller graph for this function:

void BundledSongsWebView::handleClickedLink ( const QUrl &  url) [slot]

Definition at line 106 of file bundledsongswebview.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void BundledSongsWebView::keyPressEvent ( QKeyEvent *  event) [virtual]

Definition at line 147 of file bundledsongswebview.cpp.

void BundledSongsWebView::loadFinished ( bool  ok) [slot]

Definition at line 82 of file bundledsongswebview.cpp.

Here is the caller graph for this function:

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]

Here is the caller graph for this function:

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]

Definition at line 171 of file bundledsongswebview.cpp.

Here is the call graph for this function:

void BundledSongsWebView::setStatTracking ( bool  statTracking) [slot]

Definition at line 158 of file bundledsongswebview.cpp.

Here is the call graph for this function:

void BundledSongsWebView::setup ( QDomNode  node) [virtual]

Implements LibraryView.

Definition at line 77 of file bundledsongswebview.cpp.

bool BundledSongsWebView::statTracking ( ) const [slot]

Definition at line 153 of file bundledsongswebview.cpp.

Here is the caller graph for this function:


Property Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines