videocollection/tsrc/stubs/src/videolistview.cpp
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 36 8aed59de29f9
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
    41     // not stubbed
    41     // not stubbed
    42 }
    42 }
    43 
    43 
    44 VideoListView::~VideoListView()
    44 VideoListView::~VideoListView()
    45 {
    45 {
    46     VideoListViewData::reset();
       
    47     
       
    48     // disconnect signals
    46     // disconnect signals
    49     disconnect();
    47     disconnect();
    50 }
    48 }
    51 
    49 
    52 int VideoListView::initializeView()
    50 int VideoListView::initializeView()
   202 void VideoListView::addVideosToCollectionSlot()
   200 void VideoListView::addVideosToCollectionSlot()
   203 {
   201 {
   204     // not stubbed
   202     // not stubbed
   205 }
   203 }
   206 
   204 
       
   205 void VideoListView::removeVideosFromCollectionSlot()
       
   206 {
       
   207     // not stubbed
       
   208 }
       
   209 
   207 void VideoListView::aboutToShowMainMenuSlot()
   210 void VideoListView::aboutToShowMainMenuSlot()
   208 {
   211 {
   209     // not stubbed
   212     // not stubbed
   210 }
   213 }
   211 
   214 
   224     Q_UNUSED(collection);
   227     Q_UNUSED(collection);
   225     Q_UNUSED(index);
   228     Q_UNUSED(index);
   226     // not stubbed
   229     // not stubbed
   227 }
   230 }
   228 
   231 
   229 void VideoListView::openSortByMenuSlot()
       
   230 {
       
   231     // not stubbed
       
   232 }
       
   233 
       
   234 void VideoListView::widgetReadySlot(QGraphicsWidget *widget, const QString &name)
   232 void VideoListView::widgetReadySlot(QGraphicsWidget *widget, const QString &name)
   235 {
   233 {
   236     Q_UNUSED(widget);
   234     Q_UNUSED(widget);
   237     Q_UNUSED(name);
   235     Q_UNUSED(name);
   238     // not stubbed
   236     // not stubbed
   243     Q_UNUSED(object);
   241     Q_UNUSED(object);
   244     Q_UNUSED(name);
   242     Q_UNUSED(name);
   245     // not stubbed
   243     // not stubbed
   246 }
   244 }
   247 
   245 
       
   246 
       
   247 void VideoListView::finishCollectionOpenedSlot(const HbEffect::EffectStatus &status)
       
   248 {
       
   249     Q_UNUSED(status);
       
   250 }
       
   251 
       
   252 void VideoListView::finishCollectionClosedSlot(const HbEffect::EffectStatus &status)
       
   253 {
       
   254     Q_UNUSED(status);
       
   255 }
       
   256 
       
   257 void VideoListView::doSorting(int value)
       
   258 {
       
   259     Q_UNUSED(value);
       
   260 }
       
   261 
       
   262 void VideoListView::doDelayedsSlot()
       
   263 {
       
   264     // not stubbed    
       
   265 }
       
   266 
   248 void VideoListView::debugNotImplementedYet()
   267 void VideoListView::debugNotImplementedYet()
   249 {
   268 {
   250     // not stubbed
   269     // not stubbed
   251 }
   270 }
   252 
   271