Alf::TAlfWidgetAttributeCommand Class Reference

class Alf::TAlfWidgetAttributeCommand : public TAlfObjectCommand

AlfCommand type for carrying an attribute and delivering it to a presentation element of a recipient widget.

AlfAttribute
Since
S60 ?S60_version

Inherits from

Constructor & Destructor Documentation

TAlfWidgetAttributeCommand(AlfAttribute *, UString &, AlfWidget *)

TAlfWidgetAttributeCommand ( AlfAttribute * aAttribute,
UString & aTarget,
AlfWidget * aRecipient
)

Constructor.

Since
S60 ?S60_version

Parameters

AlfAttribute * aAttribute The attributes to be set
UString & aTarget Name of the target AlfElement instance
AlfWidget * aRecipient Widget that the command is to be executed on

~TAlfWidgetAttributeCommand()

~TAlfWidgetAttributeCommand ( )

Destructor

Member Functions Documentation

ExecuteL(CAlfEnv &)

void ExecuteL ( CAlfEnv & aEnv ) const [virtual]

Executes the command.

Parameters

CAlfEnv & aEnv The environment in which the command is being executed.

Size()

TInt Size ( ) const [virtual]

Returns the size of the command.

Member Data Documentation

AlfAttribute * mOwnedAttribute

AlfAttribute * mOwnedAttribute

UString mTarget

UString mTarget