src/hbcore/gui/hbtoolbar.h
changeset 5 627c4a0fd0e7
parent 2 06ff229162e9
child 6 c3690ec91ef8
--- a/src/hbcore/gui/hbtoolbar.h	Thu May 27 13:10:59 2010 +0300
+++ b/src/hbcore/gui/hbtoolbar.h	Fri Jun 11 13:58:22 2010 +0300
@@ -60,6 +60,8 @@
     enum { Type = Hb::ItemType_ToolBar };
     int type() const { return Type; }
 
+    QRectF boundingRect() const;
+
 public slots:
     void setOrientation(Qt::Orientation orientation);
 
@@ -72,6 +74,7 @@
     void resizeEvent( QGraphicsSceneResizeEvent *event );
     void hideEvent(QHideEvent *event);
     bool event( QEvent *event );
+    virtual void polish(HbStyleParameters &params);
 
 private:
     Q_DECLARE_PRIVATE_D( d_ptr, HbToolBar )