42 #ifndef QBBINPUTCONTEXT_H 43 #define QBBINPUTCONTEXT_H 45 #include <QtGui/QPlatformIntegration> 75 #endif // QBBINPUTCONTEXT_H
#define QT_END_NAMESPACE
This macro expands to.
virtual void reset()
This function can be reimplemented in a subclass to reset the state of the input method.
The QString class provides a Unicode character string.
QString identifierName()
This function must be implemented in any subclasses to return the identifier name of the input method...
The QObject class is the base class of all Qt objects.
QBBAbstractVirtualKeyboard & mVirtualKeyboard
virtual bool event(QEvent *)
This virtual function receives events to an object and should return true if the event e was recogniz...
bool handleKeyboardEvent(int flags, int sym, int mod, int scan, int cap)
QBBInputContext(QBBAbstractVirtualKeyboard &keyboard, QObject *parent=0)
#define QT_BEGIN_NAMESPACE
This macro expands to.
virtual bool filterEvent(const QEvent *event)
This function can be reimplemented in a subclass to filter input events.
virtual QString language()
This function must be implemented in any subclasses to return a language code (e. ...
virtual void setFocusWidget(QWidget *widget)
Sets the widget that has an input focus for this input context.
bool isComposing() const
This function indicates whether InputMethodStart event had been sent to the current focus widget...
QObject * parent() const
Returns a pointer to the parent object.
The QInputContext class abstracts the input method dependent data and composing state.
The QEvent class is the base class of all event classes.
bool hasPhysicalKeyboard()