MMsgBioControlScrollExtension Class Reference

#include <app/MMsgBioControlExtension.h>

class MMsgBioControlScrollExtension
Public Member Functions
pure virtual voidExtNotifyViewEvent(TMsgViewEvent, TInt)
pure virtual TInt ExtScrollL(TInt, TMsgScrollDirection)

Detailed Description

Interface for scrolling extension

Since
3.2

Member Function Documentation

ExtNotifyViewEvent ( TMsgViewEvent, TInt )

voidExtNotifyViewEvent(TMsgViewEventaEvent,
TIntaParam
)[pure virtual]
Prepares control for viewing.
Since
3.2
ParameterDescription
aEventThe event type
aParamEvent related parameters

ExtScrollL ( TInt, TMsgScrollDirection )

TInt ExtScrollL(TIntaPixelsToScroll,
TMsgScrollDirectionaDirection
)[pure virtual]
Performs the internal scrolling of control if needed.
Since
3.2
ParameterDescription
aPixelsToScrollAmount of pixels to scroll.
aDirectionScrolling direction.

Returns: Amount of pixels that were scrolled. Zero value means the component cannot be scrolled to that direction anymore and view should be moved.