src/hbcore/gui/hbtoolbar.h
changeset 6 c3690ec91ef8
parent 5 627c4a0fd0e7
child 30 80e4d18b72f5
equal deleted inserted replaced
5:627c4a0fd0e7 6:c3690ec91ef8
    58 
    58 
    59     void updatePrimitives();
    59     void updatePrimitives();
    60     enum { Type = Hb::ItemType_ToolBar };
    60     enum { Type = Hb::ItemType_ToolBar };
    61     int type() const { return Type; }
    61     int type() const { return Type; }
    62 
    62 
    63     QRectF boundingRect() const;
       
    64 
       
    65 public slots:
    63 public slots:
    66     void setOrientation(Qt::Orientation orientation);
    64     void setOrientation(Qt::Orientation orientation);
    67 
    65 
    68 protected:
    66 protected:
    69     HbToolBar( HbToolBarPrivate &dd, QGraphicsItem *parent = 0 );
    67     HbToolBar( HbToolBarPrivate &dd, QGraphicsItem *parent = 0 );