| Home · All Classes · Grouped Classes · Annotated · Functions |
The HomeScreenWidgets class is a factory for homescreen widgets. More...
#include <HomeScreenWidgets>
The HomeScreenWidgets class is a factory for homescreen widgets.
The HomescrrenWidgets class is used as a factory for creating homescreen widgets that have registered. Homescreen widgets are registered with the HSWIDGET macro, which takes the name of the widget and the method used to create the widget. Typically this will be the name of the widget class and the constructor of the class, for example:
HSWIDGET(WorldmapHSWidget, WorldmapHSWidget)
See also AnalogClockHSWidget, AppointmentsHSWidget, LauncherHSWidget, and WorldmapHSWidget.
Creates the homescreen widget with name (case insensitive) and attaches it to parent. If no widget has been registered with name then 0 is returned.
| Copyright © 2007 Trolltech | Trademarks | Qtopia 4.2.5 |