videocollection/videocollectionview/inc/videolistwidget.h
changeset 52 e3cecb93e76a
parent 47 45e72b57a2fd
child 62 0e1e938beb1a
--- a/videocollection/videocollectionview/inc/videolistwidget.h	Tue Jul 06 14:17:50 2010 +0300
+++ b/videocollection/videocollectionview/inc/videolistwidget.h	Wed Aug 18 09:50:14 2010 +0300
@@ -131,6 +131,26 @@
      * @param mode 
 	 */
     void setSelectionMode(int mode);
+    
+protected:
+    
+    /**
+     * Derived from HbListView. Starts fetching thumbnails when rows are inserted.
+     * 
+     * @param parent
+     * @param start
+     * @param end
+     */
+    void rowsInserted(const QModelIndex &parent, int start, int end);
+
+    /**
+     * Derived from HbListView. Starts fetching thumbnails when rows are removed.
+     * 
+     * @param parent
+     * @param start
+     * @param end
+     */
+    void rowsRemoved(const QModelIndex &parent, int start, int end);
 
 signals:
 
@@ -165,12 +185,12 @@
     /**
      * Signaled by HbMessageBox when it's closed.
      */
-    void deleteItemDialogFinished(HbAction *action);
+    void deleteItemDialogFinished(int action);
     
     /**
      * Signaled by HbMessageBox when it's closed.
      */
-    void removeCollectionDialogFinished(HbAction *action);
+    void removeCollectionDialogFinished(int action);
     
     /**
      * called or signaled when delayed initialization is reauired for the widget