videocollection/tsrc/stubs/src/videolistwidget.cpp
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 36 8aed59de29f9
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
    30     HbListView(parent),
    30     HbListView(parent),
    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     mDetailsReady(false),
       
    36     mIsService(false),
    35     mIsService(false),
       
    36     mNavKeyBackAction(0),
       
    37     mNavKeyQuitAction(0),
    37     mContextMenu(0),
    38     mContextMenu(0),
       
    39     mSelectionMode(HbAbstractItemView::NoSelection),
    38     mScrollPositionTimer(0),
    40     mScrollPositionTimer(0),
    39     mUiLoader(uiLoader)
    41     mUiLoader(uiLoader)
    40 {
    42 {
    41     // nop
    43     // nop
    42 }
    44 }
    86 void VideoListWidget::disConnectSignals()
    88 void VideoListWidget::disConnectSignals()
    87 {
    89 {
    88     // not stubbed
    90     // not stubbed
    89 }
    91 }
    90 
    92 
    91 void VideoListWidget::shareItemSlot()
       
    92 {
       
    93     // not stubbed
       
    94 }
       
    95 
       
    96 void VideoListWidget::deleteItemSlot()
    93 void VideoListWidget::deleteItemSlot()
    97 {
    94 {
    98     // not stubbed
    95     // not stubbed
    99 }
    96 }
   100 
    97 
   123 {
   120 {
   124     Q_UNUSED(modelIndex);
   121     Q_UNUSED(modelIndex);
   125     // not stubbed
   122     // not stubbed
   126 }
   123 }
   127 
   124 
       
   125 void VideoListWidget::setSelectionMode(int mode)
       
   126 {
       
   127     Q_UNUSED(mode);
       
   128     // not stubbed
       
   129 }
       
   130 
   128 void VideoListWidget::longPressGesture (const QPointF &point)
   131 void VideoListWidget::longPressGesture (const QPointF &point)
   129 {
   132 {
   130     Q_UNUSED(point);
   133     Q_UNUSED(point);
   131     // not stubbed
   134     // not stubbed
   132 }
   135 }
   133 
   136 
   134 void VideoListWidget::playItemSlot()
   137 void VideoListWidget::playItemSlot()
   135 {
   138 {
   136     // not stubbed
   139     // not stubbed
       
   140 }
       
   141 
       
   142 void VideoListWidget::doDelayedsSlot()
       
   143 {
       
   144     // not stubbed    
   137 }
   145 }
   138 
   146 
   139 void VideoListWidget::openDetailsSlot()
   147 void VideoListWidget::openDetailsSlot()
   140 {   
   148 {   
   141     // not stubbed
   149     // not stubbed
   154 void VideoListWidget::removeCollectionSlot()
   162 void VideoListWidget::removeCollectionSlot()
   155 {
   163 {
   156     // not stubbed
   164     // not stubbed
   157 }
   165 }
   158 
   166 
       
   167 void VideoListWidget::removeFromCollectionSlot()
       
   168 {
       
   169     // not stubbed
       
   170 }
       
   171 
   159 void VideoListWidget::playAllSlot()
   172 void VideoListWidget::playAllSlot()
   160 {
   173 {
   161     // not stubbed
   174     // not stubbed
   162 }
   175 }
   163 
   176