src/hbcore/gui/hbscreen_p.h
changeset 7 923ff622b8b9
parent 0 16d8024aca5e
equal deleted inserted replaced
6:c3690ec91ef8 7:923ff622b8b9
    52     Qt::Orientation screenOrientation() const;
    52     Qt::Orientation screenOrientation() const;
    53     bool contentUnderTitleBar() const;
    53     bool contentUnderTitleBar() const;
    54     bool contentUnderStatusBar() const;
    54     bool contentUnderStatusBar() const;
    55     bool titleBarMinimizable() const;
    55     bool titleBarMinimizable() const;
    56     void delayedConstruction();
    56     void delayedConstruction();
    57     void setGeometry(const QRectF &rect);
       
    58     virtual bool event(QEvent *e);
    57     virtual bool event(QEvent *e);
    59 
    58 
    60 public slots:
    59 public slots:
    61     void screenOrientationChanged(Qt::Orientation orientation);
    60     void screenOrientationChanged(Qt::Orientation orientation);
    62     void toolBarOrientationChanged();
    61     void toolBarOrientationChanged();