src/hbcore/inputfw/hbinputfocusobject.h
changeset 21 4633027730f5
parent 6 c3690ec91ef8
child 30 80e4d18b72f5
--- a/src/hbcore/inputfw/hbinputfocusobject.h	Tue Jul 06 14:36:53 2010 +0300
+++ b/src/hbcore/inputfw/hbinputfocusobject.h	Wed Aug 18 10:05:37 2010 +0300
@@ -78,9 +78,15 @@
     QObject *object() const;
     void setFocus();
 
+    Qt::Orientation orientation() const;
+
     static bool isReadOnlyWidget(QObject *editorobject);
     static bool isEditor(QObject *object);
 
+signals:
+    void aboutToChangeOrientation();
+    void orientationChanged();
+
 protected:
     HbInputFocusObjectPrivate *const d_ptr;