Mixxx

Recorder Class Reference

#include <recorder.h>

List of all members.

Public Member Functions

 Recorder (QString *macro)
virtual ~Recorder ()
virtual void beginInterpolate (const char *group, const char *name, int interp=INTERP_LINEAR)=0
virtual void addInterPoint (int time, double value)=0
virtual void endInterpolate ()=0
virtual void playChannel (int channel, int time, QString path)=0
QString * getMacro ()

Protected Attributes

QString * m_macro

Detailed Description

Definition at line 8 of file recorder.h.


Constructor & Destructor Documentation

Recorder::Recorder ( QString *  macro)

Definition at line 3 of file recorder.cpp.

Recorder::~Recorder ( ) [virtual]

Definition at line 7 of file recorder.cpp.


Member Function Documentation

virtual void Recorder::addInterPoint ( int  time,
double  value 
) [pure virtual]

Here is the caller graph for this function:

virtual void Recorder::beginInterpolate ( const char *  group,
const char *  name,
int  interp = INTERP_LINEAR 
) [pure virtual]

Here is the caller graph for this function:

virtual void Recorder::endInterpolate ( ) [pure virtual]

Here is the caller graph for this function:

QString * Recorder::getMacro ( )

Definition at line 10 of file recorder.cpp.

virtual void Recorder::playChannel ( int  channel,
int  time,
QString  path 
) [pure virtual]

Here is the caller graph for this function:


Member Data Documentation

QString* Recorder::m_macro [protected]

Definition at line 21 of file recorder.h.


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