src/hbcore/style/hbstyle_p.h
changeset 30 80e4d18b72f5
parent 28 b7da29130b0e
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
   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(
   266     bool valueFromTokens(
   267         quint32 hashValue,
   267         const QList<int> &tokens,
   268         qreal &value,
   268         qreal &value,
   269         const HbDeviceProfile &profile = HbDeviceProfile()) const;
   269         const HbDeviceProfile &profile = HbDeviceProfile()) const;
   270 
   270 
   271     HbStyle* q_ptr;
   271     HbStyle* q_ptr;
   272 
   272