~mixxxdevelopers/mixxx/trunk

« back to all changes in this revision

Viewing changes to mixxx/src/library/playlisttablemodel.h

  • Committer: RJ Ryan
  • Date: 2012-03-12 05:23:47 UTC
  • mfrom: (2840.2.23 mixxx-setlog)
  • Revision ID: rryan@mit.edu-20120312052347-ej5ryah1p3nag2dq
Merging Daniel Schürmann's session history branch into lp:mixxx. Thanks Daniel!

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    virtual void removeTrack(const QModelIndex& index);
31
31
    virtual void removeTracks(const QModelIndexList& indices);
32
32
    virtual bool addTrack(const QModelIndex& index, QString location);
 
33
    virtual bool appendTrack(int trackId);
33
34
    virtual void moveTrack(const QModelIndex& sourceIndex, const QModelIndex& destIndex);
34
35
    virtual void shuffleTracks(const QModelIndex& currentIndex);
35
36