| struct Alf::AlfViewWidgetInitData |
Structure to store information required to instantiate a view widget via the widget factory mechanism. A pointer to this structure is casted to a void pointer and sent to the factory plugin during the view widget construction.
| Public Attributes | |
|---|---|
| int | mControlGroupId |
| AlfCustomInitDataBase * | mCustomData |
| CAlfDisplay * | mDisplay |
| CAlfEnv * | mEnv |
| const char * | mFilePath |
| DuiNode * | mNode |
| const char * | mWidgetId |
| int | mControlGroupId |
Control group ID that will be used to create a new control group and append the view widget into.
| AlfCustomInitDataBase * | mCustomData |
Pointer to custom data passed via factory mechanism Not Owned.
| const char * | mFilePath |
XML file name containing the declaration for the presention of the widget.
| DuiNode * | mNode |
Pointer to node in declaration containing information for the widget.
| const char * | mWidgetId |
Widget instance ID.This uniquely identifies every widget instance and is its name. AlfWidget::Widgetname()
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.