src/hbcore/gui/hbwidget_p.h
changeset 7 923ff622b8b9
parent 0 16d8024aca5e
child 21 4633027730f5
child 34 ed14f46c0e55
--- a/src/hbcore/gui/hbwidget_p.h	Wed Jun 23 18:33:25 2010 +0300
+++ b/src/hbcore/gui/hbwidget_p.h	Tue Jul 06 14:36:53 2010 +0300
@@ -75,10 +75,7 @@
 
     void updateBackgroundItemSize();
 
-    bool isInputMethodNeutral();
-
-    QGraphicsLayoutItem *createSpacerItem( const QString &name );
-    
+    void setBackgroundItem(HbStyle::Primitive type, int zValue = -1);
     HbWidget *q_ptr;
     HbStyle *style;
 
@@ -91,13 +88,13 @@
     bool polishPending; 
     bool themingPending;
     bool repolishOutstanding;
+    bool mHandlingRepolishSynchronously;
     bool notifyScene;
     int pluginBaseId;
     HbFocusGroup *focusGroup;
     HbStyle::Primitive focusActiveType;
     HbStyle::Primitive focusResidualType;
     bool highlightExpired;
-    QHash<QString,QGraphicsLayoutItem *> mSpacers;
 private:
     mutable QGraphicsItem *backgroundItem;
     mutable QGraphicsItem *focusActiveItem;