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

Public Slots | |
| void | invalidateVinylControl () |
Public Member Functions | |
| VinylControlSignalWidget () | |
| VinylControlSignalWidget (int size) | |
| ~VinylControlSignalWidget () | |
| void | setVinylControlProxy (VinylControlProxy *vc) |
| void | paintEvent (QPaintEvent *event) |
| void | setSize (int size) |
| void | setVinylActive (bool active) |
| void | resetWidget () |
| void | startDrawing () |
| void | stopDrawing () |
Protected Member Functions | |
| void | timerEvent (QTimerEvent *event) |
Definition at line 24 of file vinylcontrolsignalwidget.h.
| VinylControlSignalWidget::VinylControlSignalWidget | ( | ) |
TODO(XXX): Feb 2011 - asantoni This class probably doesn't need the locking anymore.
Definition at line 30 of file vinylcontrolsignalwidget.cpp.
| VinylControlSignalWidget::VinylControlSignalWidget | ( | int | size | ) |
| VinylControlSignalWidget::~VinylControlSignalWidget | ( | ) |
Definition at line 50 of file vinylcontrolsignalwidget.cpp.
| void VinylControlSignalWidget::invalidateVinylControl | ( | ) | [slot] |
This gets called before the VinylControlProxy objects get destroyed, in order to prevent us from having bad pointers dangling.
Definition at line 57 of file vinylcontrolsignalwidget.cpp.

| void VinylControlSignalWidget::paintEvent | ( | QPaintEvent * | event | ) |
Definition at line 141 of file vinylcontrolsignalwidget.cpp.
| void VinylControlSignalWidget::resetWidget | ( | ) |
Definition at line 129 of file vinylcontrolsignalwidget.cpp.

| void VinylControlSignalWidget::setSize | ( | int | size | ) |
Definition at line 40 of file vinylcontrolsignalwidget.cpp.

| void VinylControlSignalWidget::setVinylActive | ( | bool | active | ) |
Definition at line 72 of file vinylcontrolsignalwidget.cpp.


| void VinylControlSignalWidget::setVinylControlProxy | ( | VinylControlProxy * | vc | ) |
Definition at line 62 of file vinylcontrolsignalwidget.cpp.


| void VinylControlSignalWidget::startDrawing | ( | ) |
Definition at line 79 of file vinylcontrolsignalwidget.cpp.

| void VinylControlSignalWidget::stopDrawing | ( | ) |
Definition at line 85 of file vinylcontrolsignalwidget.cpp.

| void VinylControlSignalWidget::timerEvent | ( | QTimerEvent * | event | ) | [protected] |
Definition at line 92 of file vinylcontrolsignalwidget.cpp.
