CAknsEffectParamDef Class Reference

class CAknsEffectParamDef : public CBase
Since
2.8

Inherits from

Constructor & Destructor Documentation

CAknsEffectParamDef()

CAknsEffectParamDef()[protected]

~CAknsEffectParamDef()

~CAknsEffectParamDef()[virtual]

Member Functions Documentation

GetBitmapIndex()

IMPORT_C TUint32GetBitmapIndex()

GetFilename()

IMPORT_C const TDesC *GetFilename()

GetMaskIndex()

IMPORT_C TUint32GetMaskIndex()

GetName()

IMPORT_C const TDesC *GetName()

GetNumber()

IMPORT_C TUint32GetNumber()

GetString()

IMPORT_C const TDesC *GetString()

GetType()

IMPORT_C TUint32GetType()

NewL()

IMPORT_C CAknsEffectParamDef *NewL()[static]

SetNameL(const TDesC &)

IMPORT_C voidSetNameL(const TDesC &aName)

Parameters

const TDesC & aName

SetType(TUint32)

IMPORT_C voidSetType(TUint32aType)

Parameters

TUint32 aType

SetValue(TUint32)

IMPORT_C voidSetValue(TUint32aParam)

Parameters

TUint32 aParam

SetValueL(const TDesC &)

IMPORT_C voidSetValueL(const TDesC &aParam)

Parameters

const TDesC & aParam

SetValueL(const TDesC &, TUint32, TUint32)

IMPORT_C voidSetValueL(const TDesC &aFilename,
TUint32aBitmapIndex,
TUint32aMaskIndex
)

Parameters

const TDesC & aFilename
TUint32 aBitmapIndex
TUint32 aMaskIndex

Member Data Documentation

TUint32 iBitmapIndex

TUint32 iBitmapIndex[private]

HBufC * iFilename

HBufC *iFilename[private]

TUint32 iMaskIndex

TUint32 iMaskIndex[private]

TUint32 iParam

TUint32 iParam[private]

HBufC * iParamName

HBufC *iParamName[private]

HBufC * iParamString

HBufC *iParamString[private]

TUint32 iParamType

TUint32 iParamType[private]