MPeninputDataProvider Class Reference

class MPeninputDataProvider

Data provider interface

peninputcommonlayout.lib
Since
S60 v3.2
Public Member Functions
TAny * RequestData ( TPeninputDataType )
void Reset ()
void SaveKey ( TInt , TInt )
void SetData ( TPeninputDataType , TAny *)

Member Functions Documentation

RequestData(TPeninputDataType)

TAny * RequestData ( TPeninputDataType aDataType ) [pure virtual]

Request data from data provider

Since
S60 v3.2

Parameters

TPeninputDataType aDataType The data request

Reset()

void Reset ( ) [pure virtual]

Reset some data in data manager

Since
S60 v3.2

SaveKey(TInt, TInt)

void SaveKey ( TInt aKey,
TInt aValue
) [pure virtual]

Save key into CenRep(AknFep)

Since
S60 v3.2

Parameters

TInt aKey The key name
TInt aValue The new value

SetData(TPeninputDataType, TAny *)

void SetData ( TPeninputDataType aDataType,
TAny * aData
) [pure virtual]

Set data according to the data type

Since
S60 v3.2

Parameters

TPeninputDataType aDataType The data type need to set
TAny * aData The new data