Alf::AlfWidgetInitData Struct Reference

struct Alf::AlfWidgetInitData
Placeholder for information required to instantiate a widget 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

IAlfContainerWidget * mContainerWidget

IAlfContainerWidget * mContainerWidget

Container widget pointer that is going to contain the created widget.

AlfCustomInitDataBase * mCustomData

AlfCustomInitDataBase * mCustomData

Pointer to custom data passed via factory mechanism Not Owned.

CAlfEnv * mEnv

CAlfEnv * mEnv

Owner environment for the widget

const char * mFilePath

const char * mFilePath

XML file name containing the declaration for the presention of the widget.

DuiNode * mNode

DuiNode * mNode

Pointer to node in declaration containing information for the widget.

char * mWidgetId

char * mWidgetId

Widget instance ID.This uniquely identifies every widget instance and is its name. Also see AlfWidget::Widgetname().