videocollection/tsrc/stubs/src/videolistwidget.cpp
changeset 36 8aed59de29f9
parent 35 3738fe97f027
child 37 4eb2df7f7cbe
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    31     mModel(0),
    31     mModel(0),
    32     mVideoServices(0),
    32     mVideoServices(0),
    33     mCurrentLevel(VideoCollectionCommon::ELevelInvalid),
    33     mCurrentLevel(VideoCollectionCommon::ELevelInvalid),
    34     mSignalsConnected(false),
    34     mSignalsConnected(false),
    35     mIsService(false),
    35     mIsService(false),
    36     mNavKeyBackAction(0),
    36     mNavKeyAction(0),
    37     mNavKeyQuitAction(0),
       
    38     mContextMenu(0),
    37     mContextMenu(0),
    39     mSelectionMode(HbAbstractItemView::NoSelection),
    38     mSelectionMode(HbAbstractItemView::NoSelection),
    40     mScrollPositionTimer(0),
    39     mScrollPositionTimer(0),
    41     mUiLoader(uiLoader)
    40     mUiLoader(uiLoader)
    42 {
    41 {
   105     // not stubbed
   104     // not stubbed
   106 }
   105 }
   107 
   106 
   108 VideoCollectionCommon::TCollectionLevels VideoListWidget::getLevel()
   107 VideoCollectionCommon::TCollectionLevels VideoListWidget::getLevel()
   109 {
   108 {
   110     // not stubbed
   109     return mCurrentLevel;
   111     return VideoCollectionCommon::ELevelInvalid;
       
   112 }
   110 }
   113 
   111 
   114 VideoSortFilterProxyModel& VideoListWidget::getModel()
   112 VideoSortFilterProxyModel& VideoListWidget::getModel()
   115 { 
   113 { 
   116     return *mModel;
   114     return *mModel;
   126 {
   124 {
   127     Q_UNUSED(mode);
   125     Q_UNUSED(mode);
   128     // not stubbed
   126     // not stubbed
   129 }
   127 }
   130 
   128 
   131 void VideoListWidget::longPressGesture (const QPointF &point)
   129 void VideoListWidget::longPressedSlot(HbAbstractViewItem *item, const QPointF &point)
   132 {
   130 {
   133     Q_UNUSED(point);
   131     Q_UNUSED(point);
   134     // not stubbed
   132     // not stubbed
   135 }
   133 }
   136 
   134 
   137 void VideoListWidget::playItemSlot()
   135 void VideoListWidget::panGesture (const QPointF &point)
       
   136 {
       
   137     Q_UNUSED(point);
       
   138     // not stubbed
       
   139 }
       
   140 
       
   141 void VideoListWidget::openItemSlot()
   138 {
   142 {
   139     // not stubbed
   143     // not stubbed
   140 }
   144 }
   141 
   145 
   142 void VideoListWidget::doDelayedsSlot()
   146 void VideoListWidget::doDelayedsSlot()
   167 void VideoListWidget::removeFromCollectionSlot()
   171 void VideoListWidget::removeFromCollectionSlot()
   168 {
   172 {
   169     // not stubbed
   173     // not stubbed
   170 }
   174 }
   171 
   175 
   172 void VideoListWidget::playAllSlot()
       
   173 {
       
   174     // not stubbed
       
   175 }
       
   176 
       
   177 void VideoListWidget::back()
   176 void VideoListWidget::back()
   178 {
   177 {
   179     // not stubbed
   178     // not stubbed
   180 }
   179 }
   181 
   180 
   203 void VideoListWidget::fetchThumbnailsForVisibleItems()
   202 void VideoListWidget::fetchThumbnailsForVisibleItems()
   204 {
   203 {
   205     // not stubbed
   204     // not stubbed
   206 }
   205 }
   207 
   206 
   208 void VideoListWidget::debugNotImplementedYet()
   207 void VideoListWidget::setNavigationAction()
   209 {
   208 {
   210     // not stubbed
   209     // not stubbed
   211 }
   210 }
   212 
   211 
   213 // end of file
   212 // end of file