![]() |
Mixxx
|
#include <scripttest.h>

Public Slots | |
| void | executeText () |
| void | record () |
| void | dump () |
| void | play () |
| void | stop () |
| void | clear () |
Public Member Functions | |
| ScriptTest (ScriptEngine *peng, QWidget *parent=0, const char *name="Mixxx Script Test") | |
| ~ScriptTest () | |
Public Attributes | |
| ScriptEngine * | m_parent |
Definition at line 11 of file scripttest.h.
| ScriptTest::ScriptTest | ( | ScriptEngine * | peng, |
| QWidget * | parent = 0, |
||
| const char * | name = "Mixxx Script Test" |
||
| ) |
| ScriptTest::~ScriptTest | ( | ) |
Definition at line 31 of file scripttest.cpp.
| void ScriptTest::clear | ( | ) | [slot] |
Definition at line 61 of file scripttest.cpp.


| void ScriptTest::dump | ( | ) | [slot] |
Definition at line 45 of file scripttest.cpp.


| void ScriptTest::executeText | ( | ) | [slot] |
Definition at line 34 of file scripttest.cpp.


| void ScriptTest::play | ( | ) | [slot] |
Definition at line 49 of file scripttest.cpp.


| void ScriptTest::record | ( | ) | [slot] |
Definition at line 39 of file scripttest.cpp.


| void ScriptTest::stop | ( | ) | [slot] |
Definition at line 53 of file scripttest.cpp.


Definition at line 18 of file scripttest.h.