mpviewplugins/mpcollectionviewplugin/tsrc/unittest_mpcollectioncontainers/stub/inc/mpcollectionview.h
changeset 29 8192e5b5c935
parent 25 3ec52facab4d
child 55 f3930dda3342
equal deleted inserted replaced
25:3ec52facab4d 29:8192e5b5c935
    53 
    53 
    54     void initializeView();
    54     void initializeView();
    55 
    55 
    56 
    56 
    57 public slots:
    57 public slots:
    58    
    58 
    59     void openIndex( int index );
    59     void openIndex( int index );
    60     void openContextMenu( int index, const QPointF &coords );
    60     void openContextMenu( int index, const QPointF &coords );
       
    61     void findAlbumSongs( int index );
       
    62     void playAlbumSongs( int albumIndex, int songIndex );
    61 
    63 
    62 public:
    64 public:
    63 
    65 
    64     TCollectionContext              mCollectionContext;
    66     TCollectionContext              mCollectionContext;
    65 
    67 
    74     MpNowPlayingWidget              *mNowPlayingBanner;     // Own
    76     MpNowPlayingWidget              *mNowPlayingBanner;     // Own
    75     bool                            mBannerAttached;
    77     bool                            mBannerAttached;
    76     bool                            mEffectOnGoing;
    78     bool                            mEffectOnGoing;
    77 
    79 
    78     HbMainWindow                    *mWindow;               // Not own
    80     HbMainWindow                    *mWindow;               // Not own
    79     HbAction                        *mNavigationQuit;       // Not own
    81     HbAction                        *mSoftKeyQuit;          // Not own
    80     HbAction                        *mNavigationBack;       // Not own
    82     HbAction                        *mSoftKeyBack;          // Not own
    81 
    83 
    82     MpCollectionDocumentLoader      *mDocumentLoader;       // Own
    84     MpCollectionDocumentLoader      *mDocumentLoader;       // Own
    83     HbWidget                        *mMainContainer;        // Own
    85     HbWidget                        *mMainContainer;        // Own
    84 
    86 
    85     HbToolBar                       *mMainToolBar;
    87     HbToolBar                       *mMainToolBar;