![]() |
Mixxx
|
#include <cuecontrol.h>
Signals | |
void | hotcueSet (HotcueControl *pHotcue, double v) |
void | hotcueGoto (HotcueControl *pHotcue, double v) |
void | hotcueGotoAndStop (HotcueControl *pHotcue, double v) |
void | hotcueActivate (HotcueControl *pHotcue, double v) |
void | hotcueActivatePreview (HotcueControl *pHotcue, double v) |
void | hotcueClear (HotcueControl *pHotcue, double v) |
void | hotcuePositionChanged (HotcueControl *pHotcue, double newPosition) |
void | hotcuePlay (double v) |
Public Member Functions | |
HotcueControl (const char *pGroup, int hotcueNumber) | |
virtual | ~HotcueControl () |
int | getHotcueNumber () |
Cue * | getCue () |
void | setCue (Cue *pCue) |
ControlObject * | getPosition () |
ControlObject * | getEnabled () |
bool | isPreviewing () |
void | setPreviewing (bool bPreviewing) |
int | getPreviewingPosition () |
void | setPreviewingPosition (int iPosition) |
Definition at line 18 of file cuecontrol.h.
HotcueControl::HotcueControl | ( | const char * | pGroup, |
int | hotcueNumber | ||
) |
HotcueControl::~HotcueControl | ( | ) | [virtual] |
Definition at line 764 of file cuecontrol.cpp.
Cue* HotcueControl::getCue | ( | ) | [inline] |
ControlObject* HotcueControl::getEnabled | ( | ) | [inline] |
Definition at line 28 of file cuecontrol.h.
int HotcueControl::getHotcueNumber | ( | ) | [inline] |
Definition at line 24 of file cuecontrol.h.
ControlObject* HotcueControl::getPosition | ( | ) | [inline] |
int HotcueControl::getPreviewingPosition | ( | ) | [inline] |
Definition at line 33 of file cuecontrol.h.
void HotcueControl::hotcueActivate | ( | HotcueControl * | pHotcue, |
double | v | ||
) | [signal] |
void HotcueControl::hotcueActivatePreview | ( | HotcueControl * | pHotcue, |
double | v | ||
) | [signal] |
void HotcueControl::hotcueClear | ( | HotcueControl * | pHotcue, |
double | v | ||
) | [signal] |
void HotcueControl::hotcueGoto | ( | HotcueControl * | pHotcue, |
double | v | ||
) | [signal] |
void HotcueControl::hotcueGotoAndStop | ( | HotcueControl * | pHotcue, |
double | v | ||
) | [signal] |
void HotcueControl::hotcuePlay | ( | double | v | ) | [signal] |
void HotcueControl::hotcuePositionChanged | ( | HotcueControl * | pHotcue, |
double | newPosition | ||
) | [signal] |
void HotcueControl::hotcueSet | ( | HotcueControl * | pHotcue, |
double | v | ||
) | [signal] |
bool HotcueControl::isPreviewing | ( | ) | [inline] |
Definition at line 31 of file cuecontrol.h.
void HotcueControl::setCue | ( | Cue * | pCue | ) | [inline] |
Definition at line 26 of file cuecontrol.h.
void HotcueControl::setPreviewing | ( | bool | bPreviewing | ) | [inline] |
Definition at line 32 of file cuecontrol.h.
void HotcueControl::setPreviewingPosition | ( | int | iPosition | ) | [inline] |
Definition at line 34 of file cuecontrol.h.