mpxplugins/viewplugins/views/collectionviewhg/inc/mpxcollectionviewhgcontainer.h
branchRCL_3
changeset 66 1f1dad4af8f8
parent 53 3de6c4cf6b67
equal deleted inserted replaced
60:bdd9da0d70fe 66:1f1dad4af8f8
   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;
       
   218 
   211 
   219     /**
   212     /**
   220      * Gets bottom listbox item index (relative to the original listbox).
   213      * Gets bottom listbox item index (relative to the original listbox).
   221      * @return Bottom listbox item index
   214      * @return Bottom listbox item index
   222      *
   215      *
  1027     TBool iLayoutSwitch;
  1020     TBool iLayoutSwitch;
  1028     TRect iPopupListRect;
  1021     TRect iPopupListRect;
  1029     TUid iPreviousViewId;
  1022     TUid iPreviousViewId;
  1030     TBool iPreviousOrientation;
  1023     TBool iPreviousOrientation;
  1031     TBool iDrawBackGround;
  1024     TBool iDrawBackGround;
  1032     TBool iIsNowPlayingView;
       
  1033     };
  1025     };
  1034 
  1026 
  1035 #endif  // CMPXCOLLECTIONVIEWHGCONTAINER_H
  1027 #endif  // CMPXCOLLECTIONVIEWHGCONTAINER_H
  1036 
  1028 
  1037 // End of File
  1029 // End of File