Mixxx

BpmControl Class Reference

#include <bpmcontrol.h>

Inheritance diagram for BpmControl:
Collaboration diagram for BpmControl:

List of all members.

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 ()

Detailed Description

Definition at line 14 of file bpmcontrol.h.


Constructor & Destructor Documentation

BpmControl::BpmControl ( const char *  _group,
ConfigObject< ConfigValue > *  _config 
)

Definition at line 14 of file bpmcontrol.cpp.

Here is the call graph for this function:

BpmControl::~BpmControl ( ) [virtual]

Definition at line 85 of file bpmcontrol.cpp.


Member Function Documentation

double BpmControl::getBpm ( )

Definition at line 95 of file bpmcontrol.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void BpmControl::trackLoaded ( TrackPointer  pTrack) [virtual, slot]

Reimplemented from EngineControl.

Definition at line 339 of file bpmcontrol.cpp.

Here is the call graph for this function:

void BpmControl::trackUnloaded ( TrackPointer  pTrack) [virtual, slot]

Reimplemented from EngineControl.

Definition at line 352 of file bpmcontrol.cpp.

Here is the caller graph for this function:


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