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


Public Member Functions | |
| TrackControlEvent (ScriptEngine *parent, int channel, QString path, QDateTime time, int process, int tag=-1) | |
| virtual | ~TrackControlEvent () |
| virtual void | execute () |
Protected Attributes | |
| ScriptEngine * | m_parent |
| int | m_channel |
| QString | m_path |
Definition at line 7 of file trackcontrolevent.h.
| TrackControlEvent::TrackControlEvent | ( | ScriptEngine * | parent, |
| int | channel, | ||
| QString | path, | ||
| QDateTime | time, | ||
| int | process, | ||
| int | tag = -1 |
||
| ) |
Definition at line 3 of file trackcontrolevent.cpp.
| TrackControlEvent::~TrackControlEvent | ( | ) | [virtual] |
Definition at line 11 of file trackcontrolevent.cpp.
| void TrackControlEvent::execute | ( | ) | [virtual] |
Implements ScriptControlEvent.
Definition at line 14 of file trackcontrolevent.cpp.

int TrackControlEvent::m_channel [protected] |
Definition at line 16 of file trackcontrolevent.h.
ScriptEngine* TrackControlEvent::m_parent [protected] |
Definition at line 15 of file trackcontrolevent.h.
QString TrackControlEvent::m_path [protected] |
Definition at line 17 of file trackcontrolevent.h.