ui/uiengine/model/mediamodel/inc/glxmediamodel.h
changeset 44 aa2fa096cbfb
parent 42 5e1df1b52eb3
child 45 863223ea6961
--- a/ui/uiengine/model/mediamodel/inc/glxmediamodel.h	Fri May 28 21:11:54 2010 +0530
+++ b/ui/uiengine/model/mediamodel/inc/glxmediamodel.h	Fri Jun 11 17:53:15 2010 +0530
@@ -76,6 +76,10 @@
  * for setting the attribute context mode will be used mainly for retreiving thumbnail of different sizes.
  */
     void setContextMode(GlxContextMode contextMode);
+	/*
+	 *Removes the context
+	 */
+    void removeContextMode(GlxContextMode contextMode);
     void setFocusIndex(const QModelIndex &index);
     QModelIndex getFocusIndex() const;
     void setSelectedIndex(const QModelIndex &index);
@@ -84,6 +88,10 @@
 	
 signals :
     void iconAvailable(int itemIndex, HbIcon* itemIcon, GlxTBContextType tbContextType) const;
+	/*
+	 *signal to update the details view
+	 */
+    void updateDetailsView();
 public slots:
 	void itemUpdated1(int mlIndex, GlxTBContextType tbContextType);
 	void itemsAdded(int startIndex, int endIndex);
@@ -91,6 +99,10 @@
 	void itemCorrupted(int itemIndex);
 	void albumTitleUpdated(QString aTitle);
 	void modelpopulated();
+	/*
+	 *Emits signal to update the details view
+	 */
+	void updateDetailItems();
 protected:
 	
 private slots: