![]() |
Mixxx
|
#include <trackrecorder.h>
Public Slots | |
void | logTrack (TrackInfoObject *track) |
Public Member Functions | |
TrackRecorder (Track *track, int channel) | |
virtual void | startRecord (SDateTime *base) |
virtual void | stopRecord () |
virtual void | writeToScript (Recorder *rec) |
virtual void | reset () |
Protected Attributes | |
SDateTime * | m_base |
QList< int > | m_times |
QList< QString > | m_paths |
Track * | m_track |
int | m_channel |
Definition at line 10 of file trackrecorder.h.
TrackRecorder::TrackRecorder | ( | Track * | track, |
int | channel | ||
) |
Definition at line 3 of file trackrecorder.cpp.
void TrackRecorder::logTrack | ( | TrackInfoObject * | track | ) | [slot] |
Definition at line 36 of file trackrecorder.cpp.
void TrackRecorder::reset | ( | ) | [virtual] |
Implements SignalRecorder.
Definition at line 12 of file trackrecorder.cpp.
void TrackRecorder::startRecord | ( | SDateTime * | base | ) | [virtual] |
Implements SignalRecorder.
Definition at line 18 of file trackrecorder.cpp.
void TrackRecorder::stopRecord | ( | ) | [virtual] |
Implements SignalRecorder.
Definition at line 32 of file trackrecorder.cpp.
void TrackRecorder::writeToScript | ( | Recorder * | rec | ) | [virtual] |
Implements SignalRecorder.
Definition at line 46 of file trackrecorder.cpp.
SDateTime* TrackRecorder::m_base [protected] |
Definition at line 24 of file trackrecorder.h.
int TrackRecorder::m_channel [protected] |
Definition at line 30 of file trackrecorder.h.
QList<QString> TrackRecorder::m_paths [protected] |
Definition at line 27 of file trackrecorder.h.
QList<int> TrackRecorder::m_times [protected] |
Definition at line 26 of file trackrecorder.h.
Track* TrackRecorder::m_track [protected] |
Definition at line 29 of file trackrecorder.h.