Mixxx

ITunesPlaylistModel Class Reference

#include <itunesplaylistmodel.h>

Inheritance diagram for ITunesPlaylistModel:
Collaboration diagram for ITunesPlaylistModel:

List of all members.

Signals

void doSearch (const QString &searchText)

Public Member Functions

 ITunesPlaylistModel (QObject *parent, TrackCollection *pTrackCollection)
virtual ~ITunesPlaylistModel ()
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)
TrackModel::CapabilitiesFlags getCapabilities () const

Detailed Description

Definition at line 15 of file itunesplaylistmodel.h.


Constructor & Destructor Documentation

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

Definition at line 10 of file itunesplaylistmodel.cpp.

Here is the call graph for this function:

ITunesPlaylistModel::~ITunesPlaylistModel ( ) [virtual]

Definition at line 21 of file itunesplaylistmodel.cpp.


Member Function Documentation

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

Here is the caller graph for this function:

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

calls readWriteFlags() by default

Reimplemented from BaseSqlTableModel.

Definition at line 100 of file itunesplaylistmodel.cpp.

Here is the call graph for this function:

TrackModel::CapabilitiesFlags ITunesPlaylistModel::getCapabilities ( ) const [virtual]

Reimplemented from TrackModel.

Definition at line 161 of file itunesplaylistmodel.cpp.

TrackPointer ITunesPlaylistModel::getTrack ( const QModelIndex &  index) const [virtual]

Enables us to do ORing

Implements TrackModel.

Definition at line 24 of file itunesplaylistmodel.cpp.

Here is the call graph for this function:

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

Implements TrackModel.

Definition at line 156 of file itunesplaylistmodel.cpp.

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

Implements TrackModel.

Definition at line 93 of file itunesplaylistmodel.cpp.

Here is the call graph for this function:

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

Implements TrackModel.

Definition at line 83 of file itunesplaylistmodel.cpp.

Here is the call graph for this function:

void ITunesPlaylistModel::setPlaylist ( QString  path_name)

Definition at line 104 of file itunesplaylistmodel.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