phoneplugins/infowidgetplugin/tsrc/mocks/mock_infowidget.cpp
changeset 64 6aaf0276100e
parent 46 bc5a64e5bc3c
equal deleted inserted replaced
56:5bcb308bd24d 64:6aaf0276100e
   361     {
   361     {
   362     SMC_MOCK_METHOD0( void )
   362     SMC_MOCK_METHOD0( void )
   363     }
   363     }
   364 
   364 
   365 
   365 
   366 
   366 // -----------------------------------------------------------------------------
   367 // -----------------------------------------------------------------------------
   367 // InfoWidget::gestureEvent
   368 // InfoWidget::mousePressEvent
   368 // -----------------------------------------------------------------------------
   369 // -----------------------------------------------------------------------------
   369 //
   370 //
   370 void InfoWidget::gestureEvent(QGestureEvent *event)
   371 void InfoWidget::mousePressEvent( 
   371 {
   372         QGraphicsSceneMouseEvent * event )
   372     SMC_MOCK_METHOD1( void, QGestureEvent *, event )
   373     {
   373 }
   374     SMC_MOCK_METHOD1( void, QGraphicsSceneMouseEvent *, event )
       
   375     }
       
   376 
       
   377 
       
   378 // -----------------------------------------------------------------------------
       
   379 // InfoWidget::mouseReleaseEvent
       
   380 // -----------------------------------------------------------------------------
       
   381 //
       
   382 void InfoWidget::mouseReleaseEvent(QGraphicsSceneMouseEvent *event)
       
   383     {
       
   384     SMC_MOCK_METHOD1( void, QGraphicsSceneMouseEvent *, event )    
       
   385     }
       
   386 
       
   387 
       
   388 // -----------------------------------------------------------------------------
       
   389 // InfoWidget::mouseMoveEvent
       
   390 // -----------------------------------------------------------------------------
       
   391 //
       
   392 void InfoWidget::mouseMoveEvent(QGraphicsSceneMouseEvent *event)
       
   393     {
       
   394     SMC_MOCK_METHOD1( void, QGraphicsSceneMouseEvent *, event )
       
   395     }
       
   396 
   374 
   397 
   375 
   398 // -----------------------------------------------------------------------------
   376 // -----------------------------------------------------------------------------
   399 // InfoWidget::changeEvent
   377 // InfoWidget::changeEvent
   400 // -----------------------------------------------------------------------------
   378 // -----------------------------------------------------------------------------
   444 void InfoWidget::initializeCheckBoxStates(  )
   422 void InfoWidget::initializeCheckBoxStates(  )
   445     {
   423     {
   446     SMC_MOCK_METHOD0( void )
   424     SMC_MOCK_METHOD0( void )
   447     }
   425     }
   448 
   426 
   449 
   427 /*
   450 // -----------------------------------------------------------------------------
   428 // -----------------------------------------------------------------------------
   451 // InfoWidget::installTranslator
   429 // InfoWidget::installTranslator
   452 // -----------------------------------------------------------------------------
   430 // -----------------------------------------------------------------------------
   453 //
   431 //
   454 bool InfoWidget::installTranslator( 
   432 bool InfoWidget::installTranslator( 
   464 //
   442 //
   465 void InfoWidget::removeTranslators(  )
   443 void InfoWidget::removeTranslators(  )
   466     {
   444     {
   467     SMC_MOCK_METHOD0( void )
   445     SMC_MOCK_METHOD0( void )
   468     }
   446     }
   469 
   447 */
   470 
   448