src/hbplugins/inputmethods/common/hbinputmodehandler_p.h
changeset 21 4633027730f5
parent 7 923ff622b8b9
equal deleted inserted replaced
7:923ff622b8b9 21:4633027730f5
    43     void updateTextCase();
    43     void updateTextCase();
    44 
    44 
    45     // HbPredictionCallback
    45     // HbPredictionCallback
    46     QString surroundingText();
    46     QString surroundingText();
    47     int cursorPosition();
    47     int cursorPosition();
       
    48     bool isPunctuationKey(const Qt::Key key, const HbKeyboardType keypad);
    48     bool isEnterCharacter(QChar character); 
    49     bool isEnterCharacter(QChar character); 
    49     const HbKeymap* mKeymap;
    50     const HbKeymap* mKeymap;
    50     HbInputAbstractMethod *mInputMethod;
    51     HbInputAbstractMethod *mInputMethod;
    51     QTimer *mTimer;
    52     QTimer *mTimer;
    52 
    53