Mixxx

TraktorPlaylistModel Class Reference

#include <traktorplaylistmodel.h>

Inheritance diagram for TraktorPlaylistModel:
Collaboration diagram for TraktorPlaylistModel:

List of all members.

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)

Detailed Description

Definition at line 15 of file traktorplaylistmodel.h.


Constructor & Destructor Documentation

TraktorPlaylistModel::TraktorPlaylistModel ( QObject *  parent,
TrackCollection pTrackCollection 
)

Definition at line 10 of file traktorplaylistmodel.cpp.

Here is the call graph for this function:

TraktorPlaylistModel::~TraktorPlaylistModel ( ) [virtual]

Definition at line 21 of file traktorplaylistmodel.cpp.


Member Function Documentation

void TraktorPlaylistModel::doSearch ( const QString &  searchText) [signal]

Here is the caller graph for this function:

Qt::ItemFlags TraktorPlaylistModel::flags ( const QModelIndex &  index) const [virtual]

calls readWriteFlags() by default

Reimplemented from BaseSqlTableModel.

Definition at line 101 of file traktorplaylistmodel.cpp.

Here is the call graph for this function:

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.

Here is the call graph for this function:

bool TraktorPlaylistModel::isColumnHiddenByDefault ( int  column) [virtual]

Implements TrackModel.

Definition at line 156 of file traktorplaylistmodel.cpp.

Here is the call graph for this function:

bool TraktorPlaylistModel::isColumnInternal ( int  column) [virtual]

Implements TrackModel.

Definition at line 94 of file traktorplaylistmodel.cpp.

Here is the call graph for this function:

void TraktorPlaylistModel::search ( const QString &  searchText) [virtual]

Implements TrackModel.

Definition at line 84 of file traktorplaylistmodel.cpp.

Here is the call graph for this function:

void TraktorPlaylistModel::setPlaylist ( QString  path_name)

Definition at line 105 of file traktorplaylistmodel.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