equal
deleted
inserted
replaced
18 #ifndef MPCOLLECTIONCONTAINERARTISTS_H |
18 #ifndef MPCOLLECTIONCONTAINERARTISTS_H |
19 #define MPCOLLECTIONCONTAINERARTISTS_H |
19 #define MPCOLLECTIONCONTAINERARTISTS_H |
20 |
20 |
21 #include "mpcollectionlistcontainer.h" |
21 #include "mpcollectionlistcontainer.h" |
22 |
22 |
23 class HbGroupBox; |
|
24 class HgMediawall; |
23 class HgMediawall; |
25 class MpCollectionTBoneListDataModel; |
24 class MpCollectionTBoneListDataModel; |
26 |
25 |
27 class MpCollectionContainerArtists : public MpCollectionListContainer |
26 class MpCollectionContainerArtists : public MpCollectionListContainer |
28 { |
27 { |
47 private: |
46 private: |
48 |
47 |
49 void setupContainer(); |
48 void setupContainer(); |
50 |
49 |
51 private: |
50 private: |
52 |
51 |
53 HbGroupBox *mInfoBar; // Own |
|
54 HgMediawall *mTBone; // Own |
52 HgMediawall *mTBone; // Own |
55 MpCollectionTBoneListDataModel *mTBoneListModel; // Own |
53 MpCollectionTBoneListDataModel *mTBoneListModel; // Own |
56 int mCurrentArtistIndex; |
54 int mCurrentArtistIndex; |
57 int mCurrentAlbumIndex; |
55 int mCurrentAlbumIndex; |
58 int mAlbumIndexOffset; |
56 int mAlbumIndexOffset; |