![]() |
Mixxx
|
#include <analyserqueue.h>
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 AnalyserQueue * | createDefaultAnalyserQueue (ConfigObject< ConfigValue > *_config) |
| static AnalyserQueue * | createPrepareViewAnalyserQueue (ConfigObject< ConfigValue > *_config) |
| static AnalyserQueue * | createAnalyserQueue (QList< Analyser * > analysers) |
Protected Member Functions | |
| void | run () |
Definition at line 15 of file analyserqueue.h.
| AnalyserQueue::AnalyserQueue | ( | ) |
| AnalyserQueue::~AnalyserQueue | ( | ) | [virtual] |
| AnalyserQueue * AnalyserQueue::createAnalyserQueue | ( | QList< Analyser * > | analysers | ) | [static] |
| AnalyserQueue * AnalyserQueue::createDefaultAnalyserQueue | ( | ConfigObject< ConfigValue > * | _config | ) | [static] |
Definition at line 204 of file analyserqueue.cpp.


| AnalyserQueue * AnalyserQueue::createPrepareViewAnalyserQueue | ( | ConfigObject< ConfigValue > * | _config | ) | [static] |
| 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] |

| void AnalyserQueue::run | ( | ) | [protected] |
| void AnalyserQueue::stop | ( | ) |
| void AnalyserQueue::trackFinished | ( | TrackPointer | pTrack | ) | [signal] |

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