Mixxx

VinylControlSignalWidget Class Reference

#include <vinylcontrolsignalwidget.h>

Collaboration diagram for VinylControlSignalWidget:

List of all members.

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)

Detailed Description

Definition at line 24 of file vinylcontrolsignalwidget.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Here is the caller graph for this function:

void VinylControlSignalWidget::paintEvent ( QPaintEvent *  event)

Definition at line 141 of file vinylcontrolsignalwidget.cpp.

void VinylControlSignalWidget::resetWidget ( )

Definition at line 129 of file vinylcontrolsignalwidget.cpp.

Here is the caller graph for this function:

void VinylControlSignalWidget::setSize ( int  size)

Definition at line 40 of file vinylcontrolsignalwidget.cpp.

Here is the caller graph for this function:

void VinylControlSignalWidget::setVinylActive ( bool  active)

Definition at line 72 of file vinylcontrolsignalwidget.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void VinylControlSignalWidget::setVinylControlProxy ( VinylControlProxy vc)

Definition at line 62 of file vinylcontrolsignalwidget.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void VinylControlSignalWidget::startDrawing ( )

Definition at line 79 of file vinylcontrolsignalwidget.cpp.

Here is the caller graph for this function:

void VinylControlSignalWidget::stopDrawing ( )

Definition at line 85 of file vinylcontrolsignalwidget.cpp.

Here is the caller graph for this function:

void VinylControlSignalWidget::timerEvent ( QTimerEvent *  event) [protected]

Definition at line 92 of file vinylcontrolsignalwidget.cpp.

Here is the call graph for this function:


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