equal
deleted
inserted
replaced
45 |
45 |
46 signals: |
46 signals: |
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 ); |
|
51 void playAlbumSongs( int albumIndex, int songIndex ); |
|
52 |
|
53 public slots: |
|
54 |
|
55 virtual void dataReloaded() = 0; |
50 |
56 |
51 protected: |
57 protected: |
52 |
58 |
53 explicit MpCollectionContainer( HbDocumentLoader *loader, QGraphicsItem *parent=0 ); |
59 explicit MpCollectionContainer( HbDocumentLoader *loader, QGraphicsItem *parent=0 ); |
54 virtual void setupContainer() = 0; |
60 virtual void setupContainer() = 0; |