src/hbinput/inputwidgets/hbinputvkbwidget.cpp
changeset 23 e6ad4ef83b23
parent 21 4633027730f5
child 28 b7da29130b0e
equal deleted inserted replaced
21:4633027730f5 23:e6ad4ef83b23
   652     }
   652     }
   653     return item;
   653     return item;
   654 }
   654 }
   655 
   655 
   656 /*!
   656 /*!
   657 \deprecated HbInputVkbWidget::setRockerVisible(bool)
       
   658     is deprecated.
       
   659 
       
   660 Sets virtual rocker visibility.
       
   661 */
       
   662 void HbInputVkbWidget::setRockerVisible(bool visible)
       
   663 {
       
   664     Q_UNUSED(visible);
       
   665 }
       
   666 
       
   667 /*!
       
   668 \deprecated HbInputVkbWidget::isRockerVisible() const
       
   669     is deprecated.
       
   670 
       
   671 Returns true if virtual rocker is allowed to be visible.
       
   672 */
       
   673 bool HbInputVkbWidget::isRockerVisible() const
       
   674 {
       
   675     return false;
       
   676 }
       
   677 
       
   678 /*!
       
   679 Returns active keypad mode. Possible values are EModeAbc, EModeNumeric and EModeSct.
   657 Returns active keypad mode. Possible values are EModeAbc, EModeNumeric and EModeSct.
   680 */
   658 */
   681 HbKeypadMode HbInputVkbWidget::mode() const
   659 HbKeypadMode HbInputVkbWidget::mode() const
   682 {
   660 {
   683     Q_D(const HbInputVkbWidget);
   661     Q_D(const HbInputVkbWidget);
   992 
   970 
   993     return ret;
   971     return ret;
   994 }
   972 }
   995 
   973 
   996 /*!
   974 /*!
   997 \deprecated HbInputVkbWidget::rockerPosition()
       
   998     is deprecated.
       
   999 
       
  1000 Returns the virtual rocker position. The default position is in the middle
       
  1001 of keypad button area.
       
  1002 */
       
  1003 QPointF HbInputVkbWidget::rockerPosition()
       
  1004 {
       
  1005     return QPointF();
       
  1006 }
       
  1007 
       
  1008 /*!
       
  1009 Sets the status of the background drawing. This method can be used to
   975 Sets the status of the background drawing. This method can be used to
  1010 optimize vkb widget drawing. If it is known that the widget will cover whole
   976 optimize vkb widget drawing. If it is known that the widget will cover whole
  1011 vkb area and there are no places where the background shows through, then the background
   977 vkb area and there are no places where the background shows through, then the background
  1012 drawing can be turned off to speed up paint method.
   978 drawing can be turned off to speed up paint method.
  1013 */
   979 */
  1014 void HbInputVkbWidget::setBackgroundDrawing(bool backgroundEnabled)
   980 void HbInputVkbWidget::setBackgroundDrawing(bool backgroundEnabled)
  1015 {
   981 {
  1016     Q_D(HbInputVkbWidget);
   982     Q_D(HbInputVkbWidget);
  1017     d->mDrawbackground = backgroundEnabled;
   983     d->mDrawbackground = backgroundEnabled;
  1018 }
   984 }
  1019 
       
  1020 
   985 
  1021 /*!
   986 /*!
  1022 Returns all possible keys that the user could have intended to press
   987 Returns all possible keys that the user could have intended to press
  1023 for the last registered touch along with their corresponding probability.
   988 for the last registered touch along with their corresponding probability.
  1024 */
   989 */
  1305             }
  1270             }
  1306         }
  1271         }
  1307     }
  1272     }
  1308 }
  1273 }
  1309 
  1274 
       
  1275 /*!
       
  1276 \reimp
       
  1277  */
       
  1278 HbFrameDrawer* HbInputVkbWidget::iconDrawer()
       
  1279 {
       
  1280     Q_D(HbInputVkbWidget);
       
  1281     return d->mIconDrawer;
       
  1282 }
  1310 #include "moc_hbinputvkbwidget.cpp"
  1283 #include "moc_hbinputvkbwidget.cpp"
  1311 
  1284 
  1312 // End of file
  1285 // End of file