mpxplugins/viewplugins/views/collectionviewhg/inc/mpxcollectionviewhgcontainer.h
branchRCL_3
changeset 40 cb96c29156b2
parent 28 56b11cf8addb
child 50 26a1709b9fec
--- a/mpxplugins/viewplugins/views/collectionviewhg/inc/mpxcollectionviewhgcontainer.h	Wed Jun 09 09:38:28 2010 +0300
+++ b/mpxplugins/viewplugins/views/collectionviewhg/inc/mpxcollectionviewhgcontainer.h	Mon Jun 21 15:37:19 2010 +0300
@@ -224,6 +224,11 @@
      * @since 3.1
      */
     TInt CurrentLbxItemIndex() const;
+    
+	/*
+     * Mark the grabbed item for reordering the playlist.
+     */
+    void MarkGrabedItemL( TInt aIndex ); 
 
     /**
      * Get current selected listbox items indices (relative to the original
@@ -566,7 +571,11 @@
 	 */
 	void SetPreviousViewId(TUid aViewUid);
 
-
+	/**
+	 * Hides container window controls.
+	 */
+    void HideContainerWindow(); 
+	
 private:
 
     /**
@@ -1012,6 +1021,7 @@
     TRect iPopupListRect;
     TUid iPreviousViewId;
     TBool iPreviousOrientation;
+    TBool iDrawBackGround;
     };
 
 #endif  // CMPXCOLLECTIONVIEWHGCONTAINER_H