inc/mpengine.h
changeset 59 cd9e40a08dda
parent 55 f3930dda3342
equal deleted inserted replaced
55:f3930dda3342 59:cd9e40a08dda
   168     void reopenCollection();
   168     void reopenCollection();
   169     void reorderPlaylist( int playlistId, int songId, int originalOrdinal, int newOrdinal );
   169     void reorderPlaylist( int playlistId, int songId, int originalOrdinal, int newOrdinal );
   170     void handleDeleteStarted( TCollectionContext context, int count );
   170     void handleDeleteStarted( TCollectionContext context, int count );
   171     void handleDeleteEnded( bool success );
   171     void handleDeleteEnded( bool success );
   172     void cancelCollectionRequest();
   172     void cancelCollectionRequest();
       
   173     void handleCollectionPlaylistOpened();
   173 
   174 
   174     // Playback related
   175     // Playback related
   175     void playEmbedded( QString aFilename );
   176     void playEmbedded( QString aFilename );
   176     void playEmbedded( const XQSharableFile&  file );
   177     void playEmbedded( const XQSharableFile&  file );
   177     void play();
   178     void play();