videocollection/tsrc/stubs/src/videolistwidget.cpp
changeset 36 8aed59de29f9
parent 35 3738fe97f027
child 37 4eb2df7f7cbe
--- a/videocollection/tsrc/stubs/src/videolistwidget.cpp	Thu Apr 01 23:32:44 2010 +0300
+++ b/videocollection/tsrc/stubs/src/videolistwidget.cpp	Fri Apr 16 18:13:14 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
 }