Mixxx

ClockControl Class Reference

#include <clockcontrol.h>

Inheritance diagram for ClockControl:
Collaboration diagram for ClockControl:

List of all members.

Public Slots

virtual void trackLoaded (TrackPointer pTrack)
virtual void trackUnloaded (TrackPointer pTrack)
void slotBeatsUpdated ()

Public Member Functions

 ClockControl (const char *pGroup, ConfigObject< ConfigValue > *pConfig)
virtual ~ClockControl ()
double process (const double dRate, const double currentSample, const double totalSamples, const int iBufferSize)

Detailed Description

Definition at line 10 of file clockcontrol.h.


Constructor & Destructor Documentation

ClockControl::ClockControl ( const char *  pGroup,
ConfigObject< ConfigValue > *  pConfig 
)

Definition at line 8 of file clockcontrol.cpp.

Here is the call graph for this function:

ClockControl::~ClockControl ( ) [virtual]

Definition at line 15 of file clockcontrol.cpp.


Member Function Documentation

double ClockControl::process ( const double  dRate,
const double  currentSample,
const double  totalSamples,
const int  iBufferSize 
) [virtual]

Reimplemented from EngineControl.

Definition at line 49 of file clockcontrol.cpp.

Here is the call graph for this function:

void ClockControl::slotBeatsUpdated ( ) [slot]

Definition at line 43 of file clockcontrol.cpp.

Here is the caller graph for this function:

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

Reimplemented from EngineControl.

Definition at line 19 of file clockcontrol.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Reimplemented from EngineControl.

Definition at line 39 of file clockcontrol.cpp.

Here is the call 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