src/hbcore/inputfw/hbinputfocusobject.h
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 6 c3690ec91ef8
equal deleted inserted replaced
1:f7ac710697a9 2:06ff229162e9
    57     int editorCursorPosition();
    57     int editorCursorPosition();
    58     QFont editorFont();
    58     QFont editorFont();
    59     QString editorTextSelection();
    59     QString editorTextSelection();
    60     QString editorSurroundingText();
    60     QString editorSurroundingText();
    61     HbEditorInterface& editorInterface() const;
    61     HbEditorInterface& editorInterface() const;
    62     void cursorLeft(int modifiers);
       
    63     void cursorRight(int modifiers);
       
    64     void cursorLeft(Qt::KeyboardModifiers modifiers = Qt::NoModifier);
    62     void cursorLeft(Qt::KeyboardModifiers modifiers = Qt::NoModifier);
    65     void cursorRight(Qt::KeyboardModifiers modifiers = Qt::NoModifier);
    63     void cursorRight(Qt::KeyboardModifiers modifiers = Qt::NoModifier);
    66     void releaseFocus();
    64     void releaseFocus();
    67     bool filterAndCommitCharacter(QChar character);
    65     bool filterAndCommitCharacter(QChar character);
    68     QRectF editorGeometry() const;
    66     QRectF editorGeometry() const;