CPeninputDataConverter Class Reference

class CPeninputDataConverter : public CBase

Peninput data converter utility

peninputcommonlayout.lib
Since
S60 v3.2

Inherits from

Constructor & Destructor Documentation

CPeninputDataConverter()

IMPORT_C CPeninputDataConverter ( ) [protected]

1st phase constructor

Since
S60 v3.2

~CPeninputDataConverter()

IMPORT_C ~CPeninputDataConverter ( ) [virtual]

Destructor

Since
S60 v3.2

Member Functions Documentation

AnyToInt(TAny *)

IMPORT_C TInt AnyToInt ( TAny * aOrginal ) [static]

From TAny* to TInt

Since
S60 v3.2

Parameters

TAny * aOrginal Orginal data

CombinationToDesc(TBool, TUint, TDes16 &)

IMPORT_C void CombinationToDesc ( TBool aBool,
TUint aNum,
TDes16 & aBuf
) [static]

From combination to descriptor

Since
S60 v3.2

Parameters

TBool aBool Bool value to be converted
TUint aNum Number to append to a Bool value
TDes16 & aBuf Buffer to store converted number

FepCaseByCaseId(TInt)

IMPORT_C TInt FepCaseByCaseId ( TInt aCaseId ) [static]

Get fep case by case id internal

Since
S60 v3.2

Parameters

TInt aCaseId The internal case

IntToDesc(TUint, TDes16 &)

IMPORT_C void IntToDesc ( TUint aNum,
TDes16 & aBuf
) [static]

From integer to descriptor

Since
S60 v3.2

Parameters

TUint aNum Integer number to be converted
TDes16 & aBuf Buffer to store converted number

ShiftCapslockByCase(TInt, TInt &, TInt &)

IMPORT_C void ShiftCapslockByCase ( TInt aCase,
TInt & aShiftStatus,
TInt & aCapsStatus
) [static]

Get shift and caps status by case

Since
S60 v3.2

Parameters

TInt aCase The case
TInt & aShiftStatus The shift status
TInt & aCapsStatus The capslock status