22 #ifndef SYSMGRDATAINTERFACE_H
23 #define SYSMGRDATAINTERFACE_H
25 #include "IMEDataInterface.h"
26 #include "InputMethod.h"
27 #include <lunaservice.h>
28 #include <qnamespace.h>
42 virtual void touchEvent(
const QTouchEvent& te);
43 virtual void paint(QPainter& painter);
44 virtual void tapEvent(
const QPoint& tapPt);
50 virtual void commitText(
const std::string& text);
86 const std::string&msgId);
89 const std::string &msg,
90 const std::string &launchParams,
91 const std::string &icon,
92 const std::string &soundClass,
93 const std::string &soundFile,
103 InputMethod * m_inputMethod;
104 LSHandle * m_serviceHandle;
107 #endif // SYSMGRDATAINTERFACE_H