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


Signals | |
| void | doSearch (const QString &searchText) |
Public Member Functions | |
| RhythmboxTrackModel (QObject *parent, TrackCollection *pTrackCollection) | |
| TrackModel::CapabilitiesFlags | getCapabilities () const |
| virtual | ~RhythmboxTrackModel () |
| 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 |
Definition at line 34 of file rhythmboxtrackmodel.h.
| RhythmboxTrackModel::RhythmboxTrackModel | ( | QObject * | parent, |
| TrackCollection * | pTrackCollection | ||
| ) |
| RhythmboxTrackModel::~RhythmboxTrackModel | ( | ) | [virtual] |
Definition at line 27 of file rhythmboxtrackmodel.cpp.
| void RhythmboxTrackModel::doSearch | ( | const QString & | searchText | ) | [signal] |

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

| TrackModel::CapabilitiesFlags RhythmboxTrackModel::getCapabilities | ( | ) | const [virtual] |
Reimplemented from TrackModel.
Definition at line 108 of file rhythmboxtrackmodel.cpp.
| TrackPointer RhythmboxTrackModel::getTrack | ( | const QModelIndex & | index | ) | const [virtual] |
Enables us to do ORing
Implements TrackModel.
Definition at line 30 of file rhythmboxtrackmodel.cpp.

| bool RhythmboxTrackModel::isColumnHiddenByDefault | ( | int | column | ) | [virtual] |
Implements TrackModel.
Definition at line 103 of file rhythmboxtrackmodel.cpp.
| bool RhythmboxTrackModel::isColumnInternal | ( | int | column | ) | [virtual] |
Implements TrackModel.
Definition at line 92 of file rhythmboxtrackmodel.cpp.

| void RhythmboxTrackModel::search | ( | const QString & | searchText | ) | [virtual] |
Implements TrackModel.
Definition at line 82 of file rhythmboxtrackmodel.cpp.
