homescreenapp/hsdomainmodel/inc/hsscene.h
changeset 92 6727c5d0afc7
parent 77 4b195f3bea29
equal deleted inserted replaced
85:35368b604b28 92:6727c5d0afc7
    73     static void setInstance(HsScene *instance);
    73     static void setInstance(HsScene *instance);
    74     //static HbMainWindow *mainWindow();
    74     //static HbMainWindow *mainWindow();
    75     //static Qt::Orientation orientation();
    75     //static Qt::Orientation orientation();
    76 
    76 
    77 signals:
    77 signals:
       
    78     void pageTapFinished(QGestureEvent *event);
    78     void pageTapAndHoldFinished(QGestureEvent *event);
    79     void pageTapAndHoldFinished(QGestureEvent *event);
    79     void pagePanStarted(QGestureEvent *event);
    80     void pagePanStarted(QGestureEvent *event);
    80     void pagePanUpdated(QGestureEvent *event);
    81     void pagePanUpdated(QGestureEvent *event);
    81     void pagePanFinished(QGestureEvent *event);    
    82     void pagePanFinished(QGestureEvent *event);    
    82     void widgetTapStarted(HsWidgetHost *widget);
    83     void widgetTapStarted(QPointF, HsWidgetHost *widget);
    83     void widgetTapAndHoldFinished(QGestureEvent *event, HsWidgetHost *widget);
    84     void widgetTapAndHoldFinished(QGestureEvent *event, HsWidgetHost *widget);
    84     void widgetMoveUpdated(const QPointF &scenePos, HsWidgetHost *widget);
    85     void widgetMoveUpdated(const QPointF &scenePos, HsWidgetHost *widget);
    85     void widgetMoveFinished(const QPointF &scenePos, HsWidgetHost *widget);
    86     void widgetMoveFinished(const QPointF &scenePos, HsWidgetHost *widget);
    86     void activePageChanged();
    87     void activePageChanged();
    87 
    88