--- a/mpviewplugins/mpcollectionviewplugin/inc/mpcollectionview.h Tue Jul 06 14:13:36 2010 +0300
+++ b/mpviewplugins/mpcollectionviewplugin/inc/mpcollectionview.h Wed Aug 18 09:46:20 2010 +0300
@@ -55,6 +55,7 @@
void setDefaultView();
bool isActivated();
void openItem( int index );
+ void showItemDetails( int index );
signals:
@@ -101,6 +102,8 @@
void handleLibraryUpdated();
void setShuffleAction( bool enabled );
+
+ void containerDataChanged();
private:
@@ -111,6 +114,7 @@
const QString& icon, const QString& objectName );
void updateMenu();
+ void addDefaultMenuOptions( HbMenu *menu, bool optRefresh, bool optExit );
void updateToolBar();
void setSoftkey();