mpviewplugins/mpcollectionviewplugin/inc/mpcollectioncontainer.h
changeset 36 a0afa279b8fe
parent 35 fdb31ab341af
child 51 560ce2306a17
equal deleted inserted replaced
35:fdb31ab341af 36:a0afa279b8fe
    47 
    47 
    48     void itemActivated( int index );
    48     void itemActivated( int index );
    49     void itemLongPressed( int index, const QPointF &coords );
    49     void itemLongPressed( int index, const QPointF &coords );
    50     void findAlbumSongs( int index );
    50     void findAlbumSongs( int index );
    51     void playAlbumSongs( int albumIndex, int songIndex );
    51     void playAlbumSongs( int albumIndex, int songIndex );
       
    52     void shuffleEnabled( bool enabled );
    52 
    53 
    53 public slots:
    54 public slots:
    54 
    55 
    55     virtual void dataReloaded() = 0;
    56     virtual void dataReloaded() = 0;
    56 
    57