Mixxx

AnalyserQueue Class Reference

#include <analyserqueue.h>

List of all members.

Public Slots

void queueAnalyseTrack (TrackPointer tio)

Signals

void trackProgress (TrackPointer pTrack, int progress)
void trackFinished (TrackPointer pTrack)
void queueEmpty ()

Public Member Functions

 AnalyserQueue ()
virtual ~AnalyserQueue ()
void stop ()
int numQueuedTracks ()

Static Public Member Functions

static AnalyserQueuecreateDefaultAnalyserQueue (ConfigObject< ConfigValue > *_config)
static AnalyserQueuecreatePrepareViewAnalyserQueue (ConfigObject< ConfigValue > *_config)
static AnalyserQueuecreateAnalyserQueue (QList< Analyser * > analysers)

Protected Member Functions

void run ()

Detailed Description

Definition at line 15 of file analyserqueue.h.


Constructor & Destructor Documentation

AnalyserQueue::AnalyserQueue ( )

Definition at line 16 of file analyserqueue.cpp.

Here is the caller graph for this function:

AnalyserQueue::~AnalyserQueue ( ) [virtual]

Definition at line 229 of file analyserqueue.cpp.

Here is the call graph for this function:


Member Function Documentation

AnalyserQueue * AnalyserQueue::createAnalyserQueue ( QList< Analyser * >  analysers) [static]

Definition at line 192 of file analyserqueue.cpp.

Here is the call graph for this function:

AnalyserQueue * AnalyserQueue::createDefaultAnalyserQueue ( ConfigObject< ConfigValue > *  _config) [static]

Definition at line 204 of file analyserqueue.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

AnalyserQueue * AnalyserQueue::createPrepareViewAnalyserQueue ( ConfigObject< ConfigValue > *  _config) [static]

Definition at line 220 of file analyserqueue.cpp.

Here is the call graph for this function:

int AnalyserQueue::numQueuedTracks ( )

Definition at line 25 of file analyserqueue.cpp.

void AnalyserQueue::queueAnalyseTrack ( TrackPointer  tio) [slot]

Definition at line 185 of file analyserqueue.cpp.

void AnalyserQueue::queueEmpty ( ) [signal]

Here is the caller graph for this function:

void AnalyserQueue::run ( ) [protected]

Definition at line 128 of file analyserqueue.cpp.

Here is the call graph for this function:

void AnalyserQueue::stop ( )

Definition at line 124 of file analyserqueue.cpp.

Here is the caller graph for this function:

void AnalyserQueue::trackFinished ( TrackPointer  pTrack) [signal]

Here is the caller graph for this function:

void AnalyserQueue::trackProgress ( TrackPointer  pTrack,
int  progress 
) [signal]

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