equal
deleted
inserted
replaced
140 void keypadCloseEventDetected(HbInputVkbWidget::HbVkbCloseMethod closeMethod); |
140 void keypadCloseEventDetected(HbInputVkbWidget::HbVkbCloseMethod closeMethod); |
141 void rockerDirection(int direction, HbInputVirtualRocker::RockerSelectionMode selectionMode); |
141 void rockerDirection(int direction, HbInputVirtualRocker::RockerSelectionMode selectionMode); |
142 void flickEvent(HbInputVkbWidget::HbFlickDirection direction); |
142 void flickEvent(HbInputVkbWidget::HbFlickDirection direction); |
143 void smileySelected(QString text); |
143 void smileySelected(QString text); |
144 void mouseMovedOutOfButton(); |
144 void mouseMovedOutOfButton(); |
|
145 void aboutToActivateCustomAction(HbAction *custAction); |
145 protected: |
146 protected: |
146 HbInputVkbWidget(HbInputVkbWidgetPrivate &dd, QGraphicsItem* parent); |
147 HbInputVkbWidget(HbInputVkbWidgetPrivate &dd, QGraphicsItem* parent); |
147 |
148 |
148 private: |
149 private: |
149 Q_DECLARE_PRIVATE_D(d_ptr, HbInputVkbWidget) |
150 Q_DECLARE_PRIVATE_D(d_ptr, HbInputVkbWidget) |
150 Q_DISABLE_COPY(HbInputVkbWidget) |
151 Q_DISABLE_COPY(HbInputVkbWidget) |
|
152 Q_PRIVATE_SLOT(d_func(), void _q_inputMethodSelectionDialogFinished(HbAction *)) |
151 |
153 |
152 friend class HbTouchKeypadButton; |
154 friend class HbTouchKeypadButton; |
153 friend class HbInputUsedSymbolPane; |
155 friend class HbInputUsedSymbolPane; |
154 }; |
156 }; |
155 |
157 |