equal
deleted
inserted
replaced
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; |