mpengine/inc/mpmpxcollectionframeworkwrapper_p.h
changeset 36 a0afa279b8fe
parent 35 fdb31ab341af
child 38 b93f525c9244
--- a/mpengine/inc/mpmpxcollectionframeworkwrapper_p.h	Fri May 14 18:54:37 2010 -0500
+++ b/mpengine/inc/mpmpxcollectionframeworkwrapper_p.h	Fri May 28 19:46:01 2010 -0500
@@ -81,9 +81,10 @@
     void playAlbumSongs( int albumIndex, int songIndex, MpMpxCollectionData* collectionData );
     void setRepeatFeatureEnabled( bool enable );
     void setShuffleFeatureEnabled( bool enable );
-	void cancel();
-	
+    void cancel();
+    
     MpMpxCollectionData *collectionData();
+    void openShuffleAllSongsPath();
 
 private:
 
@@ -127,6 +128,7 @@
 
     void PreparePlaylistMediaL( CMPXMedia& aMedia, QList<int> &selection, MpMpxCollectionData *collectionData );
     void createPlaybackUtilityL();
+    void DoPlayAllSongsPlaylistL();
 
 private:
 
@@ -146,6 +148,7 @@
     TBool                             iRepeatFeature;
     TBool                             iShuffleFeature;
     TBool                             iReopen;
+    TBool                             iShuffleAll;
 
 };