mpviewplugins/mpcollectionviewplugin/inc/mpcollectionview.h
changeset 55 f3930dda3342
parent 51 560ce2306a17
equal deleted inserted replaced
51:560ce2306a17 55:f3930dda3342
    51 
    51 
    52     void initializeView();
    52     void initializeView();
    53     void activateView();
    53     void activateView();
    54     void deactivateView();
    54     void deactivateView();
    55     bool isActivated();    
    55     bool isActivated();    
    56     void openItem( int index );
    56     void openItem( const QModelIndex &index );
    57     void showItemDetails( int index );
    57     void showItemDetails( int index );
    58 
    58 
    59 signals:
    59 signals:
    60 
    60 
    61     void command( int command );
    61     void command( int command );
    82     void attachNowPlayingBanner( bool active );
    82     void attachNowPlayingBanner( bool active );
    83     void containerTransitionComplete( const HbEffect::EffectStatus &status );
    83     void containerTransitionComplete( const HbEffect::EffectStatus &status );
    84 
    84 
    85     void shufflePlayAll();
    85     void shufflePlayAll();
    86     void addToPlaylist();
    86     void addToPlaylist();
       
    87     void createNewPlaylist();
    87     void deleteSongs();
    88     void deleteSongs();
    88     void renameCurrentPlaylistContainer();
    89     void renameCurrentPlaylistContainer();
    89 
    90 
    90     void playlistSaved( bool success );
    91     void playlistSaved( bool success );
    91     void songsDeleted( bool success );
    92     void songsDeleted( bool success );
    92     void playlistsRenamed( bool success );
    93     void playlistsRenamed( bool success );
    93 
    94 
    94     void prepareToAddToPlaylist();
    95     void prepareToAddToPlaylist();
    95     void handleIsolatedCollectionOpened( MpMpxCollectionData* collectionData );
    96     void handleIsolatedCollectionOpened( MpMpxCollectionData* collectionData );
    96     void arrangeSongs();
    97     void arrangeSongs();
    97     void openContextMenu( int index, const QPointF &coords );
    98     void openContextMenu( const QModelIndex &index, const QPointF &coords );
    98 
    99 
    99     void handleUsbBlocked( bool blocked );
   100     void handleUsbBlocked( bool blocked );
   100     void handleLibraryAboutToUpdate();
   101     void handleLibraryAboutToUpdate();
   101     void handleLibraryUpdated();
   102     void handleLibraryUpdated();
   102 
   103