~thomas-moenicke/phablet-extras/maliit-plugins-version-bump

« back to all changes in this revision

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

adding the magnification feature to show the key bigger when typing. Using the popper from nemo-keyboard.

Approved by Bill Filler, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
namespace MaliitKeyboard {
39
39
 
40
40
class KeyArea;
41
 
class Key;
 
41
 
42
42
 
43
43
namespace Logic {
44
44
class LayoutHelper;
88
88
        RoleKeyFontSize,
89
89
        RoleKeyFontStretch,
90
90
        RoleKeyIcon,
 
91
        RoleKeyActionInsert
91
92
    };
92
93
 
93
94
    explicit Layout(QObject *parent = 0);