src/hbcore/inputfw/hbinputfocusobject.h
changeset 21 4633027730f5
parent 6 c3690ec91ef8
child 30 80e4d18b72f5
equal deleted inserted replaced
7:923ff622b8b9 21:4633027730f5
    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: