menufw/menufwui/mmwidgets/inc/mmlistbox.h
branchRCL_3
changeset 9 f966699dea19
parent 4 4d54b72983ae
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:  CMmListBox
    14 * Description:  CMmListBox
    15 *  Version     : %version: MM_22.1.16 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: MM_22.1.17 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #ifndef C_MMLISTBOX_H
    20 #ifndef C_MMLISTBOX_H
   387      * Such events are generated at equal time intervals while
   387      * Such events are generated at equal time intervals while
   388      * the view is being scrolled using the scrollbar.
   388      * the view is being scrolled using the scrollbar.
   389      * This function typically calls @c ProcessScrollEventL,
   389      * This function typically calls @c ProcessScrollEventL,
   390      * which actually scrolls the view and causes a redraw. 
   390      * which actually scrolls the view and causes a redraw. 
   391      */
   391      */
   392     void HandleRedrawTimerEvent();
   392     void HandleRedrawTimerEventL();
   393     
   393     
   394 private:
   394 private:
   395     /**
   395     /**
   396      * Callback function for @c iRedrawTimer.
   396      * Callback function for @c iRedrawTimer.
   397      * It simply calls @c HandleRedrawTimerEvent and returns 0.
   397      * It simply calls @c HandleRedrawTimerEventL and returns 0.
   398      * 
   398      * 
   399      * @param aPtr A pointer to CMmListBox object.
   399      * @param aPtr A pointer to CMmListBox object.
   400      * @return 0 (always).
   400      * @return 0 (always).
   401      */
   401      */
   402     static TInt RedrawTimerCallback( TAny* aPtr );
   402     static TInt RedrawTimerCallback( TAny* aPtr );