src/hbcore/gui/hbtoolbar.h
changeset 30 80e4d18b72f5
parent 6 c3690ec91ef8
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
    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 );