src/hbcore/style/hbstyle_p.h
changeset 28 b7da29130b0e
parent 23 e6ad4ef83b23
child 30 80e4d18b72f5
--- a/src/hbcore/style/hbstyle_p.h	Thu Sep 02 20:44:51 2010 +0300
+++ b/src/hbcore/style/hbstyle_p.h	Fri Sep 17 08:32:10 2010 +0300
@@ -109,6 +109,7 @@
         P_Popup_heading_frame,
         P_ToolTip_background,
         P_MessageBox_icon,
+        P_MessageBox_text,
         P_ItemViewItem_background,
         P_ListViewItem_text,
         P_ListViewItem_richtext,
@@ -226,7 +227,6 @@
         P_InputDialog_additional_text = P_InputDialog_additionaltext,    //deprecated
 
         P_NotUsed = 0x00f00000,
-        P_MessageBox_text,    //deprecated ,not used.
         P_ProgressSlider_handle,    // DEPRECATED, NOT USED
         P_ProgressBar_text,          // DEPRECATED, NOT USED
 
@@ -263,6 +263,11 @@
 
     static HbWidgetBasePrivate *widgetBasePrivate(HbWidgetBase *widgetBase);
 
+    bool parameterFromHashValue(
+        quint32 hashValue,
+        qreal &value,
+        const HbDeviceProfile &profile = HbDeviceProfile()) const;
+
     HbStyle* q_ptr;
 
     mutable HbLayoutParameters layoutParameters;