ui/widgets/glxzoomwidget/inc/glxzoomwidget.h
changeset 44 aa2fa096cbfb
parent 43 72396548277c
child 45 863223ea6961
equal deleted inserted replaced
43:72396548277c 44:aa2fa096cbfb
    65 	void animationTimeLineFinished();
    65 	void animationTimeLineFinished();
    66 
    66 
    67     protected:
    67     protected:
    68     bool sceneEvent(QEvent *event);
    68     bool sceneEvent(QEvent *event);
    69     bool sceneEventFilter(QGraphicsItem *watched,QEvent *event);
    69     bool sceneEventFilter(QGraphicsItem *watched,QEvent *event);
       
    70     void timerEvent(QTimerEvent *event);
    70     protected slots:
    71     protected slots:
    71     void dataChanged(QModelIndex startIndex, QModelIndex endIndex);
    72     void dataChanged(QModelIndex startIndex, QModelIndex endIndex);
    72 
    73 
    73 
    74 
    74     private:
    75     private:
   128     bool mImageDecodeRequestSend; 
   129     bool mImageDecodeRequestSend; 
   129 	//To check if the pinch gesture is in progress to block any events to HbScrollArea
   130 	//To check if the pinch gesture is in progress to block any events to HbScrollArea
   130     bool mPinchGestureOngoing; 
   131     bool mPinchGestureOngoing; 
   131     //to check if decoded image is available
   132     //to check if decoded image is available
   132     bool mDecodedImageAvailable;
   133     bool mDecodedImageAvailable;
       
   134     int mTimerId;
   133 
   135 
   134 };
   136 };
   135 #endif  //GLXZOOMWIDGET_H
   137 #endif  //GLXZOOMWIDGET_H