phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_hbabstractitemview.cpp
changeset 37 ba76fc04e6c2
child 45 6b911d05207e
equal deleted inserted replaced
36:2eacb6118286 37:ba76fc04e6c2
       
     1 /* 
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 #include <QDebug>
       
    18 #include <smcmockclassincludes.h>
       
    19 #include <hbabstractitemview.h>
       
    20 
       
    21 HbScrollAreaPrivate* pointerHbScrollAreaPrivate(NULL);
       
    22 
       
    23 // ============================ MEMBER FUNCTIONS ===============================
       
    24 
       
    25 // -----------------------------------------------------------------------------
       
    26 // HbAbstractItemView::HbAbstractItemView
       
    27 // -----------------------------------------------------------------------------
       
    28 //
       
    29 HbAbstractItemView::HbAbstractItemView( 
       
    30         HbAbstractItemViewPrivate & dd,
       
    31         HbAbstractItemContainer * container,
       
    32         QGraphicsItem * parent )
       
    33     : HbScrollArea( *pointerHbScrollAreaPrivate, parent )
       
    34     {
       
    35     
       
    36     }
       
    37 
       
    38 
       
    39 // -----------------------------------------------------------------------------
       
    40 // HbAbstractItemView::~HbAbstractItemView
       
    41 // -----------------------------------------------------------------------------
       
    42 //
       
    43 HbAbstractItemView::~HbAbstractItemView(  )
       
    44     {
       
    45     
       
    46     }
       
    47 
       
    48 
       
    49 // -----------------------------------------------------------------------------
       
    50 // HbAbstractItemView::type
       
    51 // -----------------------------------------------------------------------------
       
    52 //
       
    53 /*
       
    54 int HbAbstractItemView::type(  ) const
       
    55     {
       
    56     SMC_MOCK_METHOD0( int )
       
    57     }
       
    58 */
       
    59 
       
    60 // -----------------------------------------------------------------------------
       
    61 // HbAbstractItemView::setModel
       
    62 // -----------------------------------------------------------------------------
       
    63 //
       
    64 void HbAbstractItemView::setModel( 
       
    65         QAbstractItemModel * model,
       
    66         HbAbstractViewItem * prototype )
       
    67     {
       
    68 
       
    69     }
       
    70 
       
    71 
       
    72 // -----------------------------------------------------------------------------
       
    73 // HbAbstractItemView::model
       
    74 // -----------------------------------------------------------------------------
       
    75 //
       
    76 QAbstractItemModel * HbAbstractItemView::model(  ) const
       
    77     {
       
    78   
       
    79     }
       
    80 
       
    81 
       
    82 // -----------------------------------------------------------------------------
       
    83 // HbAbstractItemView::setItemPrototype
       
    84 // -----------------------------------------------------------------------------
       
    85 //
       
    86 void HbAbstractItemView::setItemPrototype( 
       
    87         HbAbstractViewItem * prototype )
       
    88     {
       
    89 
       
    90     }
       
    91 
       
    92 
       
    93 // -----------------------------------------------------------------------------
       
    94 // HbAbstractItemView::setItemPrototypes
       
    95 // -----------------------------------------------------------------------------
       
    96 //
       
    97 void HbAbstractItemView::setItemPrototypes( 
       
    98         const QList<HbAbstractViewItem *> & prototypes )
       
    99     {
       
   100   
       
   101     }
       
   102 
       
   103 
       
   104 // -----------------------------------------------------------------------------
       
   105 // HbAbstractItemView::itemPrototypes
       
   106 // -----------------------------------------------------------------------------
       
   107 //
       
   108 QList <HbAbstractViewItem * > HbAbstractItemView::itemPrototypes(  ) const
       
   109     {
       
   110     
       
   111     }
       
   112 
       
   113 
       
   114 // -----------------------------------------------------------------------------
       
   115 // HbAbstractItemView::setSelectionModel
       
   116 // -----------------------------------------------------------------------------
       
   117 //
       
   118 void HbAbstractItemView::setSelectionModel( 
       
   119         QItemSelectionModel * selectionModel )
       
   120     {
       
   121   
       
   122     }
       
   123 
       
   124 
       
   125 // -----------------------------------------------------------------------------
       
   126 // HbAbstractItemView::selectionModel
       
   127 // -----------------------------------------------------------------------------
       
   128 //
       
   129 QItemSelectionModel * HbAbstractItemView::selectionModel(  ) const
       
   130     {
       
   131   
       
   132     }
       
   133 
       
   134 
       
   135 // -----------------------------------------------------------------------------
       
   136 // HbAbstractItemView::currentIndex
       
   137 // -----------------------------------------------------------------------------
       
   138 //
       
   139 QModelIndex HbAbstractItemView::currentIndex(  ) const
       
   140     {
       
   141    
       
   142     }
       
   143 
       
   144 
       
   145 // -----------------------------------------------------------------------------
       
   146 // HbAbstractItemView::rootIndex
       
   147 // -----------------------------------------------------------------------------
       
   148 //
       
   149 QModelIndex HbAbstractItemView::rootIndex(  ) const
       
   150     {
       
   151     
       
   152     }
       
   153 
       
   154 
       
   155 // -----------------------------------------------------------------------------
       
   156 // HbAbstractItemView::setSelectionMode
       
   157 // -----------------------------------------------------------------------------
       
   158 //
       
   159 void HbAbstractItemView::setSelectionMode( 
       
   160         SelectionMode newMode,
       
   161         bool resetSelection )
       
   162     {
       
   163 
       
   164     }
       
   165 
       
   166 
       
   167 // -----------------------------------------------------------------------------
       
   168 // HbAbstractItemView::selectionMode
       
   169 // -----------------------------------------------------------------------------
       
   170 //
       
   171 HbAbstractItemView::SelectionMode HbAbstractItemView::selectionMode(  ) const
       
   172     {
       
   173 
       
   174     }
       
   175 
       
   176 
       
   177 // -----------------------------------------------------------------------------
       
   178 // HbAbstractItemView::setItemRecycling
       
   179 // -----------------------------------------------------------------------------
       
   180 //
       
   181 void HbAbstractItemView::setItemRecycling( 
       
   182         bool enabled )
       
   183     {
       
   184     SMC_MOCK_METHOD1( void, bool, enabled )
       
   185     }
       
   186 
       
   187 
       
   188 // -----------------------------------------------------------------------------
       
   189 // HbAbstractItemView::itemRecycling
       
   190 // -----------------------------------------------------------------------------
       
   191 //
       
   192 bool HbAbstractItemView::itemRecycling(  ) const
       
   193     {
       
   194     SMC_MOCK_METHOD0( bool )
       
   195     }
       
   196 
       
   197 
       
   198 // -----------------------------------------------------------------------------
       
   199 // HbAbstractItemView::isVisible
       
   200 // -----------------------------------------------------------------------------
       
   201 //
       
   202 bool HbAbstractItemView::isVisible( 
       
   203         const QModelIndex & index ) const
       
   204     {
       
   205 
       
   206     }
       
   207 
       
   208 
       
   209 // -----------------------------------------------------------------------------
       
   210 // HbAbstractItemView::isVisible
       
   211 // -----------------------------------------------------------------------------
       
   212 //
       
   213 bool HbAbstractItemView::isVisible( 
       
   214         HbAbstractViewItem * item ) const
       
   215     {
       
   216 
       
   217     }
       
   218 
       
   219 
       
   220 // -----------------------------------------------------------------------------
       
   221 // HbAbstractItemView::currentViewItem
       
   222 // -----------------------------------------------------------------------------
       
   223 //
       
   224 HbAbstractViewItem * HbAbstractItemView::currentViewItem(  ) const
       
   225     {
       
   226     SMC_MOCK_METHOD0( HbAbstractViewItem * )
       
   227     }
       
   228 
       
   229 
       
   230 // -----------------------------------------------------------------------------
       
   231 // HbAbstractItemView::itemByIndex
       
   232 // -----------------------------------------------------------------------------
       
   233 //
       
   234 HbAbstractViewItem * HbAbstractItemView::itemByIndex( 
       
   235         const QModelIndex & index ) const
       
   236     {
       
   237 
       
   238     }
       
   239 
       
   240 
       
   241 // -----------------------------------------------------------------------------
       
   242 // HbAbstractItemView::scrollTo
       
   243 // -----------------------------------------------------------------------------
       
   244 //
       
   245 void HbAbstractItemView::scrollTo( 
       
   246         const QModelIndex & index,
       
   247         ScrollHint hint )
       
   248     {
       
   249 
       
   250     }
       
   251 
       
   252 
       
   253 // -----------------------------------------------------------------------------
       
   254 // HbAbstractItemView::visibleItems
       
   255 // -----------------------------------------------------------------------------
       
   256 //
       
   257 QList <HbAbstractViewItem * > HbAbstractItemView::visibleItems(  ) const
       
   258     {
       
   259  
       
   260     }
       
   261 
       
   262 
       
   263 // -----------------------------------------------------------------------------
       
   264 // HbAbstractItemView::itemAtPosition
       
   265 // -----------------------------------------------------------------------------
       
   266 //
       
   267 HbAbstractViewItem * HbAbstractItemView::itemAtPosition( 
       
   268         const QPointF & position ) const
       
   269     {
       
   270     
       
   271     }
       
   272 
       
   273 
       
   274 // -----------------------------------------------------------------------------
       
   275 // HbAbstractItemView::indexCount
       
   276 // -----------------------------------------------------------------------------
       
   277 //
       
   278 int HbAbstractItemView::indexCount(  ) const
       
   279     {
       
   280     SMC_MOCK_METHOD0( int )
       
   281     }
       
   282 
       
   283 
       
   284 // -----------------------------------------------------------------------------
       
   285 // HbAbstractItemView::indexPosition
       
   286 // -----------------------------------------------------------------------------
       
   287 //
       
   288 int HbAbstractItemView::indexPosition( 
       
   289         const QModelIndex & index ) const
       
   290     {
       
   291    
       
   292     }
       
   293 
       
   294 
       
   295 // -----------------------------------------------------------------------------
       
   296 // HbAbstractItemView::nextIndex
       
   297 // -----------------------------------------------------------------------------
       
   298 //
       
   299 QModelIndex HbAbstractItemView::nextIndex( 
       
   300         const QModelIndex & index ) const
       
   301     {
       
   302 
       
   303     }
       
   304 
       
   305 
       
   306 // -----------------------------------------------------------------------------
       
   307 // HbAbstractItemView::previousIndex
       
   308 // -----------------------------------------------------------------------------
       
   309 //
       
   310 QModelIndex HbAbstractItemView::previousIndex( 
       
   311         const QModelIndex & index ) const
       
   312     {
       
   313 
       
   314     }
       
   315 
       
   316 
       
   317 // -----------------------------------------------------------------------------
       
   318 // HbAbstractItemView::layoutName
       
   319 // -----------------------------------------------------------------------------
       
   320 //
       
   321 QString HbAbstractItemView::layoutName(  ) const
       
   322     {
       
   323  
       
   324     }
       
   325 
       
   326 
       
   327 // -----------------------------------------------------------------------------
       
   328 // HbAbstractItemView::setLayoutName
       
   329 // -----------------------------------------------------------------------------
       
   330 //
       
   331 void HbAbstractItemView::setLayoutName( 
       
   332         const QString & layoutName )
       
   333     {
       
   334    
       
   335     }
       
   336 
       
   337 
       
   338 // -----------------------------------------------------------------------------
       
   339 // HbAbstractItemView::setUniformItemSizes
       
   340 // -----------------------------------------------------------------------------
       
   341 //
       
   342 void HbAbstractItemView::setUniformItemSizes( 
       
   343         bool enable )
       
   344     {
       
   345     SMC_MOCK_METHOD1( void, bool, enable )
       
   346     }
       
   347 
       
   348 
       
   349 // -----------------------------------------------------------------------------
       
   350 // HbAbstractItemView::uniformItemSizes
       
   351 // -----------------------------------------------------------------------------
       
   352 //
       
   353 bool HbAbstractItemView::uniformItemSizes(  ) const
       
   354     {
       
   355     SMC_MOCK_METHOD0( bool )
       
   356     }
       
   357 
       
   358 
       
   359 // -----------------------------------------------------------------------------
       
   360 // HbAbstractItemView::setCurrentIndex
       
   361 // -----------------------------------------------------------------------------
       
   362 //
       
   363 void HbAbstractItemView::setCurrentIndex( 
       
   364         const QModelIndex & index,
       
   365         QItemSelectionModel::SelectionFlags selectionFlag )
       
   366     {
       
   367     
       
   368     }
       
   369 
       
   370 
       
   371 // -----------------------------------------------------------------------------
       
   372 // HbAbstractItemView::setRootIndex
       
   373 // -----------------------------------------------------------------------------
       
   374 //
       
   375 void HbAbstractItemView::setRootIndex( 
       
   376         const QModelIndex & index )
       
   377     {
       
   378    
       
   379     }
       
   380 
       
   381 
       
   382 // -----------------------------------------------------------------------------
       
   383 // HbAbstractItemView::reset
       
   384 // -----------------------------------------------------------------------------
       
   385 //
       
   386 void HbAbstractItemView::reset(  )
       
   387     {
       
   388     SMC_MOCK_METHOD0( void )
       
   389     }
       
   390 
       
   391 
       
   392 // -----------------------------------------------------------------------------
       
   393 // HbAbstractItemView::selectAll
       
   394 // -----------------------------------------------------------------------------
       
   395 //
       
   396 void HbAbstractItemView::selectAll(  )
       
   397     {
       
   398     SMC_MOCK_METHOD0( void )
       
   399     }
       
   400 
       
   401 
       
   402 // -----------------------------------------------------------------------------
       
   403 // HbAbstractItemView::clearSelection
       
   404 // -----------------------------------------------------------------------------
       
   405 //
       
   406 void HbAbstractItemView::clearSelection(  )
       
   407     {
       
   408     SMC_MOCK_METHOD0( void )
       
   409     }
       
   410 
       
   411 
       
   412 // -----------------------------------------------------------------------------
       
   413 // HbAbstractItemView::pressed
       
   414 // -----------------------------------------------------------------------------
       
   415 //
       
   416 void HbAbstractItemView::pressed( 
       
   417         const QModelIndex & index )
       
   418     {
       
   419     
       
   420     }
       
   421 
       
   422 
       
   423 // -----------------------------------------------------------------------------
       
   424 // HbAbstractItemView::released
       
   425 // -----------------------------------------------------------------------------
       
   426 //
       
   427 void HbAbstractItemView::released( 
       
   428         const QModelIndex & index )
       
   429     {
       
   430     
       
   431     }
       
   432 
       
   433 
       
   434 // -----------------------------------------------------------------------------
       
   435 // HbAbstractItemView::activated
       
   436 // -----------------------------------------------------------------------------
       
   437 //
       
   438 void HbAbstractItemView::activated( 
       
   439         const QModelIndex & index )
       
   440     {
       
   441     
       
   442     }
       
   443 
       
   444 
       
   445 // -----------------------------------------------------------------------------
       
   446 // HbAbstractItemView::longPressed
       
   447 // -----------------------------------------------------------------------------
       
   448 //
       
   449 void HbAbstractItemView::longPressed( 
       
   450         HbAbstractViewItem * item,
       
   451         const QPointF & coords )
       
   452     {
       
   453     
       
   454     }
       
   455 
       
   456 
       
   457 // -----------------------------------------------------------------------------
       
   458 // HbAbstractItemView::selectionCommand
       
   459 // -----------------------------------------------------------------------------
       
   460 //
       
   461 QItemSelectionModel::SelectionFlags HbAbstractItemView::selectionCommand( 
       
   462         const HbAbstractViewItem *item, 
       
   463         const QEvent *event )
       
   464     {
       
   465     
       
   466     }
       
   467 
       
   468 
       
   469 // -----------------------------------------------------------------------------
       
   470 // HbAbstractItemView::event
       
   471 // -----------------------------------------------------------------------------
       
   472 //
       
   473 bool HbAbstractItemView::event( 
       
   474         QEvent * e )
       
   475     {
       
   476     
       
   477     }
       
   478 
       
   479 // -----------------------------------------------------------------------------
       
   480 // HbAbstractItemView::mousePressEvent
       
   481 // -----------------------------------------------------------------------------
       
   482 //
       
   483 void HbAbstractItemView::mousePressEvent( 
       
   484         QGraphicsSceneMouseEvent * event )
       
   485     {
       
   486     
       
   487     }
       
   488 
       
   489 
       
   490 // -----------------------------------------------------------------------------
       
   491 // HbAbstractItemView::mouseReleaseEvent
       
   492 // -----------------------------------------------------------------------------
       
   493 //
       
   494 void HbAbstractItemView::mouseReleaseEvent( 
       
   495         QGraphicsSceneMouseEvent * event )
       
   496     {
       
   497     
       
   498     }
       
   499 
       
   500 
       
   501 // -----------------------------------------------------------------------------
       
   502 // HbAbstractItemView::mouseMoveEvent
       
   503 // -----------------------------------------------------------------------------
       
   504 //
       
   505 void HbAbstractItemView::mouseMoveEvent( 
       
   506         QGraphicsSceneMouseEvent * event )
       
   507     {
       
   508     
       
   509     }
       
   510 
       
   511 
       
   512 // -----------------------------------------------------------------------------
       
   513 // HbAbstractItemView::focusOutEvent
       
   514 // -----------------------------------------------------------------------------
       
   515 //
       
   516 void HbAbstractItemView::focusOutEvent( 
       
   517         QFocusEvent * event )
       
   518     {
       
   519     
       
   520     }
       
   521 
       
   522 
       
   523 // -----------------------------------------------------------------------------
       
   524 // HbAbstractItemView::upGesture
       
   525 // -----------------------------------------------------------------------------
       
   526 //
       
   527 void HbAbstractItemView::upGesture( 
       
   528         int value )
       
   529     {
       
   530     SMC_MOCK_METHOD1( void, int, value )
       
   531     }
       
   532 
       
   533 
       
   534 // -----------------------------------------------------------------------------
       
   535 // HbAbstractItemView::downGesture
       
   536 // -----------------------------------------------------------------------------
       
   537 //
       
   538 void HbAbstractItemView::downGesture( 
       
   539         int value )
       
   540     {
       
   541     SMC_MOCK_METHOD1( void, int, value )
       
   542     }
       
   543 
       
   544 
       
   545 // -----------------------------------------------------------------------------
       
   546 // HbAbstractItemView::leftGesture
       
   547 // -----------------------------------------------------------------------------
       
   548 //
       
   549 void HbAbstractItemView::leftGesture( 
       
   550         int value )
       
   551     {
       
   552     SMC_MOCK_METHOD1( void, int, value )
       
   553     }
       
   554 
       
   555 
       
   556 // -----------------------------------------------------------------------------
       
   557 // HbAbstractItemView::rightGesture
       
   558 // -----------------------------------------------------------------------------
       
   559 //
       
   560 void HbAbstractItemView::rightGesture( 
       
   561         int value )
       
   562     {
       
   563     SMC_MOCK_METHOD1( void, int, value )
       
   564     }
       
   565 
       
   566 
       
   567 // -----------------------------------------------------------------------------
       
   568 // HbAbstractItemView::emitActivated
       
   569 // -----------------------------------------------------------------------------
       
   570 //
       
   571 void HbAbstractItemView::emitActivated( 
       
   572         const QModelIndex & modelIndex )
       
   573     {
       
   574    
       
   575     }
       
   576 
       
   577 
       
   578 // -----------------------------------------------------------------------------
       
   579 // HbAbstractItemView::emitPressed
       
   580 // -----------------------------------------------------------------------------
       
   581 //
       
   582 void HbAbstractItemView::emitPressed( 
       
   583         const QModelIndex & modelIndex )
       
   584     {
       
   585    
       
   586     }
       
   587 
       
   588 
       
   589 // -----------------------------------------------------------------------------
       
   590 // HbAbstractItemView::emitReleased
       
   591 // -----------------------------------------------------------------------------
       
   592 //
       
   593 void HbAbstractItemView::emitReleased( 
       
   594         const QModelIndex & modelIndex )
       
   595     {
       
   596     
       
   597     }
       
   598 
       
   599 
       
   600 // -----------------------------------------------------------------------------
       
   601 // HbAbstractItemView::scrollByAmount
       
   602 // -----------------------------------------------------------------------------
       
   603 //
       
   604 bool HbAbstractItemView::scrollByAmount( 
       
   605         const QPointF & delta )
       
   606     {
       
   607    
       
   608     }
       
   609 
       
   610 
       
   611 // -----------------------------------------------------------------------------
       
   612 // HbAbstractItemView::container
       
   613 // -----------------------------------------------------------------------------
       
   614 //
       
   615 HbAbstractItemContainer * HbAbstractItemView::container(  ) const
       
   616     {
       
   617     
       
   618     }
       
   619 
       
   620 
       
   621 // -----------------------------------------------------------------------------
       
   622 // HbAbstractItemView::itemChange
       
   623 // -----------------------------------------------------------------------------
       
   624 //
       
   625 QVariant HbAbstractItemView::itemChange( 
       
   626         GraphicsItemChange change,
       
   627         const QVariant & value )
       
   628     {
       
   629     
       
   630     }
       
   631 
       
   632 
       
   633 // -----------------------------------------------------------------------------
       
   634 // HbAbstractItemView::dataChanged
       
   635 // -----------------------------------------------------------------------------
       
   636 //
       
   637 void HbAbstractItemView::dataChanged( 
       
   638         const QModelIndex & topLeft,
       
   639         const QModelIndex & bottomRight )
       
   640     {
       
   641     
       
   642     }
       
   643 
       
   644 
       
   645 // -----------------------------------------------------------------------------
       
   646 // HbAbstractItemView::orientationChanged
       
   647 // -----------------------------------------------------------------------------
       
   648 //
       
   649 void HbAbstractItemView::orientationChanged( 
       
   650         Qt::Orientation newOrientation )
       
   651     {
       
   652     
       
   653     }
       
   654 
       
   655 
       
   656 // -----------------------------------------------------------------------------
       
   657 // HbAbstractItemView::orientationAboutToBeChanged
       
   658 // -----------------------------------------------------------------------------
       
   659 //
       
   660 void HbAbstractItemView::orientationAboutToBeChanged(  )
       
   661     {
       
   662     SMC_MOCK_METHOD0( void )
       
   663     }
       
   664 
       
   665 
       
   666 // -----------------------------------------------------------------------------
       
   667 // HbAbstractItemView::currentIndexChanged
       
   668 // -----------------------------------------------------------------------------
       
   669 //
       
   670 void HbAbstractItemView::currentIndexChanged( 
       
   671         const QModelIndex & current,
       
   672         const QModelIndex & previous )
       
   673     {
       
   674     
       
   675     }
       
   676 
       
   677 
       
   678 // -----------------------------------------------------------------------------
       
   679 // HbAbstractItemView::currentSelectionChanged
       
   680 // -----------------------------------------------------------------------------
       
   681 //
       
   682 void HbAbstractItemView::currentSelectionChanged( 
       
   683         const QItemSelection & selected,
       
   684         const QItemSelection & deselected )
       
   685     {
       
   686     
       
   687     }
       
   688 
       
   689 
       
   690 // -----------------------------------------------------------------------------
       
   691 // HbAbstractItemView::rowsAboutToBeInserted
       
   692 // -----------------------------------------------------------------------------
       
   693 //
       
   694 void HbAbstractItemView::rowsAboutToBeInserted( 
       
   695         const QModelIndex & index,
       
   696         int start,
       
   697         int end )
       
   698     {
       
   699     
       
   700     }
       
   701 
       
   702 
       
   703 // -----------------------------------------------------------------------------
       
   704 // HbAbstractItemView::rowsInserted
       
   705 // -----------------------------------------------------------------------------
       
   706 //
       
   707 void HbAbstractItemView::rowsInserted( 
       
   708         const QModelIndex & parent,
       
   709         int start,
       
   710         int end )
       
   711     {
       
   712     
       
   713     }
       
   714 
       
   715 
       
   716 // -----------------------------------------------------------------------------
       
   717 // HbAbstractItemView::rowsAboutToBeRemoved
       
   718 // -----------------------------------------------------------------------------
       
   719 //
       
   720 void HbAbstractItemView::rowsAboutToBeRemoved( 
       
   721         const QModelIndex & index,
       
   722         int start,
       
   723         int end )
       
   724     {
       
   725     
       
   726     }
       
   727 
       
   728 
       
   729 // -----------------------------------------------------------------------------
       
   730 // HbAbstractItemView::rowsRemoved
       
   731 // -----------------------------------------------------------------------------
       
   732 //
       
   733 void HbAbstractItemView::rowsRemoved( 
       
   734         const QModelIndex & parent,
       
   735         int start,
       
   736         int end )
       
   737     {
       
   738     
       
   739     }
       
   740 
       
   741 
       
   742 // -----------------------------------------------------------------------------
       
   743 // HbAbstractItemView::columnsAboutToBeInserted
       
   744 // -----------------------------------------------------------------------------
       
   745 //
       
   746 void HbAbstractItemView::columnsAboutToBeInserted( 
       
   747         const QModelIndex & index,
       
   748         int start,
       
   749         int end )
       
   750     {
       
   751     
       
   752     }
       
   753 
       
   754 
       
   755 // -----------------------------------------------------------------------------
       
   756 // HbAbstractItemView::columnsInserted
       
   757 // -----------------------------------------------------------------------------
       
   758 //
       
   759 void HbAbstractItemView::columnsInserted( 
       
   760         const QModelIndex & parent,
       
   761         int start,
       
   762         int end )
       
   763     {
       
   764     
       
   765     }
       
   766 
       
   767 
       
   768 // -----------------------------------------------------------------------------
       
   769 // HbAbstractItemView::columnsAboutToBeRemoved
       
   770 // -----------------------------------------------------------------------------
       
   771 //
       
   772 void HbAbstractItemView::columnsAboutToBeRemoved( 
       
   773         const QModelIndex & index,
       
   774         int start,
       
   775         int end )
       
   776     {
       
   777     
       
   778     }
       
   779 
       
   780 
       
   781 // -----------------------------------------------------------------------------
       
   782 // HbAbstractItemView::columnsRemoved
       
   783 // -----------------------------------------------------------------------------
       
   784 //
       
   785 void HbAbstractItemView::columnsRemoved( 
       
   786         const QModelIndex & parent,
       
   787         int start,
       
   788         int end )
       
   789     {
       
   790     
       
   791     }
       
   792 
       
   793 
       
   794 // -----------------------------------------------------------------------------
       
   795 // HbAbstractItemView::panGesture
       
   796 // -----------------------------------------------------------------------------
       
   797 //
       
   798 void HbAbstractItemView::panGesture( 
       
   799         const QPointF & point )
       
   800     {
       
   801     
       
   802     }
       
   803 
       
   804 
       
   805 // -----------------------------------------------------------------------------
       
   806 // HbAbstractItemView::longPressGesture
       
   807 // -----------------------------------------------------------------------------
       
   808 //
       
   809 void HbAbstractItemView::longPressGesture( 
       
   810         const QPointF & point )
       
   811     {
       
   812     
       
   813     }
       
   814 
       
   815