![]() |
Mixxx
|
#include <preparelibrarytablemodel.h>
Public Slots | |
void | showRecentSongs () |
void | showAllSongs () |
Signals | |
void | doSearch (const QString &searchText) |
Public Member Functions | |
PrepareLibraryTableModel (QObject *parent, TrackCollection *pTrackCollection) | |
virtual | ~PrepareLibraryTableModel () |
virtual void | search (const QString &searchText) |
virtual bool | isColumnInternal (int column) |
Definition at line 7 of file preparelibrarytablemodel.h.
PrepareLibraryTableModel::PrepareLibraryTableModel | ( | QObject * | parent, |
TrackCollection * | pTrackCollection | ||
) |
Definition at line 8 of file preparelibrarytablemodel.cpp.
PrepareLibraryTableModel::~PrepareLibraryTableModel | ( | ) | [virtual] |
Definition at line 21 of file preparelibrarytablemodel.cpp.
void PrepareLibraryTableModel::doSearch | ( | const QString & | searchText | ) | [signal] |
bool PrepareLibraryTableModel::isColumnInternal | ( | int | column | ) | [virtual] |
Reimplemented from LibraryTableModel.
Definition at line 24 of file preparelibrarytablemodel.cpp.
void PrepareLibraryTableModel::search | ( | const QString & | searchText | ) | [virtual] |
Reimplemented from LibraryTableModel.
Definition at line 28 of file preparelibrarytablemodel.cpp.
void PrepareLibraryTableModel::showAllSongs | ( | ) | [slot] |
Definition at line 44 of file preparelibrarytablemodel.cpp.
void PrepareLibraryTableModel::showRecentSongs | ( | ) | [slot] |
Definition at line 39 of file preparelibrarytablemodel.cpp.