idlehomescreen/widgetmanager/inc/wmwidgetdata.h
branchRCL_3
changeset 9 f966699dea19
parent 5 c743ef5928ba
child 16 9674c1a575e9
equal deleted inserted replaced
5:c743ef5928ba 9:f966699dea19
   172     static TInt CompareByPersistentWidgetOrder(
   172     static TInt CompareByPersistentWidgetOrder(
   173             const CWmWidgetData& aDataOne,
   173             const CWmWidgetData& aDataOne,
   174             const CWmWidgetData& aDataTwo );
   174             const CWmWidgetData& aDataTwo );
   175 
   175 
   176 public: // methods to read the content
   176 public: // methods to read the content
       
   177 
       
   178     /** Mdcapoint for listbox("\t0widget name") */    
       
   179     const TDesC& MdcaPoint() const;
   177     
   180     
   178     /** the HsContent info */
   181     /** the HsContent info */
   179     inline CHsContentInfo& HsContentInfo();
   182     inline CHsContentInfo& HsContentInfo();
   180 
   183 
   181     /** the HsContent info */
   184     /** the HsContent info */
   260     /** type oif the widget */
   263     /** type oif the widget */
   261     TWidgetType         iWidgetType;
   264     TWidgetType         iWidgetType;
   262 
   265 
   263     /** persistent order of widgets (used in sorting) */
   266     /** persistent order of widgets (used in sorting) */
   264     const CWmPersistentWidgetOrder* iPersistentWidgetOrder;
   267     const CWmPersistentWidgetOrder* iPersistentWidgetOrder;
   265 
   268     
       
   269     /** "0\t" + widget name for listbox*/
       
   270     HBufC*              iMdcaPoint;
       
   271     
   266     /** wrt widget publisher uid */
   272     /** wrt widget publisher uid */
   267     TUid                iPublisherUid;
   273     TUid                iPublisherUid;
   268     
   274     
   269     /** size of logo rect in list item */
   275     /** size of logo rect in list item */
   270     TSize               iLogoSize;
   276     TSize               iLogoSize;