equal
deleted
inserted
replaced
76 bool stringAllowedInEditor(const QString &string) const; |
76 bool stringAllowedInEditor(const QString &string) const; |
77 void commitSmiley(QString smiley); |
77 void commitSmiley(QString smiley); |
78 QObject *object() const; |
78 QObject *object() const; |
79 void setFocus(); |
79 void setFocus(); |
80 |
80 |
|
81 Qt::Orientation orientation() const; |
|
82 |
81 static bool isReadOnlyWidget(QObject *editorobject); |
83 static bool isReadOnlyWidget(QObject *editorobject); |
82 static bool isEditor(QObject *object); |
84 static bool isEditor(QObject *object); |
|
85 |
|
86 signals: |
|
87 void aboutToChangeOrientation(); |
|
88 void orientationChanged(); |
83 |
89 |
84 protected: |
90 protected: |
85 HbInputFocusObjectPrivate *const d_ptr; |
91 HbInputFocusObjectPrivate *const d_ptr; |
86 |
92 |
87 private: |
93 private: |