mpxplugins/viewplugins/views/collectionviewhg/inc/mpxcollectionviewhgcontainer.h
branchRCL_3
changeset 40 cb96c29156b2
parent 28 56b11cf8addb
child 50 26a1709b9fec
equal deleted inserted replaced
31:a12246c97fcc 40:cb96c29156b2
   222      * @return Current listbox item index
   222      * @return Current listbox item index
   223      *
   223      *
   224      * @since 3.1
   224      * @since 3.1
   225      */
   225      */
   226     TInt CurrentLbxItemIndex() const;
   226     TInt CurrentLbxItemIndex() const;
       
   227     
       
   228 	/*
       
   229      * Mark the grabbed item for reordering the playlist.
       
   230      */
       
   231     void MarkGrabedItemL( TInt aIndex ); 
   227 
   232 
   228     /**
   233     /**
   229      * Get current selected listbox items indices (relative to the original
   234      * Get current selected listbox items indices (relative to the original
   230      * listbox). Ownership not transferred.
   235      * listbox). Ownership not transferred.
   231      *
   236      *
   564 	 *
   569 	 *
   565 	 * @param aViewUid UId of the previous view.
   570 	 * @param aViewUid UId of the previous view.
   566 	 */
   571 	 */
   567 	void SetPreviousViewId(TUid aViewUid);
   572 	void SetPreviousViewId(TUid aViewUid);
   568 
   573 
   569 
   574 	/**
       
   575 	 * Hides container window controls.
       
   576 	 */
       
   577     void HideContainerWindow(); 
       
   578 	
   570 private:
   579 private:
   571 
   580 
   572     /**
   581     /**
   573      * C++ constructor.
   582      * C++ constructor.
   574      */
   583      */
  1010     TTransitionType iTranstionType;
  1019     TTransitionType iTranstionType;
  1011     TBool iLayoutSwitch;
  1020     TBool iLayoutSwitch;
  1012     TRect iPopupListRect;
  1021     TRect iPopupListRect;
  1013     TUid iPreviousViewId;
  1022     TUid iPreviousViewId;
  1014     TBool iPreviousOrientation;
  1023     TBool iPreviousOrientation;
       
  1024     TBool iDrawBackGround;
  1015     };
  1025     };
  1016 
  1026 
  1017 #endif  // CMPXCOLLECTIONVIEWHGCONTAINER_H
  1027 #endif  // CMPXCOLLECTIONVIEWHGCONTAINER_H
  1018 
  1028 
  1019 // End of File
  1029 // End of File