src/hbinput/inputwidgets/hbinputvkbwidget.h
changeset 5 627c4a0fd0e7
parent 2 06ff229162e9
child 6 c3690ec91ef8
equal deleted inserted replaced
3:11d3954df52a 5:627c4a0fd0e7
   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