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


Public Slots | |
| virtual void | trackLoaded (TrackPointer pTrack) |
| virtual void | trackUnloaded (TrackPointer pTrack) |
Public Member Functions | |
| BpmControl (const char *_group, ConfigObject< ConfigValue > *_config) | |
| virtual | ~BpmControl () |
| double | getBpm () |
Definition at line 14 of file bpmcontrol.h.
| BpmControl::BpmControl | ( | const char * | _group, |
| ConfigObject< ConfigValue > * | _config | ||
| ) |
| BpmControl::~BpmControl | ( | ) | [virtual] |
Definition at line 85 of file bpmcontrol.cpp.
| double BpmControl::getBpm | ( | ) |
Definition at line 95 of file bpmcontrol.cpp.


| void BpmControl::trackLoaded | ( | TrackPointer | pTrack | ) | [virtual, slot] |
Reimplemented from EngineControl.
Definition at line 339 of file bpmcontrol.cpp.

| void BpmControl::trackUnloaded | ( | TrackPointer | pTrack | ) | [virtual, slot] |
Reimplemented from EngineControl.
Definition at line 352 of file bpmcontrol.cpp.
