diff -r 9674c1a575e9 -r b8fae6b8a148 idlehomescreen/widgetmanager/inc/wmwidgetdata.h --- a/idlehomescreen/widgetmanager/inc/wmwidgetdata.h Mon Mar 15 12:39:47 2010 +0200 +++ b/idlehomescreen/widgetmanager/inc/wmwidgetdata.h Wed Mar 31 21:17:19 2010 +0300 @@ -59,6 +59,14 @@ ECps // wrt widgets included in this category }; + /** wrt widget type */ + enum TWrtType + { + EUnIdentified, + EWgz, + EWgt + }; + public: // construction /** * static constructor @@ -199,6 +207,9 @@ /** widget type */ inline TWidgetType WidgetType() const; + /** wrt widget type */ + inline TWrtType WrtType() const; + /** running install animation index */ inline TInt InstallAnimationIndex() const; @@ -265,8 +276,11 @@ /** The CHsContentInfo that corresponds to this list row */ CHsContentInfo* iHsContentInfo; - /** type oif the widget */ + /** type of the widget */ TWidgetType iWidgetType; + + /** type of the wrt widget */ + TWrtType iWrtType; /** persistent order of widgets (used in sorting) */ const CWmPersistentWidgetOrder* iPersistentWidgetOrder;