menufw/menufwui/mmwidgets/inc/mmgrid.h
branchRCL_3
changeset 9 f966699dea19
parent 4 4d54b72983ae
child 16 9674c1a575e9
equal deleted inserted replaced
5:c743ef5928ba 9:f966699dea19
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  CMmGrid declaration
    14 * Description:  CMmGrid declaration
    15 *  Version     : %version: MM_32.1.22 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: MM_32.1.23 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #ifndef C_MMGRID_H
    20 #ifndef C_MMGRID_H
   413      * Such events are generated at equal time intervals while
   413      * Such events are generated at equal time intervals while
   414      * the view is being scrolled using the scrollbar.
   414      * the view is being scrolled using the scrollbar.
   415      * This function typically calls @c ProcessScrollEventL,
   415      * This function typically calls @c ProcessScrollEventL,
   416      * which actually scrolls the view and causes a redraw. 
   416      * which actually scrolls the view and causes a redraw. 
   417      */
   417      */
   418     void HandleRedrawTimerEvent();
   418     void HandleRedrawTimerEventL();
   419     
   419     
   420 private:
   420 private:
   421     /**
   421     /**
   422      * Callback function for @c iRedrawTimer.
   422      * Callback function for @c iRedrawTimer.
   423      * It simply calls @c HandleRedrawTimerEvent and returns 0.
   423      * It simply calls @c HandleRedrawTimerEventL and returns 0.
   424      * 
   424      * 
   425      * @param aPtr A pointer to CMmGrid object.
   425      * @param aPtr A pointer to CMmGrid object.
   426      * @return 0 (always).
   426      * @return 0 (always).
   427      */
   427      */
   428     static TInt RedrawTimerCallback( TAny* aPtr );
   428     static TInt RedrawTimerCallback( TAny* aPtr );