~penk/phablet-extras/maliit-plugins-qml-candidates

« back to all changes in this revision

Viewing changes to maliit-keyboard/plugin/inputmethod.h

orientation changes.

Approved by PS Jenkins bot, Bill Filler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
 
73
73
    Q_SLOT void onLeftLayoutSelected();
74
74
    Q_SLOT void onRightLayoutSelected();
 
75
    Q_SLOT void deviceOrientationChanged(Qt::ScreenOrientation orientation);
75
76
 
76
77
private:
77
78
    void registerStyleSetting(MAbstractInputMethodHost *host);
94
95
 
95
96
    Q_SLOT void onLayoutWidthChanged(int width);
96
97
    Q_SLOT void onLayoutHeightChanged(int height);
 
98
#ifdef EXTENDED_SURFACE_TEMP_DISABLED
97
99
    Q_SLOT void onExtendedLayoutWidthChanged(int width);
98
100
    Q_SLOT void onExtendedLayoutHeightChanged(int height);
99
101
    Q_SLOT void onExtendedLayoutOriginChanged(const QPoint &origin);
100
102
    Q_SLOT void onMagnifierLayoutWidthChanged(int width);
101
103
    Q_SLOT void onMagnifierLayoutHeightChanged(int height);
102
104
    Q_SLOT void onMagnifierLayoutOriginChanged(const QPoint &origin);
 
105
#endif
103
106
 
104
107
    Q_SLOT void onHideAnimationFinished();
105
108