idlehomescreen/widgetmanager/inc/wmwidgetdata.h
branchRCL_3
changeset 9 f966699dea19
parent 5 c743ef5928ba
child 16 9674c1a575e9
--- a/idlehomescreen/widgetmanager/inc/wmwidgetdata.h	Tue Feb 02 00:04:13 2010 +0200
+++ b/idlehomescreen/widgetmanager/inc/wmwidgetdata.h	Fri Feb 19 22:42:37 2010 +0200
@@ -174,6 +174,9 @@
             const CWmWidgetData& aDataTwo );
 
 public: // methods to read the content
+
+    /** Mdcapoint for listbox("\t0widget name") */    
+    const TDesC& MdcaPoint() const;
     
     /** the HsContent info */
     inline CHsContentInfo& HsContentInfo();
@@ -262,7 +265,10 @@
 
     /** persistent order of widgets (used in sorting) */
     const CWmPersistentWidgetOrder* iPersistentWidgetOrder;
-
+    
+    /** "0\t" + widget name for listbox*/
+    HBufC*              iMdcaPoint;
+    
     /** wrt widget publisher uid */
     TUid                iPublisherUid;