src/hbcore/feedback/hbfeedbackengine.cpp
changeset 28 b7da29130b0e
parent 23 e6ad4ef83b23
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
   283         case Hb::InstantSelectionChanged: {
   283         case Hb::InstantSelectionChanged: {
   284            selectionChanged(widget);
   284            selectionChanged(widget);
   285         }
   285         }
   286         break;
   286         break;
   287 
   287 
   288         case Hb::InstantMultitouchActivated:  {
       
   289                 HB_DEPRECATED("Hb::InstantMultitouchActivated is deprecated.");
       
   290                 multitouchActivated(widget);
       
   291             }
       
   292         break;
       
   293         case Hb::InstantAdvancedGestureActivated: {
   288         case Hb::InstantAdvancedGestureActivated: {
   294            advancedGestureActivated(widget);
   289            advancedGestureActivated(widget);
   295         }
   290         }
   296         break;
   291         break;
   297 
   292 
   424 {
   419 {
   425     Q_UNUSED(widget);
   420     Q_UNUSED(widget);
   426 }
   421 }
   427 
   422 
   428 /*!
   423 /*!
   429     \deprecated HbFeedbackEngine::multitouchActivated(const HbWidget*)
       
   430         is deprecated. Use HbFeedbackEngine::advancedGestureActivated(const HbWidget*) instead.
       
   431 
       
   432     Called when the engine receives a touch gesture event with more than one finger from the feedback manager.
       
   433 
       
   434     \param widget the widget being interacted with
       
   435 */
       
   436 void HbFeedbackEngine::multitouchActivated(const HbWidget *widget)
       
   437 {
       
   438     Q_UNUSED(widget);
       
   439 }
       
   440 
       
   441 /*!
       
   442     Called when the engine receives a touch gesture event with more than one finger from the feedback manager.
   424     Called when the engine receives a touch gesture event with more than one finger from the feedback manager.
   443 
   425 
   444     \param widget the widget being interacted with
   426     \param widget the widget being interacted with
   445 */
   427 */
   446 void HbFeedbackEngine::advancedGestureActivated(const HbWidget *widget)
   428 void HbFeedbackEngine::advancedGestureActivated(const HbWidget *widget)