![]() |
Mixxx
|
#include <traktorplaylistmodel.h>


Signals | |
| void | doSearch (const QString &searchText) |
Public Member Functions | |
| TraktorPlaylistModel (QObject *parent, TrackCollection *pTrackCollection) | |
| TrackModel::CapabilitiesFlags | getCapabilities () const |
| virtual | ~TraktorPlaylistModel () |
| virtual TrackPointer | getTrack (const QModelIndex &index) const |
| virtual void | search (const QString &searchText) |
| virtual bool | isColumnInternal (int column) |
| virtual bool | isColumnHiddenByDefault (int column) |
| virtual Qt::ItemFlags | flags (const QModelIndex &index) const |
| void | setPlaylist (QString path_name) |
Definition at line 15 of file traktorplaylistmodel.h.
| TraktorPlaylistModel::TraktorPlaylistModel | ( | QObject * | parent, |
| TrackCollection * | pTrackCollection | ||
| ) |
| TraktorPlaylistModel::~TraktorPlaylistModel | ( | ) | [virtual] |
Definition at line 21 of file traktorplaylistmodel.cpp.
| void TraktorPlaylistModel::doSearch | ( | const QString & | searchText | ) | [signal] |

| Qt::ItemFlags TraktorPlaylistModel::flags | ( | const QModelIndex & | index | ) | const [virtual] |
calls readWriteFlags() by default
Reimplemented from BaseSqlTableModel.
Definition at line 101 of file traktorplaylistmodel.cpp.

| TrackModel::CapabilitiesFlags TraktorPlaylistModel::getCapabilities | ( | ) | const [virtual] |
Reimplemented from TrackModel.
Definition at line 164 of file traktorplaylistmodel.cpp.
| TrackPointer TraktorPlaylistModel::getTrack | ( | const QModelIndex & | index | ) | const [virtual] |
Enables us to do ORing
Implements TrackModel.
Definition at line 24 of file traktorplaylistmodel.cpp.

| bool TraktorPlaylistModel::isColumnHiddenByDefault | ( | int | column | ) | [virtual] |
Implements TrackModel.
Definition at line 156 of file traktorplaylistmodel.cpp.

| bool TraktorPlaylistModel::isColumnInternal | ( | int | column | ) | [virtual] |
Implements TrackModel.
Definition at line 94 of file traktorplaylistmodel.cpp.

| void TraktorPlaylistModel::search | ( | const QString & | searchText | ) | [virtual] |
Implements TrackModel.
Definition at line 84 of file traktorplaylistmodel.cpp.

| void TraktorPlaylistModel::setPlaylist | ( | QString | path_name | ) |
Definition at line 105 of file traktorplaylistmodel.cpp.

