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 * aAttributeThe attributes to be set
UString & aTargetName of the target AlfElement instance
AlfWidget * aRecipientWidget that the command is to be executed on

~TAlfWidgetAttributeCommand()

~TAlfWidgetAttributeCommand()

Destructor

Member Functions Documentation

ExecuteL(CAlfEnv &)

voidExecuteL(CAlfEnv &aEnv)const [virtual]

Executes the command.

Parameters

CAlfEnv & aEnvThe 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