CPtiUserDictionary Class Reference

class CPtiUserDictionary : public CBase

Inherits from

Constructor & Destructor Documentation

CPtiUserDictionary()

IMPORT_C CPtiUserDictionary ( ) [protected]

~CPtiUserDictionary()

IMPORT_C ~CPtiUserDictionary ( ) [virtual]

Member Functions Documentation

ConstructL(TInt)

void ConstructL ( TInt aMaxSize ) [private]

Parameters

TInt aMaxSize

ConstructL(TDesC &, TInt)

void ConstructL ( TDesC & aFileName,
TInt aMaxSize
) [private]

Parameters

TDesC & aFileName
TInt aMaxSize

CoreUID()

TInt32 CoreUID ( ) const [inline]

Data()

TPtr8 Data ( ) [inline, virtual]

FileName()

TPtrC FileName ( ) const [inline]

Id()

TInt Id ( ) const [inline]

IsDefault()

TBool IsDefault ( ) const [inline]

NewL(TInt)

IMPORT_C CPtiUserDictionary * NewL ( TInt aMaxSize ) [static]

Parameters

TInt aMaxSize

NewL(TDesC &, TInt)

IMPORT_C CPtiUserDictionary * NewL ( TDesC & aFileName,
TInt aMaxSize
) [static]

Parameters

TDesC & aFileName
TInt aMaxSize

OpenL(TDesC &, TInt)

IMPORT_C TInt OpenL ( TDesC & aFileName,
TInt aMaxSize
) [virtual]

Parameters

TDesC & aFileName
TInt aMaxSize

SetCoreUID(TInt32)

void SetCoreUID ( TInt32 aUid ) [inline]

Parameters

TInt32 aUid

SetDataL(TAny *, TInt)

IMPORT_C void SetDataL ( TAny * aData,
TInt aLength
) [virtual]

Parameters

TAny * aData
TInt aLength

SetDefault(TBool)

void SetDefault ( TBool aValue ) [inline]

Parameters

TBool aValue

SetFileName(TDesC &)

void SetFileName ( TDesC & aFileName ) [inline]

Parameters

TDesC & aFileName

SetId(TInt)

void SetId ( TInt aId ) [inline]

Parameters

TInt aId

SetSymbolClass(TInt)

void SetSymbolClass ( TInt aSymbolClass ) [inline]

Parameters

TInt aSymbolClass

SetUpdateFlag(TBool)

void SetUpdateFlag ( TBool aFlag ) [inline]

Parameters

TBool aFlag

Size()

TInt Size ( ) const [inline]

SpaceLeft()

IMPORT_C TInt SpaceLeft ( ) const [virtual]

SymbolClass()

TInt SymbolClass ( ) const [inline]

UpdateFlag()

TBool UpdateFlag ( ) const [inline]

WriteL(TDesC &)

IMPORT_C TInt WriteL ( TDesC & aFileName ) [virtual]

Parameters

TDesC & aFileName

WriteL()

IMPORT_C TInt WriteL ( ) [virtual]

Member Data Documentation

TUint32 iChecksum

TUint32 iChecksum [protected]

TInt32 iCoreUID

TInt32 iCoreUID [protected]

HBufC8 * iData

HBufC8 * iData [protected]

TBool iDefault

TBool iDefault [protected]

TFileName iFileName

TFileName iFileName [protected]

TInt iId

TInt iId [protected]

TInt iSymbolClass

TInt iSymbolClass [protected]

TBool iUpdateFlag

TBool iUpdateFlag [protected]