videocollection/videocollectionview/inc/videolistwidget.h
changeset 24 7d93ee07fb27
parent 20 b9e04db066d4
child 28 c48470be1ba7
equal deleted inserted replaced
20:b9e04db066d4 24:7d93ee07fb27
   172      * Signaled by the fw when item is long pressed.
   172      * Signaled by the fw when item is long pressed.
   173      * Popup menu for the particular item is opened.
   173      * Popup menu for the particular item is opened.
   174      * Saves current selected item's index to mCurrentIndex
   174      * Saves current selected item's index to mCurrentIndex
   175      */
   175      */
   176     void longPressedSlot(HbAbstractViewItem *item, const QPointF &point);
   176     void longPressedSlot(HbAbstractViewItem *item, const QPointF &point);
   177 
       
   178     /**
       
   179      * Re-implemented in case context menu is visible, the below list shoud not
       
   180      * be panned.
       
   181      */
       
   182     void panGesture(const QPointF &point);
       
   183     
   177     
   184 private slots:
   178 private slots:
   185 
   179 
   186     /**
   180     /**
   187      * Signaled for one item deletion.
   181      * Signaled for one item deletion.