videocollection/videocollectionview/inc/videolistwidget.h
changeset 44 518105d52e45
parent 41 229f037ce963
child 58 d2b028fd1f7d
equal deleted inserted replaced
42:17f382c040b1 44:518105d52e45
   129      * it as view selection mode othervise NoSelection is setted
   129      * it as view selection mode othervise NoSelection is setted
   130      * 
   130      * 
   131      * @param mode 
   131      * @param mode 
   132 	 */
   132 	 */
   133     void setSelectionMode(int mode);
   133     void setSelectionMode(int mode);
       
   134     
       
   135 protected:
       
   136     
       
   137     /**
       
   138      * Derived from HbListView. Starts fetching thumbnails when rows are inserted.
       
   139      * 
       
   140      * @param parent
       
   141      * @param start
       
   142      * @param end
       
   143      */
       
   144     void rowsInserted(const QModelIndex &parent, int start, int end);
       
   145 
       
   146     /**
       
   147      * Derived from HbListView. Starts fetching thumbnails when rows are removed.
       
   148      * 
       
   149      * @param parent
       
   150      * @param start
       
   151      * @param end
       
   152      */
       
   153     void rowsRemoved(const QModelIndex &parent, int start, int end);
   134 
   154 
   135 signals:
   155 signals:
   136 
   156 
   137     /**
   157     /**
   138      * Command signal.
   158      * Command signal.
   163     void renameDialogFinished(HbAction *action);
   183     void renameDialogFinished(HbAction *action);
   164     
   184     
   165     /**
   185     /**
   166      * Signaled by HbMessageBox when it's closed.
   186      * Signaled by HbMessageBox when it's closed.
   167      */
   187      */
   168     void deleteItemDialogFinished(HbAction *action);
   188     void deleteItemDialogFinished(int action);
   169     
   189     
   170     /**
   190     /**
   171      * Signaled by HbMessageBox when it's closed.
   191      * Signaled by HbMessageBox when it's closed.
   172      */
   192      */
   173     void removeCollectionDialogFinished(HbAction *action);
   193     void removeCollectionDialogFinished(int action);
   174     
   194     
   175     /**
   195     /**
   176      * called or signaled when delayed initialization is reauired for the widget
   196      * called or signaled when delayed initialization is reauired for the widget
   177      *
   197      *
   178      */
   198      */