Mixxx

QtScriptInterface Class Reference

#include <qtscriptinterface.h>

Collaboration diagram for QtScriptInterface:

List of all members.

Public Slots

void test ()
void stop (int channel)
void play (int channel)
void setTag (int tag)
void clearTag ()
void kill ()
void killTag (int tag)
double getValue (QString group, QString name)
void startList (QString group, QString name)
void startFade (QString group, QString name)
void point (int time, double value)
void endFade ()
void endList ()
void playChannel1 (int time, QString path)
void playChannel2 (int time, QString path)

Public Member Functions

 QtScriptInterface (PlayInterface *pi)
QString getResult ()
void executeScript (const char *script, int process)

Detailed Description

Definition at line 8 of file qtscriptinterface.h.


Constructor & Destructor Documentation

QtScriptInterface::QtScriptInterface ( PlayInterface pi)

Definition at line 4 of file qtscriptinterface.cpp.


Member Function Documentation

void QtScriptInterface::clearTag ( ) [slot]

Definition at line 54 of file qtscriptinterface.cpp.

Here is the call graph for this function:

void QtScriptInterface::endFade ( ) [slot]

Definition at line 82 of file qtscriptinterface.cpp.

Here is the call graph for this function:

void QtScriptInterface::endList ( ) [slot]

Definition at line 86 of file qtscriptinterface.cpp.

Here is the call graph for this function:

void QtScriptInterface::executeScript ( const char *  script,
int  process 
)

Definition at line 21 of file qtscriptinterface.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

QString QtScriptInterface::getResult ( )

Definition at line 28 of file qtscriptinterface.cpp.

double QtScriptInterface::getValue ( QString  group,
QString  name 
) [slot]

Definition at line 66 of file qtscriptinterface.cpp.

Here is the call graph for this function:

void QtScriptInterface::kill ( ) [slot]

Definition at line 58 of file qtscriptinterface.cpp.

Here is the call graph for this function:

void QtScriptInterface::killTag ( int  tag) [slot]

Definition at line 62 of file qtscriptinterface.cpp.

Here is the call graph for this function:

void QtScriptInterface::play ( int  channel) [slot]

Definition at line 46 of file qtscriptinterface.cpp.

Here is the call graph for this function:

void QtScriptInterface::playChannel1 ( int  time,
QString  path 
) [slot]

Definition at line 90 of file qtscriptinterface.cpp.

Here is the call graph for this function:

void QtScriptInterface::playChannel2 ( int  time,
QString  path 
) [slot]

Definition at line 94 of file qtscriptinterface.cpp.

Here is the call graph for this function:

void QtScriptInterface::point ( int  time,
double  value 
) [slot]

Definition at line 78 of file qtscriptinterface.cpp.

Here is the call graph for this function:

void QtScriptInterface::setTag ( int  tag) [slot]

Definition at line 50 of file qtscriptinterface.cpp.

Here is the call graph for this function:

void QtScriptInterface::startFade ( QString  group,
QString  name 
) [slot]

Definition at line 74 of file qtscriptinterface.cpp.

Here is the call graph for this function:

void QtScriptInterface::startList ( QString  group,
QString  name 
) [slot]

Definition at line 70 of file qtscriptinterface.cpp.

Here is the call graph for this function:

void QtScriptInterface::stop ( int  channel) [slot]

Definition at line 42 of file qtscriptinterface.cpp.

Here is the call graph for this function:

void QtScriptInterface::test ( ) [slot]

Definition at line 38 of file qtscriptinterface.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