videocollection/tsrc/stubs/src/videolistview.cpp
changeset 44 518105d52e45
parent 41 229f037ce963
child 50 21fe8338c6bf
equal deleted inserted replaced
42:17f382c040b1 44:518105d52e45
    34 mUiLoader(uiLoader),
    34 mUiLoader(uiLoader),
    35 mModelReady(false),
    35 mModelReady(false),
    36 mVideoServices(0),
    36 mVideoServices(0),
    37 mCurrentList(0),
    37 mCurrentList(0),
    38 mToolbarViewsActionGroup(0),
    38 mToolbarViewsActionGroup(0),
    39 mToolbarCollectionActionGroup(0)
    39 mToolbarCollectionActionGroup(0),
       
    40 mToolbarServiceExtension(0)
       
    41 
    40 {
    42 {
    41     // not stubbed
    43     // not stubbed
    42 }
    44 }
    43 
    45 
    44 VideoListView::~VideoListView()
    46 VideoListView::~VideoListView()
    98 {
   100 {
    99     // not stubbed
   101     // not stubbed
   100     return 0;
   102     return 0;
   101 }
   103 }
   102 
   104 
       
   105 void VideoListView::createOperatorServicesToolbar()
       
   106 {
       
   107     // not stubbed
       
   108 }
       
   109 
       
   110 void VideoListView::loadOperatorService(int titleKey, int iconKey, int uriKey, int uidKey)
       
   111 {
       
   112     // not stubbed
       
   113     Q_UNUSED(titleKey);
       
   114     Q_UNUSED(iconKey);
       
   115     Q_UNUSED(uriKey);
       
   116     Q_UNUSED(uidKey);
       
   117 }
       
   118 
   103 HbAction* VideoListView::createAction(QString icon,
   119 HbAction* VideoListView::createAction(QString icon,
   104     QActionGroup* actionGroup,
   120     QActionGroup* actionGroup,
   105     const char *slot)
   121     const char *slot)
   106 {
   122 {
   107     Q_UNUSED(icon);
   123     Q_UNUSED(icon);
   143 void VideoListView::openCollectionViewSlot()
   159 void VideoListView::openCollectionViewSlot()
   144 {
   160 {
   145     // not stubbed
   161     // not stubbed
   146 }
   162 }
   147 
   163 
   148 void VideoListView::openServicesViewSlot()
   164 void VideoListView::openOperatorServiceSlot()
   149 {
   165 {
   150     // not stubbed
   166     // not stubbed
   151 }
   167 }
   152 
   168 
   153 void VideoListView::startSorting()
   169 void VideoListView::startSorting()