src/hbplugins/inputmethods/touchinput/virtualqwerty.h
changeset 5 627c4a0fd0e7
parent 2 06ff229162e9
child 6 c3690ec91ef8
equal deleted inserted replaced
3:11d3954df52a 5:627c4a0fd0e7
    39 class HbKeyMapData;
    39 class HbKeyMapData;
    40 class HbPredictionEngine;
    40 class HbPredictionEngine;
    41 class HbCandidateList;
    41 class HbCandidateList;
    42 class HbExactWordPopup;
    42 class HbExactWordPopup;
    43 class HbSctKeyboard;
    43 class HbSctKeyboard;
       
    44 class HbAction;
    44 
    45 
    45 class HbInputModeHandler;
    46 class HbInputModeHandler;
    46 class HbInputBasicQwertyHandler;
    47 class HbInputBasicQwertyHandler;
    47 class HbInputPredictionQwertyHandler;
    48 class HbInputPredictionQwertyHandler;
    48 class HbInputNumericQwertyHandler;
    49 class HbInputNumericQwertyHandler;
    72     void flickEvent(HbInputVkbWidget::HbFlickDirection direction);
    73     void flickEvent(HbInputVkbWidget::HbFlickDirection direction);
    73     void mouseMovedOutOfButton();
    74     void mouseMovedOutOfButton();
    74     void smileySelected(QString smiley);
    75     void smileySelected(QString smiley);
    75     void predictiveInputStateChanged(HbKeyboardSettingFlags keyboardType, bool newState);
    76     void predictiveInputStateChanged(HbKeyboardSettingFlags keyboardType, bool newState);
    76     void candidatePopupClosed(int closingKey, const QString& candidate);
    77     void candidatePopupClosed(int closingKey, const QString& candidate);
       
    78     void aboutToActivateCustomAction(HbAction *custAction);
    77 
    79 
    78 public: // From HbInputMethod
    80 public: // From HbInputMethod
    79     void focusReceived();
    81     void focusReceived();
    80     void focusLost(bool focusSwitch);
    82     void focusLost(bool focusSwitch);
    81     void inputStateActivated(const HbInputState& aNewState);   
    83     void inputStateActivated(const HbInputState& aNewState);