~mkas/mixxx/mysql

« back to all changes in this revision

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

  • Committer: MKas
  • Date: 2012-11-03 12:55:54 UTC
  • Revision ID: mkas@tux.lt-20121103125554-ez5ajqyk7bwehrp2
merge with trunk + sql fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
#include "controlobjectthreadmain.h"
13
13
 
14
14
class TrackCollection;
 
15
class TreeItem;
15
16
 
16
17
class SetlogFeature : public BasePlaylistFeature {
17
18
    Q_OBJECT
23
24
    QVariant title();
24
25
    QIcon getIcon();
25
26
 
26
 
    bool dropAcceptChild(const QModelIndex& index, QUrl url);
 
27
    bool dropAcceptChild(const QModelIndex& index, QList<QUrl> urls);
27
28
    bool dragMoveAcceptChild(const QModelIndex& index, QUrl url);
28
29
 
29
30
    virtual void bindWidget(WLibrarySidebar* sidebarWidget,
36
37
    void slotJoinWithPrevious();
37
38
 
38
39
  protected:
39
 
    QModelIndex constructChildModel(int selected_id);
 
40
    void buildPlaylistList();
 
41
    void decorateChild(TreeItem *pChild, int playlist_id);
40
42
 
41
43
  private slots:
42
44
    void slotPlayingDeckChanged(int deck);