videocollection/tsrc/stubs/src/videolistwidget.cpp
changeset 17 69946d1824c4
parent 15 cf5481c2bc0b
child 20 b9e04db066d4
--- a/videocollection/tsrc/stubs/src/videolistwidget.cpp	Fri Apr 16 14:59:52 2010 +0300
+++ b/videocollection/tsrc/stubs/src/videolistwidget.cpp	Mon May 03 12:32:50 2010 +0300
@@ -33,8 +33,7 @@
     mCurrentLevel(VideoCollectionCommon::ELevelInvalid),
     mSignalsConnected(false),
     mIsService(false),
-    mNavKeyBackAction(0),
-    mNavKeyQuitAction(0),
+    mNavKeyAction(0),
     mContextMenu(0),
     mSelectionMode(HbAbstractItemView::NoSelection),
     mScrollPositionTimer(0),
@@ -107,8 +106,7 @@
 
 VideoCollectionCommon::TCollectionLevels VideoListWidget::getLevel()
 {
-    // not stubbed
-    return VideoCollectionCommon::ELevelInvalid;
+    return mCurrentLevel;
 }
 
 VideoSortFilterProxyModel& VideoListWidget::getModel()
@@ -128,13 +126,19 @@
     // not stubbed
 }
 
-void VideoListWidget::longPressGesture (const QPointF &point)
+void VideoListWidget::longPressedSlot(HbAbstractViewItem *item, const QPointF &point)
 {
     Q_UNUSED(point);
     // not stubbed
 }
 
-void VideoListWidget::playItemSlot()
+void VideoListWidget::panGesture (const QPointF &point)
+{
+    Q_UNUSED(point);
+    // not stubbed
+}
+
+void VideoListWidget::openItemSlot()
 {
     // not stubbed
 }
@@ -169,11 +173,6 @@
     // not stubbed
 }
 
-void VideoListWidget::playAllSlot()
-{
-    // not stubbed
-}
-
 void VideoListWidget::back()
 {
     // not stubbed
@@ -205,7 +204,7 @@
     // not stubbed
 }
 
-void VideoListWidget::debugNotImplementedYet()
+void VideoListWidget::setNavigationAction()
 {
     // not stubbed
 }