homescreenapp/stateplugins/hshomescreenstateplugin/inc/hsidlestate.h
changeset 55 03646e8da489
parent 51 4785f57bf3d4
child 60 30f14686fb04
child 62 341166945d65
equal deleted inserted replaced
51:4785f57bf3d4 55:03646e8da489
   134     void moveScene_onMouseMoved(
   134     void moveScene_onMouseMoved(
   135         QGraphicsItem *watched, QGraphicsSceneMouseEvent *event, bool &filtered);
   135         QGraphicsItem *watched, QGraphicsSceneMouseEvent *event, bool &filtered);
   136     void moveScene_onMouseReleased(
   136     void moveScene_onMouseReleased(
   137         QGraphicsItem *watched, QGraphicsSceneMouseEvent *event, bool &filtered);
   137         QGraphicsItem *watched, QGraphicsSceneMouseEvent *event, bool &filtered);
   138 
   138 
   139     void onOrientationChanged(Qt::Orientation orientation);
       
   140     void widgetInteraction_onTapAndHoldTimeout();
   139     void widgetInteraction_onTapAndHoldTimeout();
   141     void sceneInteraction_onTapAndHoldTimeout();
   140     void sceneInteraction_onTapAndHoldTimeout();
   142     void onTitleChanged(QString title);
   141     void onTitleChanged(QString title);
   143     void onAddContentActionTriggered();
   142     void onAddContentActionTriggered();
   144     bool openTaskSwitcher();
   143     bool openTaskSwitcher();
   145     void zoneAnimationFinished();
   144     void zoneAnimationFinished();
   146     void onSceneMenuTriggered(HbAction *action);
   145     void onSceneMenuTriggered(HbAction *action);
   147     void onRemovePageMessageBoxClosed(HbAction *action);
   146     void onRemovePageConfirmationOk();
   148     void onSceneMenuAboutToClose();
   147     void onSceneMenuAboutToClose();
   149 
   148 
   150 private:
   149 private:
   151     HbAction *mNavigationAction;
   150     HbAction *mNavigationAction;
   152     HsIdleWidget *mUiWidget;
   151     HsIdleWidget *mUiWidget;
   153     
   152     
   154     QTimer mTimer;
   153     QTimer mTimer;
   155     qreal mTapAndHoldDistance;
       
   156     qreal mPageChangeZoneWidth;
       
   157 
   154 
   158     QPointF mTouchScenePos;
   155     QPointF mTouchScenePos;
   159     HsTitleResolver *mTitleResolver;
   156     HsTitleResolver *mTitleResolver;
   160     QPropertyAnimation *mZoneAnimation;
   157     QPropertyAnimation *mZoneAnimation;
   161     bool mPageChanged;
   158     bool mPageChanged;