videocollection/videocollectionview/inc/videolistselectiondialog.h
changeset 37 4eb2df7f7cbe
parent 36 8aed59de29f9
child 40 13331705e488
--- a/videocollection/videocollectionview/inc/videolistselectiondialog.h	Fri Apr 16 18:13:14 2010 +0300
+++ b/videocollection/videocollectionview/inc/videolistselectiondialog.h	Fri Apr 30 09:52:11 2010 +0300
@@ -89,6 +89,11 @@
      */
     void exec();
     
+    /**
+     * Signaled by HbInputDialog when it's closed.
+     */
+    void newAlbumNameDialogFinished(HbAction *action);    
+    
 private slots:
     
     /**
@@ -183,13 +188,9 @@
     QString getSelectedName();
     
     /**
-     * opens an input dialog for a user to input new album name
-     * If everything goes well and user accepts, method returns new album name and
-     * saves album id into mSelectedAlbumId
-     * 
-     * @return QString new name or empty string in case of error or cancel
+     * Finalizes the operation.
      */
-    QString queryNewAlbumSelected();
+    void finalize(QString albumName = "");
     
 private:
    
@@ -234,6 +235,11 @@
     HbLabel *mItemCount;
     
     /**
+     * checkbox label from docml
+     */
+    HbLabel *mCheckBoxText;
+    
+    /**
      * mark all checkbox
      */
     HbCheckBox *mCheckBox;