The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Gui::QInputContext

PUBLIC METHODS

QInputContext(QObject * parent)
QInputContext(QObject * parent = 0)
~QInputContext()
QList<QAction *> actions()
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)

ENUM VALUES

PreeditFormat
SelectionFormat

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html