phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_hbabstractitemview.cpp
changeset 21 92ab7f8d0eab
child 27 2f8f8080a020
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
       
     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         bool contiguousArea )
       
   465     {
       
   466     
       
   467     }
       
   468 
       
   469 
       
   470 // -----------------------------------------------------------------------------
       
   471 // HbAbstractItemView::event
       
   472 // -----------------------------------------------------------------------------
       
   473 //
       
   474 bool HbAbstractItemView::event( 
       
   475         QEvent * e )
       
   476     {
       
   477     
       
   478     }
       
   479 
       
   480 
       
   481 // -----------------------------------------------------------------------------
       
   482 // HbAbstractItemView::keyPressEvent
       
   483 // -----------------------------------------------------------------------------
       
   484 //
       
   485 void HbAbstractItemView::keyPressEvent( 
       
   486         QKeyEvent * event )
       
   487     {
       
   488     
       
   489     }
       
   490 
       
   491 
       
   492 // -----------------------------------------------------------------------------
       
   493 // HbAbstractItemView::keyReleaseEvent
       
   494 // -----------------------------------------------------------------------------
       
   495 //
       
   496 void HbAbstractItemView::keyReleaseEvent( 
       
   497         QKeyEvent * event )
       
   498     {
       
   499     
       
   500     }
       
   501 
       
   502 
       
   503 // -----------------------------------------------------------------------------
       
   504 // HbAbstractItemView::mousePressEvent
       
   505 // -----------------------------------------------------------------------------
       
   506 //
       
   507 void HbAbstractItemView::mousePressEvent( 
       
   508         QGraphicsSceneMouseEvent * event )
       
   509     {
       
   510     
       
   511     }
       
   512 
       
   513 
       
   514 // -----------------------------------------------------------------------------
       
   515 // HbAbstractItemView::mouseReleaseEvent
       
   516 // -----------------------------------------------------------------------------
       
   517 //
       
   518 void HbAbstractItemView::mouseReleaseEvent( 
       
   519         QGraphicsSceneMouseEvent * event )
       
   520     {
       
   521     
       
   522     }
       
   523 
       
   524 
       
   525 // -----------------------------------------------------------------------------
       
   526 // HbAbstractItemView::mouseMoveEvent
       
   527 // -----------------------------------------------------------------------------
       
   528 //
       
   529 void HbAbstractItemView::mouseMoveEvent( 
       
   530         QGraphicsSceneMouseEvent * event )
       
   531     {
       
   532     
       
   533     }
       
   534 
       
   535 
       
   536 // -----------------------------------------------------------------------------
       
   537 // HbAbstractItemView::focusOutEvent
       
   538 // -----------------------------------------------------------------------------
       
   539 //
       
   540 void HbAbstractItemView::focusOutEvent( 
       
   541         QFocusEvent * event )
       
   542     {
       
   543     
       
   544     }
       
   545 
       
   546 
       
   547 // -----------------------------------------------------------------------------
       
   548 // HbAbstractItemView::upGesture
       
   549 // -----------------------------------------------------------------------------
       
   550 //
       
   551 void HbAbstractItemView::upGesture( 
       
   552         int value )
       
   553     {
       
   554     SMC_MOCK_METHOD1( void, int, value )
       
   555     }
       
   556 
       
   557 
       
   558 // -----------------------------------------------------------------------------
       
   559 // HbAbstractItemView::downGesture
       
   560 // -----------------------------------------------------------------------------
       
   561 //
       
   562 void HbAbstractItemView::downGesture( 
       
   563         int value )
       
   564     {
       
   565     SMC_MOCK_METHOD1( void, int, value )
       
   566     }
       
   567 
       
   568 
       
   569 // -----------------------------------------------------------------------------
       
   570 // HbAbstractItemView::leftGesture
       
   571 // -----------------------------------------------------------------------------
       
   572 //
       
   573 void HbAbstractItemView::leftGesture( 
       
   574         int value )
       
   575     {
       
   576     SMC_MOCK_METHOD1( void, int, value )
       
   577     }
       
   578 
       
   579 
       
   580 // -----------------------------------------------------------------------------
       
   581 // HbAbstractItemView::rightGesture
       
   582 // -----------------------------------------------------------------------------
       
   583 //
       
   584 void HbAbstractItemView::rightGesture( 
       
   585         int value )
       
   586     {
       
   587     SMC_MOCK_METHOD1( void, int, value )
       
   588     }
       
   589 
       
   590 
       
   591 // -----------------------------------------------------------------------------
       
   592 // HbAbstractItemView::emitActivated
       
   593 // -----------------------------------------------------------------------------
       
   594 //
       
   595 void HbAbstractItemView::emitActivated( 
       
   596         const QModelIndex & modelIndex )
       
   597     {
       
   598    
       
   599     }
       
   600 
       
   601 
       
   602 // -----------------------------------------------------------------------------
       
   603 // HbAbstractItemView::emitPressed
       
   604 // -----------------------------------------------------------------------------
       
   605 //
       
   606 void HbAbstractItemView::emitPressed( 
       
   607         const QModelIndex & modelIndex )
       
   608     {
       
   609    
       
   610     }
       
   611 
       
   612 
       
   613 // -----------------------------------------------------------------------------
       
   614 // HbAbstractItemView::emitReleased
       
   615 // -----------------------------------------------------------------------------
       
   616 //
       
   617 void HbAbstractItemView::emitReleased( 
       
   618         const QModelIndex & modelIndex )
       
   619     {
       
   620     
       
   621     }
       
   622 
       
   623 
       
   624 // -----------------------------------------------------------------------------
       
   625 // HbAbstractItemView::scrollByAmount
       
   626 // -----------------------------------------------------------------------------
       
   627 //
       
   628 bool HbAbstractItemView::scrollByAmount( 
       
   629         const QPointF & delta )
       
   630     {
       
   631    
       
   632     }
       
   633 
       
   634 
       
   635 // -----------------------------------------------------------------------------
       
   636 // HbAbstractItemView::container
       
   637 // -----------------------------------------------------------------------------
       
   638 //
       
   639 HbAbstractItemContainer * HbAbstractItemView::container(  ) const
       
   640     {
       
   641     
       
   642     }
       
   643 
       
   644 
       
   645 // -----------------------------------------------------------------------------
       
   646 // HbAbstractItemView::itemChange
       
   647 // -----------------------------------------------------------------------------
       
   648 //
       
   649 QVariant HbAbstractItemView::itemChange( 
       
   650         GraphicsItemChange change,
       
   651         const QVariant & value )
       
   652     {
       
   653     
       
   654     }
       
   655 
       
   656 
       
   657 // -----------------------------------------------------------------------------
       
   658 // HbAbstractItemView::dataChanged
       
   659 // -----------------------------------------------------------------------------
       
   660 //
       
   661 void HbAbstractItemView::dataChanged( 
       
   662         const QModelIndex & topLeft,
       
   663         const QModelIndex & bottomRight )
       
   664     {
       
   665     
       
   666     }
       
   667 
       
   668 
       
   669 // -----------------------------------------------------------------------------
       
   670 // HbAbstractItemView::orientationChanged
       
   671 // -----------------------------------------------------------------------------
       
   672 //
       
   673 void HbAbstractItemView::orientationChanged( 
       
   674         Qt::Orientation newOrientation )
       
   675     {
       
   676     
       
   677     }
       
   678 
       
   679 
       
   680 // -----------------------------------------------------------------------------
       
   681 // HbAbstractItemView::orientationAboutToBeChanged
       
   682 // -----------------------------------------------------------------------------
       
   683 //
       
   684 void HbAbstractItemView::orientationAboutToBeChanged(  )
       
   685     {
       
   686     SMC_MOCK_METHOD0( void )
       
   687     }
       
   688 
       
   689 
       
   690 // -----------------------------------------------------------------------------
       
   691 // HbAbstractItemView::currentIndexChanged
       
   692 // -----------------------------------------------------------------------------
       
   693 //
       
   694 void HbAbstractItemView::currentIndexChanged( 
       
   695         const QModelIndex & current,
       
   696         const QModelIndex & previous )
       
   697     {
       
   698     
       
   699     }
       
   700 
       
   701 
       
   702 // -----------------------------------------------------------------------------
       
   703 // HbAbstractItemView::currentSelectionChanged
       
   704 // -----------------------------------------------------------------------------
       
   705 //
       
   706 void HbAbstractItemView::currentSelectionChanged( 
       
   707         const QItemSelection & selected,
       
   708         const QItemSelection & deselected )
       
   709     {
       
   710     
       
   711     }
       
   712 
       
   713 
       
   714 // -----------------------------------------------------------------------------
       
   715 // HbAbstractItemView::rowsAboutToBeInserted
       
   716 // -----------------------------------------------------------------------------
       
   717 //
       
   718 void HbAbstractItemView::rowsAboutToBeInserted( 
       
   719         const QModelIndex & index,
       
   720         int start,
       
   721         int end )
       
   722     {
       
   723     
       
   724     }
       
   725 
       
   726 
       
   727 // -----------------------------------------------------------------------------
       
   728 // HbAbstractItemView::rowsInserted
       
   729 // -----------------------------------------------------------------------------
       
   730 //
       
   731 void HbAbstractItemView::rowsInserted( 
       
   732         const QModelIndex & parent,
       
   733         int start,
       
   734         int end )
       
   735     {
       
   736     
       
   737     }
       
   738 
       
   739 
       
   740 // -----------------------------------------------------------------------------
       
   741 // HbAbstractItemView::rowsAboutToBeRemoved
       
   742 // -----------------------------------------------------------------------------
       
   743 //
       
   744 void HbAbstractItemView::rowsAboutToBeRemoved( 
       
   745         const QModelIndex & index,
       
   746         int start,
       
   747         int end )
       
   748     {
       
   749     
       
   750     }
       
   751 
       
   752 
       
   753 // -----------------------------------------------------------------------------
       
   754 // HbAbstractItemView::rowsRemoved
       
   755 // -----------------------------------------------------------------------------
       
   756 //
       
   757 void HbAbstractItemView::rowsRemoved( 
       
   758         const QModelIndex & parent,
       
   759         int start,
       
   760         int end )
       
   761     {
       
   762     
       
   763     }
       
   764 
       
   765 
       
   766 // -----------------------------------------------------------------------------
       
   767 // HbAbstractItemView::columnsAboutToBeInserted
       
   768 // -----------------------------------------------------------------------------
       
   769 //
       
   770 void HbAbstractItemView::columnsAboutToBeInserted( 
       
   771         const QModelIndex & index,
       
   772         int start,
       
   773         int end )
       
   774     {
       
   775     
       
   776     }
       
   777 
       
   778 
       
   779 // -----------------------------------------------------------------------------
       
   780 // HbAbstractItemView::columnsInserted
       
   781 // -----------------------------------------------------------------------------
       
   782 //
       
   783 void HbAbstractItemView::columnsInserted( 
       
   784         const QModelIndex & parent,
       
   785         int start,
       
   786         int end )
       
   787     {
       
   788     
       
   789     }
       
   790 
       
   791 
       
   792 // -----------------------------------------------------------------------------
       
   793 // HbAbstractItemView::columnsAboutToBeRemoved
       
   794 // -----------------------------------------------------------------------------
       
   795 //
       
   796 void HbAbstractItemView::columnsAboutToBeRemoved( 
       
   797         const QModelIndex & index,
       
   798         int start,
       
   799         int end )
       
   800     {
       
   801     
       
   802     }
       
   803 
       
   804 
       
   805 // -----------------------------------------------------------------------------
       
   806 // HbAbstractItemView::columnsRemoved
       
   807 // -----------------------------------------------------------------------------
       
   808 //
       
   809 void HbAbstractItemView::columnsRemoved( 
       
   810         const QModelIndex & parent,
       
   811         int start,
       
   812         int end )
       
   813     {
       
   814     
       
   815     }
       
   816 
       
   817 
       
   818 // -----------------------------------------------------------------------------
       
   819 // HbAbstractItemView::panGesture
       
   820 // -----------------------------------------------------------------------------
       
   821 //
       
   822 void HbAbstractItemView::panGesture( 
       
   823         const QPointF & point )
       
   824     {
       
   825     
       
   826     }
       
   827 
       
   828 
       
   829 // -----------------------------------------------------------------------------
       
   830 // HbAbstractItemView::longPressGesture
       
   831 // -----------------------------------------------------------------------------
       
   832 //
       
   833 void HbAbstractItemView::longPressGesture( 
       
   834         const QPointF & point )
       
   835     {
       
   836     
       
   837     }
       
   838 
       
   839