mpxplugins/viewplugins/views/collectionviewhg/inc/mpxcollectionviewhgcontainer.h
branchRCL_3
changeset 50 26a1709b9fec
parent 40 cb96c29156b2
equal deleted inserted replaced
49:455f89b7fcc5 50:26a1709b9fec
   206      * @return Top listbox item index
   206      * @return Top listbox item index
   207      *
   207      *
   208      * @since 3.1
   208      * @since 3.1
   209      */
   209      */
   210     TInt TopLbxItemIndex() const;
   210     TInt TopLbxItemIndex() const;
       
   211     /**
       
   212      * Gets first listbox item index on screen(relative to the original listbox).
       
   213      * @return first listbox item index on screen
       
   214      *
       
   215      * 
       
   216      */
       
   217     TInt FirstIndexOnScreen() const;
   211 
   218 
   212     /**
   219     /**
   213      * Gets bottom listbox item index (relative to the original listbox).
   220      * Gets bottom listbox item index (relative to the original listbox).
   214      * @return Bottom listbox item index
   221      * @return Bottom listbox item index
   215      *
   222      *
  1020     TBool iLayoutSwitch;
  1027     TBool iLayoutSwitch;
  1021     TRect iPopupListRect;
  1028     TRect iPopupListRect;
  1022     TUid iPreviousViewId;
  1029     TUid iPreviousViewId;
  1023     TBool iPreviousOrientation;
  1030     TBool iPreviousOrientation;
  1024     TBool iDrawBackGround;
  1031     TBool iDrawBackGround;
       
  1032     TBool iIsNowPlayingView;
  1025     };
  1033     };
  1026 
  1034 
  1027 #endif  // CMPXCOLLECTIONVIEWHGCONTAINER_H
  1035 #endif  // CMPXCOLLECTIONVIEWHGCONTAINER_H
  1028 
  1036 
  1029 // End of File
  1037 // End of File