src/hbcore/style/hbstyle_p.h
changeset 28 b7da29130b0e
parent 23 e6ad4ef83b23
child 30 80e4d18b72f5
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
   107         P_Popup_background,
   107         P_Popup_background,
   108         P_Popup_background_weak,
   108         P_Popup_background_weak,
   109         P_Popup_heading_frame,
   109         P_Popup_heading_frame,
   110         P_ToolTip_background,
   110         P_ToolTip_background,
   111         P_MessageBox_icon,
   111         P_MessageBox_icon,
       
   112         P_MessageBox_text,
   112         P_ItemViewItem_background,
   113         P_ItemViewItem_background,
   113         P_ListViewItem_text,
   114         P_ListViewItem_text,
   114         P_ListViewItem_richtext,
   115         P_ListViewItem_richtext,
   115         P_ListViewItem_icon,
   116         P_ListViewItem_icon,
   116         P_ItemHighlight_background,
   117         P_ItemHighlight_background,
   224         P_ProgressBar_slidertrack = P_ProgressSlider_track,             // DEPRECATED
   225         P_ProgressBar_slidertrack = P_ProgressSlider_track,             // DEPRECATED
   225         P_ProgressSlider_handleicon = P_ProgressSliderHandle_icon,      // DEPRECATED
   226         P_ProgressSlider_handleicon = P_ProgressSliderHandle_icon,      // DEPRECATED
   226         P_InputDialog_additional_text = P_InputDialog_additionaltext,    //deprecated
   227         P_InputDialog_additional_text = P_InputDialog_additionaltext,    //deprecated
   227 
   228 
   228         P_NotUsed = 0x00f00000,
   229         P_NotUsed = 0x00f00000,
   229         P_MessageBox_text,    //deprecated ,not used.
       
   230         P_ProgressSlider_handle,    // DEPRECATED, NOT USED
   230         P_ProgressSlider_handle,    // DEPRECATED, NOT USED
   231         P_ProgressBar_text,          // DEPRECATED, NOT USED
   231         P_ProgressBar_text,          // DEPRECATED, NOT USED
   232 
   232 
   233         P_CustomBase = 0x0f000000
   233         P_CustomBase = 0x0f000000
   234     };
   234     };
   261 
   261 
   262     void clearStyleSheetCaches();
   262     void clearStyleSheetCaches();
   263 
   263 
   264     static HbWidgetBasePrivate *widgetBasePrivate(HbWidgetBase *widgetBase);
   264     static HbWidgetBasePrivate *widgetBasePrivate(HbWidgetBase *widgetBase);
   265 
   265 
       
   266     bool parameterFromHashValue(
       
   267         quint32 hashValue,
       
   268         qreal &value,
       
   269         const HbDeviceProfile &profile = HbDeviceProfile()) const;
       
   270 
   266     HbStyle* q_ptr;
   271     HbStyle* q_ptr;
   267 
   272 
   268     mutable HbLayoutParameters layoutParameters;
   273     mutable HbLayoutParameters layoutParameters;
   269     mutable QHash<QString, HbVector<HbCss::StyleRule> > styleRulesCache;
   274     mutable QHash<QString, HbVector<HbCss::StyleRule> > styleRulesCache;
   270 
   275