videocollection/videocollectionview/inc/videolistwidget.h
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 36 8aed59de29f9
--- a/videocollection/videocollectionview/inc/videolistwidget.h	Thu Apr 01 23:22:15 2010 +0300
+++ b/videocollection/videocollectionview/inc/videolistwidget.h	Thu Apr 01 23:32:44 2010 +0300
@@ -159,12 +159,6 @@
 
 private slots:
 
-	/**
-     * Signaled for item share.
-     *
-     */
-    void shareItemSlot();
-
     /**
      * Signaled for one item deletion.
      *
@@ -188,6 +182,11 @@
      *
      */
     void addToCollectionSlot();
+    
+    /**
+     * Signaled to remove a particular video from collection
+     */
+    void removeFromCollectionSlot();
 
     /**
      * Signaled to remove a user created collection.
@@ -211,6 +210,12 @@
     void playItemSlot();
 
     /**
+     * slot is connected to view's doDelayeds -signal
+     *
+     */
+    void doDelayedsSlot();
+    
+    /**
      * Signaled when stepping back from collection in collection view
      *
      */
@@ -262,12 +267,11 @@
 
     enum TContextActionIds
     {
-        EActionShare = 1,
-        EActionDelete,
+    	EActionDelete = 1,
         EActionDetails,
-        EACtionRemoveFromCollection,
-        EACtionAddToCollection,
-        EACtionRemoveCollection,
+        EActionRemove,
+        EActionAddToCollection,
+        EActionRemoveCollection,
         EActionRename,
     	EActionPlay
     };
@@ -326,11 +330,6 @@
      */
 	bool                       mSignalsConnected;
 	
-	/**
-     * True if details plugin is ready
-     */
-	bool                       mDetailsReady;
-
     /**
      * Boolean for knowing when the app was started as a service.
      */