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

« back to all changes in this revision

Viewing changes to maliit-keyboard/lib/models/styleattributes.h

branch to get the new maliit-keyboard.

Approved by Bill Filler, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
    QByteArray keyReleaseSound() const;
97
97
    QByteArray layoutChangeSound() const;
98
98
    QByteArray keyboardHideSound() const;
 
99
 
 
100
    qreal keyboardTotalHeight(Logic::LayoutHelper::Orientation orientation) const;
 
101
    qreal keyboardVisibleHeight(Logic::LayoutHelper::Orientation orientation) const;
 
102
    qreal topMargin(Logic::LayoutHelper::Orientation orientation) const;
99
103
};
100
104
 
101
105
} // namespace MaliitKeyboard