Alf::AlfElementInitData Struct Reference

struct Alf::AlfElementInitData
Placeholder for information required to instantiate an element via the widget factory mechanism. A pointer to this structure is casted to a void pointer and sent to the factory plugin. alfwidgetmodel.lib
Since
S60 ?S60_version

Member Data Documentation

IAlfWidgetControl * mControl

IAlfWidgetControl * mControl

Owner control for the element.

AlfCustomInitDataBase * mCustomData

AlfCustomInitDataBase * mCustomData

Pointer to custom data passed via factory mechanism Not Owned.

char * mElementId

char * mElementId

Element instance ID.This uniquely identifies every element instance and is its name. Also see AlfElement::name() .

DuiNode * mNode

DuiNode * mNode

Pointer to node in declaration containing information for the element.