videocollection/tsrc/stubs/src/videolistview.cpp
changeset 17 69946d1824c4
parent 15 cf5481c2bc0b
child 20 b9e04db066d4
--- a/videocollection/tsrc/stubs/src/videolistview.cpp	Fri Apr 16 14:59:52 2010 +0300
+++ b/videocollection/tsrc/stubs/src/videolistview.cpp	Mon May 03 12:32:50 2010 +0300
@@ -25,6 +25,7 @@
 int VideoListViewData::mBackCount = 0;
 int VideoListViewData::mDeactivateViewCount = 0;
 int VideoListViewData::mInitializeViewCount = 0;
+TMPXItemId VideoListViewData::mActivatedItemId = TMPXItemId::InvalidId();
 
 VideoListView::VideoListView(VideoCollectionUiLoader *uiLoader, QGraphicsItem *parent) :
 HbView(parent),
@@ -60,8 +61,11 @@
     // not stubbed
 }
 
-int VideoListView::activateView()
+int VideoListView::activateView(const TMPXItemId &itemId)
 {
+    Q_UNUSED(itemId);
+    
+    VideoListViewData::mActivatedItemId = itemId;
     VideoListViewData::mActivateViewCount++;
     return 0;
 }
@@ -132,20 +136,6 @@
     // not stubbed
 }
 
-bool VideoListView::isActionChecked(const QString &name)
-{
-    Q_UNUSED(name);
-    // not stubbed
-    return true;
-}
-
-void VideoListView::setActionChecked(bool setChecked, const QString &name)
-{
-    Q_UNUSED(setChecked);
-    Q_UNUSED(name);
-    // not stubbed
-}
-
 void VideoListView::openAllVideosViewSlot()
 {
     // not stubbed
@@ -212,6 +202,11 @@
     // not stubbed
 }
 
+void VideoListView::prepareBrowseServiceMenu()
+{
+    // not stubbed
+}
+
 void VideoListView::handleAsyncStatusSlot(int statusCode, QVariant &additional)
 {
     Q_UNUSED(statusCode);
@@ -229,13 +224,6 @@
     // not stubbed
 }
 
-void VideoListView::widgetReadySlot(QGraphicsWidget *widget, const QString &name)
-{
-    Q_UNUSED(widget);
-    Q_UNUSED(name);
-    // not stubbed
-}
-
 void VideoListView::objectReadySlot(QObject *object, const QString &name)
 {
     Q_UNUSED(object);