Mixxx

PlayInterface Class Reference

#include <playinterface.h>

Collaboration diagram for PlayInterface:

List of all members.

Public Member Functions

 PlayInterface (ScriptControlQueue *q)
 ~PlayInterface ()
void setProcess (int)
void clearProcess ()
void doStartFade (const char *group, const char *name, int interp)
void stop (int channel)
void play (int channel)
void setFader (double fade)
void test ()
void setTag (int tag)
void clearTag ()
void kill ()
void killTag (int tag)
double getFader ()
double getValue (const char *group, const char *name)
void startFadeCrossfader ()
void startList (const char *group, const char *name)
void startFade (const char *group, const char *name)
void point (int time, double value)
void fadePoint (int time, double value)
void endFade ()
void endList ()
void playChannel1 (int time, const char *path)
void playChannel2 (int time, const char *path)

Detailed Description

Definition at line 8 of file playinterface.h.


Constructor & Destructor Documentation

PlayInterface::PlayInterface ( ScriptControlQueue q)

Definition at line 12 of file playinterface.cpp.

PlayInterface::~PlayInterface ( )

Definition at line 21 of file playinterface.cpp.


Member Function Documentation

void PlayInterface::clearProcess ( )

Definition at line 24 of file playinterface.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void PlayInterface::clearTag ( )

Definition at line 40 of file playinterface.cpp.

Here is the caller graph for this function:

void PlayInterface::doStartFade ( const char *  group,
const char *  name,
int  interp 
)

Definition at line 114 of file playinterface.cpp.

Here is the caller graph for this function:

void PlayInterface::endFade ( )

Definition at line 139 of file playinterface.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void PlayInterface::endList ( )

Definition at line 137 of file playinterface.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void PlayInterface::fadePoint ( int  time,
double  value 
)

Definition at line 128 of file playinterface.cpp.

Here is the caller graph for this function:

double PlayInterface::getFader ( )

Definition at line 82 of file playinterface.cpp.

Here is the call graph for this function:

double PlayInterface::getValue ( const char *  group,
const char *  name 
)

Definition at line 87 of file playinterface.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void PlayInterface::kill ( )

Definition at line 44 of file playinterface.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void PlayInterface::killTag ( int  tag)

Definition at line 48 of file playinterface.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void PlayInterface::play ( int  channel)

Definition at line 70 of file playinterface.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void PlayInterface::playChannel1 ( int  time,
const char *  path 
)

Definition at line 176 of file playinterface.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void PlayInterface::playChannel2 ( int  time,
const char *  path 
)

Definition at line 181 of file playinterface.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void PlayInterface::point ( int  time,
double  value 
)

Definition at line 133 of file playinterface.cpp.

Here is the call graph for this function:

void PlayInterface::setFader ( double  fade)

Definition at line 96 of file playinterface.cpp.

Here is the call graph for this function:

void PlayInterface::setProcess ( int  process)

Definition at line 29 of file playinterface.cpp.

Here is the caller graph for this function:

void PlayInterface::setTag ( int  tag)

Definition at line 36 of file playinterface.cpp.

Here is the caller graph for this function:

void PlayInterface::startFade ( const char *  group,
const char *  name 
)

Definition at line 110 of file playinterface.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void PlayInterface::startFadeCrossfader ( )

Definition at line 102 of file playinterface.cpp.

Here is the call graph for this function:

void PlayInterface::startList ( const char *  group,
const char *  name 
)

Definition at line 106 of file playinterface.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void PlayInterface::stop ( int  channel)

Definition at line 58 of file playinterface.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void PlayInterface::test ( )

Definition at line 52 of file playinterface.cpp.

Here is the call graph for this function:

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