Mixxx

TrackControlEvent Class Reference

#include <trackcontrolevent.h>

Inheritance diagram for TrackControlEvent:
Collaboration diagram for TrackControlEvent:

List of all members.

Public Member Functions

 TrackControlEvent (ScriptEngine *parent, int channel, QString path, QDateTime time, int process, int tag=-1)
virtual ~TrackControlEvent ()
virtual void execute ()

Protected Attributes

ScriptEnginem_parent
int m_channel
QString m_path

Detailed Description

Definition at line 7 of file trackcontrolevent.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

void TrackControlEvent::execute ( ) [virtual]

Implements ScriptControlEvent.

Definition at line 14 of file trackcontrolevent.cpp.

Here is the call graph for this function:


Member Data Documentation

Definition at line 16 of file trackcontrolevent.h.

Definition at line 15 of file trackcontrolevent.h.

QString TrackControlEvent::m_path [protected]

Definition at line 17 of file trackcontrolevent.h.


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