videocollection/videocollectionview/inc/videolistview.h
changeset 37 4eb2df7f7cbe
parent 36 8aed59de29f9
child 38 ff53afa8ad05
--- a/videocollection/videocollectionview/inc/videolistview.h	Fri Apr 16 18:13:14 2010 +0300
+++ b/videocollection/videocollectionview/inc/videolistview.h	Fri Apr 30 09:52:11 2010 +0300
@@ -113,7 +113,19 @@
      *
      */
     void doDelayeds();
+    
+    /**
+     * Signaled when view is ready.
+     */
+    void viewReady();
 
+public slots:
+
+    /**
+     * Signaled by HbInputDialog when it's closed. 
+     */
+    void createCollectionDialogFinished(HbAction *action);
+    
 private slots:
 
     /**
@@ -257,17 +269,7 @@
     void collectionOpenedSlot(bool collectionOpened,
         const QString& collection,
         const QModelIndex &index);
-
-    /**
-     * Slot is called when effect for opening a collection finishes.
-     */
-    void finishCollectionOpenedSlot(const HbEffect::EffectStatus &status);
-    
-    /**
-     * Slot is called when effect for closing a collection finishes.
-     */
-    void finishCollectionClosedSlot(const HbEffect::EffectStatus &status);    
-    
+        
     /**
      * Slot which is called when an object has been loaded.
      */
@@ -378,11 +380,6 @@
      * Boolean for knowing when the model is ready.
      */
     bool mModelReady;
-    
-    /**
-     * Collection being opened or closed.
-     */
-    bool mTransitionOngoing;
 
     /**
      * Hint level for the hint widget.