NAME
Qt::Gui::QInputContext
PUBLIC METHODS
- QInputContext(QObject * parent = 0)
- QInputContext(QObject * parent)
- ~QInputContext()
- bool filterEvent(const QEvent * event)
- QWidget * focusWidget()
- QFont font()
- QString identifierName()
- bool isComposing()
- QString language()
- void mouseHandler(int x, QMouseEvent * event)
- void reset()
- void sendEvent(const QInputMethodEvent & event)
- void setFocusWidget(QWidget * w)
- QTextFormat standardFormat(QInputContext::StandardFormat s)
- void update()
- void widgetDestroyed(QWidget * w)
- bool x11FilterEvent(QWidget * keywidget, _XEvent * event)
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.