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


Public Slots | |
| void | setValue (double) |
| void | refresh () |
Signals | |
| void | trackDropped (QString filename, QString group) |
Public Member Functions | |
| WVisualSimple (const char *group, QWidget *parent, WaveformRenderer *pWaveformRenderer) | |
| virtual | ~WVisualSimple () |
| void | dragEnterEvent (QDragEnterEvent *event) |
| void | dropEvent (QDropEvent *event) |
| void | setup (QDomNode node) |
| void | mouseMoveEvent (QMouseEvent *e) |
| void | mousePressEvent (QMouseEvent *e) |
| void | mouseReleaseEvent (QMouseEvent *e) |
| void | paintEvent (QPaintEvent *) |
Protected Attributes | |
| QString | m_group |
| int | m_iStartPosX |
| int | m_iValue |
| QPoint | m_qMarkerPos1 |
| QPoint | m_qMarkerPos2 |
| QPoint | m_qMousePos |
| QColor | colorSignal |
| QColor | colorMarker |
| WaveformRenderer * | m_pWaveformRenderer |
Definition at line 36 of file wvisualsimple.h.
| WVisualSimple::WVisualSimple | ( | const char * | group, |
| QWidget * | parent, | ||
| WaveformRenderer * | pWaveformRenderer | ||
| ) |
Definition at line 30 of file wvisualsimple.cpp.
| WVisualSimple::~WVisualSimple | ( | ) | [virtual] |
Definition at line 40 of file wvisualsimple.cpp.
| void WVisualSimple::dragEnterEvent | ( | QDragEnterEvent * | event | ) |
Definition at line 44 of file wvisualsimple.cpp.
| void WVisualSimple::dropEvent | ( | QDropEvent * | event | ) |
| void WVisualSimple::mouseMoveEvent | ( | QMouseEvent * | e | ) |
| void WVisualSimple::mousePressEvent | ( | QMouseEvent * | e | ) |
| void WVisualSimple::mouseReleaseEvent | ( | QMouseEvent * | e | ) |
| void WVisualSimple::paintEvent | ( | QPaintEvent * | ) |
Definition at line 136 of file wvisualsimple.cpp.
| void WVisualSimple::refresh | ( | ) | [slot] |
Definition at line 98 of file wvisualsimple.cpp.
| void WVisualSimple::setup | ( | QDomNode | node | ) |
| void WVisualSimple::setValue | ( | double | ) | [inline, virtual, slot] |
Reimplemented from WWidget.
Definition at line 55 of file wvisualsimple.h.
| void WVisualSimple::trackDropped | ( | QString | filename, |
| QString | group | ||
| ) | [signal] |

QColor WVisualSimple::colorMarker [protected] |
Definition at line 65 of file wvisualsimple.h.
QColor WVisualSimple::colorSignal [protected] |
Colors
Definition at line 65 of file wvisualsimple.h.
QString WVisualSimple::m_group [protected] |
Definition at line 60 of file wvisualsimple.h.
int WVisualSimple::m_iStartPosX [protected] |
Definition at line 61 of file wvisualsimple.h.
int WVisualSimple::m_iValue [protected] |
Definition at line 61 of file wvisualsimple.h.
WaveformRenderer* WVisualSimple::m_pWaveformRenderer [protected] |
Definition at line 67 of file wvisualsimple.h.
QPoint WVisualSimple::m_qMarkerPos1 [protected] |
Definition at line 62 of file wvisualsimple.h.
QPoint WVisualSimple::m_qMarkerPos2 [protected] |
Definition at line 62 of file wvisualsimple.h.
QPoint WVisualSimple::m_qMousePos [protected] |
Definition at line 62 of file wvisualsimple.h.