22 #ifndef INPUTWINDOWMANAGER_H
23 #define INPUTWINDOWMANAGER_H
29 #include <QPropertyAnimation>
40 virtual void resize(
int width,
int height);
44 void slotNegativeSpaceChanged(QRect r);
46 void slotKeyboardHeightChanged(
const qint32& newHeight);
50 void slotRestartInput(
const PalmIME::EditorState& state);
51 void slotAutoCapChanged(
bool enabled);
53 void slotEnterBrickMode(
bool);
54 void slotExitBrickMode();
61 QPropertyAnimation m_fadeAnim;