![]() |
Mixxx
|
#include <wtracktableview.h>
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 () |
ConfigValue "value" (wtf) for library stuff
Definition at line 22 of file wtracktableview.h.
WTrackTableView::WTrackTableView | ( | QWidget * | parent, |
ConfigObject< ConfigValue > * | pConfig, | ||
TrackCollection * | pTrackCollection | ||
) |
WTrackTableView::~WTrackTableView | ( | ) | [virtual] |
void WTrackTableView::contextMenuEvent | ( | QContextMenuEvent * | event | ) |
void WTrackTableView::disableSorting | ( | ) |
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.
void WTrackTableView::loadSelectedTrackToGroup | ( | QString | group | ) | [virtual] |
Implements LibraryView.
Definition at line 798 of file wtracktableview.cpp.
void WTrackTableView::loadTrackModel | ( | QAbstractItemModel * | model | ) | [slot] |
Definition at line 96 of file wtracktableview.cpp.
void WTrackTableView::onSearch | ( | const QString & | text | ) | [virtual] |
Implements LibraryView.
Reimplemented in WPrepareLibraryTableView.
Definition at line 460 of file wtracktableview.cpp.
void WTrackTableView::onSearchCleared | ( | ) | [virtual] |
Implements LibraryView.
Reimplemented in WPrepareLibraryTableView.
Definition at line 471 of file wtracktableview.cpp.
void WTrackTableView::onSearchStarting | ( | ) | [virtual] |
Implements LibraryView.
Reimplemented in WPrepareLibraryTableView.
Definition at line 467 of file wtracktableview.cpp.
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.