Mixxx

WOverview Class Reference

#include <woverview.h>

Inheritance diagram for WOverview:
Collaboration diagram for WOverview:

List of all members.

Public Slots

void setValue (double)
void slotLoadNewWaveform (TrackInfoObject *pTrack)
void slotTrackLoaded (TrackPointer pTrack)
void slotUnloadTrack (TrackPointer pTrack)
void slotTrackProgress (TrackPointer pTrack, int progress)

Signals

void trackDropped (QString filename, QString group)

Public Member Functions

 WOverview (const char *pGroup, QWidget *parent=NULL)
virtual ~WOverview ()
void setup (QDomNode node)
void setData (const QByteArray *pWaveformSummary, long liSampleDuration)
void mouseMoveEvent (QMouseEvent *e)
void mouseReleaseEvent (QMouseEvent *e)
void mousePressEvent (QMouseEvent *e)
void paintEvent (QPaintEvent *)
void paintTrackProgress (QPainter &painter)
void redrawPixmap ()
QColor getMarkerColor ()
QColor getSignalColor ()

Protected Member Functions

virtual void dragEnterEvent (QDragEnterEvent *event)
virtual void dropEvent (QDropEvent *event)

Detailed Description

Definition at line 33 of file woverview.h.


Constructor & Destructor Documentation

WOverview::WOverview ( const char *  pGroup,
QWidget *  parent = NULL 
)

Definition at line 29 of file woverview.cpp.

Here is the call graph for this function:

WOverview::~WOverview ( ) [virtual]

Definition at line 94 of file woverview.cpp.


Member Function Documentation

void WOverview::dragEnterEvent ( QDragEnterEvent *  event) [protected, virtual]

Definition at line 520 of file woverview.cpp.

Here is the call graph for this function:

void WOverview::dropEvent ( QDropEvent *  event) [protected, virtual]

Definition at line 535 of file woverview.cpp.

Here is the call graph for this function:

QColor WOverview::getMarkerColor ( )

Definition at line 512 of file woverview.cpp.

QColor WOverview::getSignalColor ( )

Definition at line 516 of file woverview.cpp.

void WOverview::mouseMoveEvent ( QMouseEvent *  e)

Definition at line 371 of file woverview.cpp.

Here is the caller graph for this function:

void WOverview::mousePressEvent ( QMouseEvent *  e)

Definition at line 400 of file woverview.cpp.

Here is the call graph for this function:

void WOverview::mouseReleaseEvent ( QMouseEvent *  e)

Definition at line 385 of file woverview.cpp.

Here is the call graph for this function:

void WOverview::paintEvent ( QPaintEvent *  )

Definition at line 407 of file woverview.cpp.

Here is the call graph for this function:

void WOverview::paintTrackProgress ( QPainter &  painter)

Definition at line 495 of file woverview.cpp.

Here is the caller graph for this function:

void WOverview::redrawPixmap ( )

Definition at line 279 of file woverview.cpp.

Here is the caller graph for this function:

void WOverview::setData ( const QByteArray *  pWaveformSummary,
long  liSampleDuration 
)

Definition at line 268 of file woverview.cpp.

Here is the caller graph for this function:

void WOverview::setup ( QDomNode  node)

Definition at line 102 of file woverview.cpp.

Here is the call graph for this function:

void WOverview::setValue ( double  fValue) [virtual, slot]

Reimplemented from WWidget.

Definition at line 164 of file woverview.cpp.

void WOverview::slotLoadNewWaveform ( TrackInfoObject pTrack) [slot]

Definition at line 197 of file woverview.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void WOverview::slotTrackLoaded ( TrackPointer  pTrack) [slot]

Definition at line 174 of file woverview.cpp.

Here is the call graph for this function:

void WOverview::slotTrackProgress ( TrackPointer  pTrack,
int  progress 
) [slot]

Definition at line 228 of file woverview.cpp.

void WOverview::slotUnloadTrack ( TrackPointer  pTrack) [slot]

Definition at line 213 of file woverview.cpp.

Here is the call graph for this function:

void WOverview::trackDropped ( QString  filename,
QString  group 
) [signal]

Here is the caller 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