diff -r 7516d6d86cf5 -r ed14f46c0e55 src/hbcore/inputfw/hbinputfocusobject.h --- a/src/hbcore/inputfw/hbinputfocusobject.h Mon Oct 04 17:49:30 2010 +0300 +++ b/src/hbcore/inputfw/hbinputfocusobject.h Mon Oct 18 18:23:13 2010 +0300 @@ -67,6 +67,7 @@ QRectF microFocus() const; QString preEditString() const; qreal findVkbZValue() const; + quint8 editorPriority() const; Qt::InputMethodHints inputMethodHints() const; void setInputMethodHints(Qt::InputMethodHints hints); @@ -78,9 +79,17 @@ QObject *object() const; void setFocus(); + Qt::Orientation orientation() const; + + bool isVisible() const; + static bool isReadOnlyWidget(QObject *editorobject); static bool isEditor(QObject *object); +signals: + void aboutToChangeOrientation(); + void orientationChanged(); + protected: HbInputFocusObjectPrivate *const d_ptr;