src/hbcore/gui/hbtoolbar.h
changeset 34 ed14f46c0e55
parent 6 c3690ec91ef8
equal deleted inserted replaced
31:7516d6d86cf5 34:ed14f46c0e55
    62 
    62 
    63 public slots:
    63 public slots:
    64     void setOrientation(Qt::Orientation orientation);
    64     void setOrientation(Qt::Orientation orientation);
    65 
    65 
    66 protected:
    66 protected:
       
    67     friend class HbView;
       
    68 
    67     HbToolBar( HbToolBarPrivate &dd, QGraphicsItem *parent = 0 );
    69     HbToolBar( HbToolBarPrivate &dd, QGraphicsItem *parent = 0 );
    68 
    70 
    69     QVariant itemChange( GraphicsItemChange change, const QVariant &value );
    71     QVariant itemChange( GraphicsItemChange change, const QVariant &value );
    70     void gestureEvent(QGestureEvent *event);
    72     void gestureEvent(QGestureEvent *event);
    71     void changeEvent( QEvent *event );
    73     void changeEvent( QEvent *event );