Mixxx

WTrackTableView Class Reference

#include <wtracktableview.h>

Inheritance diagram for WTrackTableView:
Collaboration diagram for WTrackTableView:

List of all members.

Public Slots

void loadTrackModel (QAbstractItemModel *model)
void slotMouseDoubleClicked (const QModelIndex &)

Public Member Functions

 WTrackTableView (QWidget *parent, ConfigObject< ConfigValue > *pConfig, TrackCollection *pTrackCollection)
virtual ~WTrackTableView ()
void contextMenuEvent (QContextMenuEvent *event)
void onSearchStarting ()
void onSearchCleared ()
void onSearch (const QString &text)
void onShow ()
virtual void keyPressEvent (QKeyEvent *event)
virtual void loadSelectedTrack ()
virtual void loadSelectedTrackToGroup (QString group)
void disableSorting ()

Detailed Description

ConfigValue "value" (wtf) for library stuff

Definition at line 22 of file wtracktableview.h.


Constructor & Destructor Documentation

WTrackTableView::WTrackTableView ( QWidget *  parent,
ConfigObject< ConfigValue > *  pConfig,
TrackCollection pTrackCollection 
)

Definition at line 19 of file wtracktableview.cpp.

Here is the call graph for this function:

WTrackTableView::~WTrackTableView ( ) [virtual]

Definition at line 75 of file wtracktableview.cpp.

Here is the call graph for this function:


Member Function Documentation

void WTrackTableView::contextMenuEvent ( QContextMenuEvent *  event)

Definition at line 348 of file wtracktableview.cpp.

Here is the call graph for this function:

void WTrackTableView::disableSorting ( )

Definition at line 241 of file wtracktableview.cpp.

Here is the caller graph for this function:

void WTrackTableView::keyPressEvent ( QKeyEvent *  event) [virtual]

Definition at line 776 of file wtracktableview.cpp.

void WTrackTableView::loadSelectedTrack ( ) [virtual]

Implements LibraryView.

Definition at line 791 of file wtracktableview.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void WTrackTableView::loadSelectedTrackToGroup ( QString  group) [virtual]

Implements LibraryView.

Definition at line 798 of file wtracktableview.cpp.

Here is the caller graph for this function:

void WTrackTableView::loadTrackModel ( QAbstractItemModel *  model) [slot]

Definition at line 96 of file wtracktableview.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void WTrackTableView::onSearch ( const QString &  text) [virtual]

Implements LibraryView.

Reimplemented in WPrepareLibraryTableView.

Definition at line 460 of file wtracktableview.cpp.

Here is the call graph for this function:

void WTrackTableView::onSearchCleared ( ) [virtual]

Implements LibraryView.

Reimplemented in WPrepareLibraryTableView.

Definition at line 471 of file wtracktableview.cpp.

Here is the call graph for this function:

void WTrackTableView::onSearchStarting ( ) [virtual]

Implements LibraryView.

Reimplemented in WPrepareLibraryTableView.

Definition at line 467 of file wtracktableview.cpp.

Here is the call graph for this function:

void WTrackTableView::onShow ( ) [virtual]

Implements LibraryView.

Definition at line 479 of file wtracktableview.cpp.

void WTrackTableView::slotMouseDoubleClicked ( const QModelIndex &  index) [slot]

Definition at line 266 of file wtracktableview.cpp.

Here is the call graph for this function:

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