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 TUint32 GetBitmapIndex ( )

GetFilename()

IMPORT_C const TDesC * GetFilename ( )

GetMaskIndex()

IMPORT_C TUint32 GetMaskIndex ( )

GetName()

IMPORT_C const TDesC * GetName ( )

GetNumber()

IMPORT_C TUint32 GetNumber ( )

GetString()

IMPORT_C const TDesC * GetString ( )

GetType()

IMPORT_C TUint32 GetType ( )

NewL()

IMPORT_C CAknsEffectParamDef * NewL ( ) [static]

SetNameL(const TDesC &)

IMPORT_C void SetNameL ( const TDesC & aName )

Parameters

const TDesC & aName

SetType(TUint32)

IMPORT_C void SetType ( TUint32 aType )

Parameters

TUint32 aType

SetValue(TUint32)

IMPORT_C void SetValue ( TUint32 aParam )

Parameters

TUint32 aParam

SetValueL(const TDesC &)

IMPORT_C void SetValueL ( const TDesC & aParam )

Parameters

const TDesC & aParam

SetValueL(const TDesC &, TUint32, TUint32)

IMPORT_C void SetValueL ( const TDesC & aFilename,
TUint32 aBitmapIndex,
TUint32 aMaskIndex
)

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]