Mixxx

DlgPrepare Class Reference

#include <dlgprepare.h>

Inheritance diagram for DlgPrepare:
Collaboration diagram for DlgPrepare:

List of all members.

Public Slots

void tableSelectionChanged (const QItemSelection &selected, const QItemSelection &deselected)
void selectAll ()
void analyze ()
void trackAnalysisFinished (TrackPointer tio)
void trackAnalysisProgress (TrackPointer tio, int progress)
void showRecentSongs ()
void showAllSongs ()
void installEventFilter (QObject *pFilter)
void analysisActive (bool bActive)

Signals

void loadTrack (TrackPointer pTrack)
void loadTrackToPlayer (TrackPointer pTrack, QString player)
void analyzeTracks (QList< int > trackIds)
void stopAnalysis ()

Public Member Functions

 DlgPrepare (QWidget *parent, ConfigObject< ConfigValue > *pConfig, TrackCollection *pTrackCollection)
virtual ~DlgPrepare ()
virtual void setup (QDomNode node)
virtual void onSearchStarting ()
virtual void onSearchCleared ()
virtual void onSearch (const QString &text)
virtual void onShow ()
virtual void loadSelectedTrack ()
virtual void loadSelectedTrackToGroup (QString group)
virtual void moveSelection (int delta)

Detailed Description

Definition at line 16 of file dlgprepare.h.


Constructor & Destructor Documentation

DlgPrepare::DlgPrepare ( QWidget *  parent,
ConfigObject< ConfigValue > *  pConfig,
TrackCollection pTrackCollection 
)

Definition at line 12 of file dlgprepare.cpp.

Here is the call graph for this function:

DlgPrepare::~DlgPrepare ( ) [virtual]

Definition at line 86 of file dlgprepare.cpp.


Member Function Documentation

void DlgPrepare::analysisActive ( bool  bActive) [slot]

Definition at line 158 of file dlgprepare.cpp.

void DlgPrepare::analyze ( ) [slot]

Definition at line 137 of file dlgprepare.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void DlgPrepare::analyzeTracks ( QList< int >  trackIds) [signal]

Here is the caller graph for this function:

void DlgPrepare::installEventFilter ( QObject *  pFilter) [slot]

Definition at line 196 of file dlgprepare.cpp.

Here is the caller graph for this function:

void DlgPrepare::loadSelectedTrack ( ) [virtual]

Implements LibraryView.

Definition at line 113 of file dlgprepare.cpp.

Here is the call graph for this function:

void DlgPrepare::loadSelectedTrackToGroup ( QString  group) [virtual]

Implements LibraryView.

Definition at line 117 of file dlgprepare.cpp.

Here is the call graph for this function:

void DlgPrepare::loadTrack ( TrackPointer  pTrack) [signal]

Here is the caller graph for this function:

void DlgPrepare::loadTrackToPlayer ( TrackPointer  pTrack,
QString  player 
) [signal]

Here is the caller graph for this function:

void DlgPrepare::moveSelection ( int  delta) [virtual]

Implements LibraryView.

Definition at line 121 of file dlgprepare.cpp.

Here is the call graph for this function:

void DlgPrepare::onSearch ( const QString &  text) [virtual]

Implements LibraryView.

Definition at line 108 of file dlgprepare.cpp.

Here is the call graph for this function:

void DlgPrepare::onSearchCleared ( ) [virtual]

Implements LibraryView.

Definition at line 104 of file dlgprepare.cpp.

void DlgPrepare::onSearchStarting ( ) [virtual]

Implements LibraryView.

Definition at line 100 of file dlgprepare.cpp.

void DlgPrepare::onShow ( ) [virtual]

Implements LibraryView.

Definition at line 89 of file dlgprepare.cpp.

void DlgPrepare::selectAll ( ) [slot]

Definition at line 133 of file dlgprepare.cpp.

Here is the caller graph for this function:

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

Implements LibraryView.

Definition at line 95 of file dlgprepare.cpp.

void DlgPrepare::showAllSongs ( ) [slot]

Definition at line 191 of file dlgprepare.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void DlgPrepare::showRecentSongs ( ) [slot]

Definition at line 181 of file dlgprepare.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void DlgPrepare::stopAnalysis ( ) [signal]

Here is the caller graph for this function:

void DlgPrepare::tableSelectionChanged ( const QItemSelection &  selected,
const QItemSelection &  deselected 
) [slot]

Definition at line 125 of file dlgprepare.cpp.

Here is the caller graph for this function:

void DlgPrepare::trackAnalysisFinished ( TrackPointer  tio) [slot]

Definition at line 170 of file dlgprepare.cpp.

void DlgPrepare::trackAnalysisProgress ( TrackPointer  tio,
int  progress 
) [slot]

Definition at line 174 of file dlgprepare.cpp.


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