mpviewplugins/mpcollectionviewplugin/inc/mpcollectionview.h
changeset 29 8192e5b5c935
parent 25 3ec52facab4d
child 32 c163ef0b758d
equal deleted inserted replaced
25:3ec52facab4d 29:8192e5b5c935
    67 
    67 
    68     void openSongs();
    68     void openSongs();
    69     void openArtists();
    69     void openArtists();
    70     void openAlbums();
    70     void openAlbums();
    71     void openPlaylists();
    71     void openPlaylists();
    72     void openGenres();
       
    73     void find();
    72     void find();
    74     void openMusicStore();
    73     void openMusicStore();
    75 
    74 
    76     void openIndex( int index );
    75     void openIndex( int index );
       
    76     void findAlbumSongs( int index );
       
    77     void playAlbumSongs( int albumIndex, int songIndex );
    77 
    78 
    78     void back();
    79     void back();
    79     void exit();
    80     void exit();
    80 
    81 
    81     void startPlaybackView();
    82     void startPlaybackView();
   132     bool                            mActivated;
   133     bool                            mActivated;
   133     MpNowPlayingWidget              *mNowPlayingBanner;     // Own
   134     MpNowPlayingWidget              *mNowPlayingBanner;     // Own
   134     bool                            mBannerAttached;
   135     bool                            mBannerAttached;
   135 
   136 
   136     HbMainWindow                    *mWindow;               // Not own
   137     HbMainWindow                    *mWindow;               // Not own
   137     HbAction                        *mNavigationQuit;       // Not own
   138     HbAction                        *mSoftKeyQuit;          // Not own
   138     HbAction                        *mNavigationBack;       // Not own
   139     HbAction                        *mSoftKeyBack;          // Not own
   139 
   140 
   140     MpCollectionDocumentLoader      *mDocumentLoader;       // Own
   141     MpCollectionDocumentLoader      *mDocumentLoader;       // Own
   141     HbWidget                        *mMainContainer;        // Own
   142     HbWidget                        *mMainContainer;        // Own
   142 
   143 
   143     HbToolBar                       *mMainToolBar;
   144     HbToolBar                       *mMainToolBar;