idlehomescreen/widgetmanager/inc/wmwidgetdata.h
branchRCL_3
changeset 30 b8fae6b8a148
parent 16 9674c1a575e9
child 34 d05a55b217df
--- 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;