Mixxx

WLibrarySidebar Class Reference

#include <wlibrarysidebar.h>

List of all members.

Public Slots

void selectIndex (const QModelIndex &)

Signals

void rightClicked (const QPoint &, const QModelIndex &)

Public Member Functions

 WLibrarySidebar (QWidget *parent=0)
virtual ~WLibrarySidebar ()
void contextMenuEvent (QContextMenuEvent *event)
void dragMoveEvent (QDragMoveEvent *event)
void dragEnterEvent (QDragEnterEvent *event)
void dropEvent (QDropEvent *event)
void keyPressEvent (QKeyEvent *event)
void timerEvent (QTimerEvent *event)

Detailed Description

Definition at line 8 of file wlibrarysidebar.h.


Constructor & Destructor Documentation

WLibrarySidebar::WLibrarySidebar ( QWidget *  parent = 0)

Definition at line 9 of file wlibrarysidebar.cpp.

WLibrarySidebar::~WLibrarySidebar ( ) [virtual]

Definition at line 21 of file wlibrarysidebar.cpp.


Member Function Documentation

void WLibrarySidebar::contextMenuEvent ( QContextMenuEvent *  event)

Definition at line 25 of file wlibrarysidebar.cpp.

Here is the call graph for this function:

void WLibrarySidebar::dragEnterEvent ( QDragEnterEvent *  event)

Drag enter event, happens when a dragged item enters the track sources view

Definition at line 34 of file wlibrarysidebar.cpp.

void WLibrarySidebar::dragMoveEvent ( QDragMoveEvent *  event)

Drag move event, happens when a dragged item hovers over the track sources view...

Definition at line 46 of file wlibrarysidebar.cpp.

Here is the call graph for this function:

void WLibrarySidebar::dropEvent ( QDropEvent *  event)

Drag-and-drop "drop" event. Occurs when something is dropped onto the track sources view

Definition at line 120 of file wlibrarysidebar.cpp.

Here is the call graph for this function:

void WLibrarySidebar::keyPressEvent ( QKeyEvent *  event)

Definition at line 169 of file wlibrarysidebar.cpp.

void WLibrarySidebar::rightClicked ( const QPoint &  ,
const QModelIndex &   
) [signal]

Here is the caller graph for this function:

void WLibrarySidebar::selectIndex ( const QModelIndex &  index) [slot]

Definition at line 198 of file wlibrarysidebar.cpp.

void WLibrarySidebar::timerEvent ( QTimerEvent *  event)

Definition at line 104 of file wlibrarysidebar.cpp.


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