Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > 8e6051afcdb111a0317a58fb64c2abf5 > files > 4331

qt4-doc-4.6.3-0.2mdv2010.2.i586.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- qinputcontext.cpp -->
<head>
  <title>Qt 4.6: QInputContext Class Reference</title>
  <link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<a name="//apple_ref/cpp/cl//QInputContext"></a>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="32"><a href="http://qt.nokia.com/"><img src="images/qt-logo.png" align="left" border="0" /></a></td>
<td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">All&nbsp;Functions</font></a>&nbsp;&middot; <a href="overviews.html"><font color="#004faf">Overviews</font></a></td></tr></table><h1 class="title">QInputContext Class Reference<br /><span class="small-subtitle">[<a href="qtgui.html">QtGui</a> module]</span>
</h1>
<p>The QInputContext class abstracts the input method dependent data and composing state. <a href="#details">More...</a></p>
<pre> #include &lt;QInputContext&gt;</pre><p>Inherits <a href="qobject.html">QObject</a>.</p>
<ul>
<li><a href="qinputcontext-members.html">List of all members, including inherited members</a></li>
</ul>
<hr />
<a name="public-types"></a>
<h2>Public Types</h2>
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td class="memItemLeft" align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><b><a href="qinputcontext.html#StandardFormat-enum">StandardFormat</a></b> { PreeditFormat, SelectionFormat }</td></tr>
</table>
<hr />
<a name="public-functions"></a>
<h2>Public Functions</h2>
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td class="memItemLeft" align="right" valign="top"></td><td class="memItemRight" valign="bottom"><b><a href="qinputcontext.html#QInputContext">QInputContext</a></b> ( QObject * <i>parent</i> = 0 )</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><b><a href="qinputcontext.html#dtor.QInputContext">~QInputContext</a></b> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual QList&lt;QAction *&gt; </td><td class="memItemRight" valign="bottom"><b><a href="qinputcontext.html#actions">actions</a></b> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><b><a href="qinputcontext.html#filterEvent">filterEvent</a></b> ( const QEvent * <i>event</i> )</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QWidget * </td><td class="memItemRight" valign="bottom"><b><a href="qinputcontext.html#focusWidget">focusWidget</a></b> () const</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual QFont </td><td class="memItemRight" valign="bottom"><b><a href="qinputcontext.html#font">font</a></b> () const</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual QString </td><td class="memItemRight" valign="bottom"><b><a href="qinputcontext.html#identifierName">identifierName</a></b> () = 0</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><b><a href="qinputcontext.html#isComposing">isComposing</a></b> () const = 0</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual QString </td><td class="memItemRight" valign="bottom"><b><a href="qinputcontext.html#language">language</a></b> () = 0</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><b><a href="qinputcontext.html#mouseHandler">mouseHandler</a></b> ( int <i>x</i>, QMouseEvent * <i>event</i> )</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><b><a href="qinputcontext.html#reset">reset</a></b> () = 0</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qinputcontext.html#sendEvent">sendEvent</a></b> ( const QInputMethodEvent &amp; <i>event</i> )</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><b><a href="qinputcontext.html#setFocusWidget">setFocusWidget</a></b> ( QWidget * <i>widget</i> )</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QTextFormat </td><td class="memItemRight" valign="bottom"><b><a href="qinputcontext.html#standardFormat">standardFormat</a></b> ( StandardFormat <i>s</i> ) const</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><b><a href="qinputcontext.html#symbianFilterEvent">symbianFilterEvent</a></b> ( QWidget * <i>keywidget</i>, const QSymbianEvent * <i>event</i> )</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><b><a href="qinputcontext.html#update">update</a></b> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><b><a href="qinputcontext.html#widgetDestroyed">widgetDestroyed</a></b> ( QWidget * <i>widget</i> )</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><b><a href="qinputcontext.html#x11FilterEvent">x11FilterEvent</a></b> ( QWidget * <i>keywidget</i>, XEvent * <i>event</i> )</td></tr>
</table>
<ul>
<li><div bar="2" class="fn"></div>29 public functions inherited from <a href="qobject.html#public-functions">QObject</a></li>
</ul>
<h3>Additional Inherited Members</h3>
<ul>
<li><div class="fn"></div>1 property inherited from <a href="qobject.html#properties">QObject</a></li>
<li><div class="fn"></div>1 public slot inherited from <a href="qobject.html#public-slots">QObject</a></li>
<li><div class="fn"></div>1 signal inherited from <a href="qobject.html#signals">QObject</a></li>
<li><div class="fn"></div>5 static public members inherited from <a href="qobject.html#static-public-members">QObject</a></li>
<li><div class="fn"></div>7 protected functions inherited from <a href="qobject.html#protected-functions">QObject</a></li>
</ul>
<a name="details"></a>
<hr />
<h2>Detailed Description</h2>
<p>The QInputContext class abstracts the input method dependent data and composing state.</p>
<p>An input method is responsible for inputting complex text that cannot be inputted via simple keymap. It converts a sequence of input events (typically key events) into a text string through the input method specific converting process. The class of the processes are widely ranging from simple finite state machine to complex text translator that pools a whole paragraph of a text with text editing capability to perform grammar and semantic analysis.</p>
<p>To abstract such different input method specific intermediate information, Qt offers the QInputContext as base class. The concept is well known as 'input context' in the input method domain. An input context is created for a text widget in response to a demand. It is ensured that an input context is prepared for an input method before input to a text widget.</p>
<p>Multiple input contexts that belong to a single input method may concurrently coexist. Suppose multi-window text editor. Each text widget of window A and B holds different QInputContext instance which contains different state information such as partially composed text.</p>
<a name="groups-of-functions"></a>
<h3>Groups of Functions</h3>
<p><table class="generic" align="center" cellpadding="2" cellspacing="1" border="0">
<thead><tr valign="top" class="qt-style"><th>Context</th><th>Functions</th></tr></thead>
<tr valign="top" class="odd"><td>Receiving information</td><td><a href="qinputcontext.html#x11FilterEvent">x11FilterEvent</a>(), <a href="qinputcontext.html#filterEvent">filterEvent</a>(), <a href="qinputcontext.html#mouseHandler">mouseHandler</a>()</td></tr>
<tr valign="top" class="even"><td>Sending back composed text</td><td><a href="qinputcontext.html#sendEvent">sendEvent</a>()</td></tr>
<tr valign="top" class="odd"><td>State change notification</td><td><a href="qinputcontext.html#setFocusWidget">setFocusWidget</a>(), <a href="qinputcontext.html#reset">reset</a>()</td></tr>
<tr valign="top" class="even"><td>Context information</td><td><a href="qinputcontext.html#identifierName">identifierName</a>(), <a href="qinputcontext.html#language">language</a>(), <a href="qinputcontext.html#font">font</a>(), <a href="qinputcontext.html#isComposing">isComposing</a>()</td></tr>
</table></p>
<a name="licensing-information"></a>
<h3>Licensing Information</h3>
<div style="padding: 0.5em; background: #e0e0e0; color: black"><p>Copyright (C) 2003-2004 immodule for Qt Project. All rights reserved.</p>
<p>This file is written to contribute to Nokia Corporation and/or its subsidiary(-ies) under their own license. You may use this file under your Qt license. Following description is copied from their original file headers. Contact immodule-qt@freedesktop.org if any conditions of this licensing are not clear to you.</p>
</div><p>See also <a href="qinputcontextplugin.html">QInputContextPlugin</a>, <a href="qinputcontextfactory.html">QInputContextFactory</a>, and <a href="qapplication.html#setInputContext">QApplication::setInputContext</a>().</p>
<hr />
<h2>Member Type Documentation</h2>
<a name="//apple_ref/cpp/tag/QInputContext/StandardFormat"></a>
<a name="//apple_ref/cpp/econst/QInputContext/PreeditFormat"></a>
<a name="//apple_ref/cpp/econst/QInputContext/SelectionFormat"></a>
<h3 class="fn"><a name="StandardFormat-enum"></a>enum QInputContext::StandardFormat</h3>
<p><table class="valuelist" border="1" cellpadding="2" cellspacing="1" width="100%">
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
<tr><td valign="top"><tt>QInputContext::PreeditFormat</tt></td><td align="center" valign="top"><tt>0</tt></td><td valign="top">The preedit text.</td></tr>
<tr><td valign="top"><tt>QInputContext::SelectionFormat</tt></td><td align="center" valign="top"><tt>1</tt></td><td valign="top">The selection text.</td></tr>
</table></p>
<p>See also <a href="qinputcontext.html#standardFormat">standardFormat</a>().</p>
<hr />
<h2>Member Function Documentation</h2>
<a name="//apple_ref/cpp/instm/QInputContext/QInputContext"></a>
<h3 class="fn"><a name="QInputContext"></a>QInputContext::QInputContext ( <a href="qobject.html">QObject</a> * <i>parent</i> = 0 )</h3>
<p>Constructs an input context with the given <i>parent</i>.</p>
<a name="//apple_ref/cpp/instm/QInputContext/~QInputContext"></a>
<h3 class="fn"><a name="dtor.QInputContext"></a>QInputContext::~QInputContext ()&nbsp;&nbsp;<tt> [virtual]</tt></h3>
<p>Destroys the input context.</p>
<a name="//apple_ref/cpp/instm/QInputContext/actions"></a>
<h3 class="fn"><a name="actions"></a><a href="qlist.html">QList</a>&lt;<a href="qaction.html">QAction</a> *&gt; QInputContext::actions ()&nbsp;&nbsp;<tt> [virtual]</tt></h3>
<p>This is a preliminary interface for Qt 4.</p>
<a name="//apple_ref/cpp/instm/QInputContext/filterEvent"></a>
<h3 class="fn"><a name="filterEvent"></a>bool QInputContext::filterEvent ( const <a href="qevent.html">QEvent</a> * <i>event</i> )&nbsp;&nbsp;<tt> [virtual]</tt></h3>
<p>This function can be reimplemented in a subclass to filter input events.</p>
<p>Return true if the <i>event</i> has been consumed. Otherwise, the unfiltered <i>event</i> will be forwarded to widgets as ordinary way. Although the input events have accept() and ignore() methods, leave it untouched.</p>
<p><i>event</i> is currently restricted to events of these types:</p>
<ul>
<li>CloseSoftwareInputPanel</li>
<li>KeyPress</li>
<li>KeyRelease</li>
<li>MouseButtonDblClick</li>
<li>MouseButtonPress</li>
<li>MouseButtonRelease</li>
<li>MouseMove</li>
<li>RequestSoftwareInputPanel</li>
</ul>
<p>But some input method related events such as <a href="qwheelevent.html">QWheelEvent</a> or <a href="qtabletevent.html">QTabletEvent</a> may be added in future.</p>
<p>The filtering opportunity is always given to the input context as soon as possible. It has to be taken place before any other key event consumers such as eventfilters and accelerators because some input methods require quite various key combination and sequences. It often conflicts with accelerators and so on, so we must give the input context the filtering opportunity first to ensure all input methods work properly regardless of application design.</p>
<p>Ordinary input methods require discrete key events to work properly, so Qt's key compression is always disabled for any input contexts.</p>
<p>See also <a href="qkeyevent.html">QKeyEvent</a> and <a href="qinputcontext.html#x11FilterEvent">x11FilterEvent</a>().</p>
<a name="//apple_ref/cpp/instm/QInputContext/focusWidget"></a>
<h3 class="fn"><a name="focusWidget"></a><a href="qwidget.html">QWidget</a> * QInputContext::focusWidget () const</h3>
<p>Returns the widget that has an input focus for this input context.</p>
<p>The return value may differ from holderWidget() if the input context is shared between several text widgets.</p>
<p><b>Warning:</b> To ensure platform independence and support flexible configuration of widgets, ordinary input methods should not call this function directly.</p>
<p>See also <a href="qinputcontext.html#setFocusWidget">setFocusWidget</a>().</p>
<a name="//apple_ref/cpp/instm/QInputContext/font"></a>
<h3 class="fn"><a name="font"></a><a href="qfont.html">QFont</a> QInputContext::font () const&nbsp;&nbsp;<tt> [virtual]</tt></h3>
<p>Returns the font of the current input widget</p>
<a name="//apple_ref/cpp/instm/QInputContext/identifierName"></a>
<h3 class="fn"><a name="identifierName"></a><a href="qstring.html">QString</a> QInputContext::identifierName ()&nbsp;&nbsp;<tt> [pure virtual]</tt></h3>
<p>This function must be implemented in any subclasses to return the identifier name of the input method.</p>
<p>Return value is the name to identify and specify input methods for the input method switching mechanism and so on. The name has to be consistent with <a href="qinputcontextplugin.html#keys">QInputContextPlugin::keys</a>(). The name has to consist of ASCII characters only.</p>
<p>There are two different names with different responsibility in the input method domain. This function returns one of them. Another name is called 'display name' that stands for the name for endusers appeared in a menu and so on.</p>
<p>See also <a href="qinputcontextplugin.html#keys">QInputContextPlugin::keys</a>() and <a href="qinputcontextplugin.html#displayName">QInputContextPlugin::displayName</a>().</p>
<a name="//apple_ref/cpp/instm/QInputContext/isComposing"></a>
<h3 class="fn"><a name="isComposing"></a>bool QInputContext::isComposing () const&nbsp;&nbsp;<tt> [pure virtual]</tt></h3>
<p>This function indicates whether InputMethodStart event had been sent to the current focus widget. It is ensured that an input context can send InputMethodCompose or InputMethodEnd event safely if this function returned true.</p>
<p>The state is automatically being tracked through <a href="qinputcontext.html#sendEvent">sendEvent</a>().</p>
<p>See also <a href="qinputcontext.html#sendEvent">sendEvent</a>().</p>
<a name="//apple_ref/cpp/instm/QInputContext/language"></a>
<h3 class="fn"><a name="language"></a><a href="qstring.html">QString</a> QInputContext::language ()&nbsp;&nbsp;<tt> [pure virtual]</tt></h3>
<p>This function must be implemented in any subclasses to return a language code (e.g&#x2e; &quot;zh_CN&quot;, &quot;zh_TW&quot;, &quot;zh_HK&quot;, &quot;ja&quot;, &quot;ko&quot;, ..&#x2e;) of the input context. If the input context can handle multiple languages, return the currently used one. The name has to be consistent with QInputContextPlugin::language().</p>
<p>This information will be used by language tagging feature in <a href="qinputmethodevent.html">QInputMethodEvent</a>. It is required to distinguish unified han characters correctly. It enables proper font and character code handling. Suppose CJK-awared multilingual web browser (that automatically modifies fonts in CJK-mixed text) and XML editor (that automatically inserts lang attr).</p>
<a name="//apple_ref/cpp/instm/QInputContext/mouseHandler"></a>
<h3 class="fn"><a name="mouseHandler"></a>void QInputContext::mouseHandler ( int <i>x</i>, <a href="qmouseevent.html">QMouseEvent</a> * <i>event</i> )&nbsp;&nbsp;<tt> [virtual]</tt></h3>
<p>This function can be reimplemented in a subclass to handle mouse press, release, double-click, and move events within the preedit text. You can use the function to implement mouse-oriented user interface such as text selection or popup menu for candidate selection.</p>
<p>The <i>x</i> parameter is the offset within the string that was sent with the InputMethodCompose event. The alteration boundary of <i>x</i> is ensured as character boundary of preedit string accurately.</p>
<p>The <i>event</i> parameter is the event that was sent to the editor widget. The event type is <a href="qevent.html#Type-enum">QEvent::MouseButtonPress</a>, <a href="qevent.html#Type-enum">QEvent::MouseButtonRelease</a>, <a href="qevent.html#Type-enum">QEvent::MouseButtonDblClick</a> or <a href="qevent.html#Type-enum">QEvent::MouseMove</a>. The event's button and state indicate the kind of operation that was performed.</p>
<a name="//apple_ref/cpp/instm/QInputContext/reset"></a>
<h3 class="fn"><a name="reset"></a>void QInputContext::reset ()&nbsp;&nbsp;<tt> [pure virtual]</tt></h3>
<p>This function can be reimplemented in a subclass to reset the state of the input method.</p>
<p>This function is called by several widgets to reset input state. For example, a text widget call this function before inserting a text to make widget ready to accept a text.</p>
<p>Default implementation is sufficient for simple input method. You can override this function to reset external input method engines in complex input method. In the case, call QInputContext::reset() to ensure proper termination of inputting.</p>
<p>You must not send any <a href="qinputmethodevent.html">QInputMethodEvent</a> except empty InputMethodEnd event using QInputContext::reset() at reimplemented reset(). It will break input state consistency.</p>
<a name="//apple_ref/cpp/instm/QInputContext/sendEvent"></a>
<h3 class="fn"><a name="sendEvent"></a>void QInputContext::sendEvent ( const <a href="qinputmethodevent.html">QInputMethodEvent</a> &amp; <i>event</i> )</h3>
<p>Sends an input method event specified by <i>event</i> to the current focus widget. Implementations of <a href="qinputcontext.html">QInputContext</a> should call this method to send the generated input method events and not <a href="qcoreapplication.html#sendEvent">QApplication::sendEvent</a>(), as the events might have to get dispatched to a different application on some platforms.</p>
<p>Some complex input methods route the handling to several child contexts (e.g&#x2e; to enable language switching). To account for this, <a href="qinputcontext.html">QInputContext</a> will check if the parent object is a <a href="qinputcontext.html">QInputContext</a>. If yes, it will call the parents sendEvent() implementation instead of sending the event directly.</p>
<p>See also <a href="qinputmethodevent.html">QInputMethodEvent</a>.</p>
<a name="//apple_ref/cpp/instm/QInputContext/setFocusWidget"></a>
<h3 class="fn"><a name="setFocusWidget"></a>void QInputContext::setFocusWidget ( <a href="qwidget.html">QWidget</a> * <i>widget</i> )&nbsp;&nbsp;<tt> [virtual]</tt></h3>
<p>Sets the <i>widget</i> that has an input focus for this input context.</p>
<p><b>Warning:</b> Ordinary input methods must not call this function directly.</p>
<p>See also <a href="qinputcontext.html#focusWidget">focusWidget</a>().</p>
<a name="//apple_ref/cpp/instm/QInputContext/standardFormat"></a>
<h3 class="fn"><a name="standardFormat"></a><a href="qtextformat.html">QTextFormat</a> QInputContext::standardFormat ( <a href="qinputcontext.html#StandardFormat-enum">StandardFormat</a> <i>s</i> ) const</h3>
<p>Returns a <a href="qtextformat.html">QTextFormat</a> object that specifies the format for component <i>s</i>.</p>
<a name="//apple_ref/cpp/instm/QInputContext/symbianFilterEvent"></a>
<h3 class="fn"><a name="symbianFilterEvent"></a>bool QInputContext::symbianFilterEvent ( <a href="qwidget.html">QWidget</a> * <i>keywidget</i>, const <a href="qsymbianevent.html">QSymbianEvent</a> * <i>event</i> )&nbsp;&nbsp;<tt> [virtual]</tt></h3>
<p>This function may be overridden only if input method is depending on Symbian and you need raw Symbian events. Otherwise, this function must not.</p>
<p>This function is designed to filter raw key events on Symbian, but other input methods may use this to implement some special features.</p>
<p>Return true if the <i>event</i> has been consumed. Otherwise, the unfiltered <i>event</i> will be translated into <a href="qevent.html">QEvent</a> and forwarded to <a href="qinputcontext.html#filterEvent">filterEvent</a>(). Filtering at both symbianFilterEvent() and <a href="qinputcontext.html#filterEvent">filterEvent</a>() in single input method is allowed.</p>
<p><i>keywidget</i> is a client widget into which a text is inputted. <i>event</i> is inputted <a href="qsymbianevent.html">QSymbianEvent</a>.</p>
<p>This function was introduced in Qt 4.6.</p>
<p>See also <a href="qinputcontext.html#filterEvent">filterEvent</a>().</p>
<a name="//apple_ref/cpp/instm/QInputContext/update"></a>
<h3 class="fn"><a name="update"></a>void QInputContext::update ()&nbsp;&nbsp;<tt> [virtual]</tt></h3>
<p>This virtual function is called when a state in the focus widget has changed. <a href="qinputcontext.html">QInputContext</a> can then use <a href="qwidget.html#inputMethodQuery">QWidget::inputMethodQuery</a>() to query the new state of the widget.</p>
<a name="//apple_ref/cpp/instm/QInputContext/widgetDestroyed"></a>
<h3 class="fn"><a name="widgetDestroyed"></a>void QInputContext::widgetDestroyed ( <a href="qwidget.html">QWidget</a> * <i>widget</i> )&nbsp;&nbsp;<tt> [virtual]</tt></h3>
<p>This virtual function is called when the specified <i>widget</i> is destroyed. The <i>widget</i> is a widget on which this input context is installed.</p>
<a name="//apple_ref/cpp/instm/QInputContext/x11FilterEvent"></a>
<h3 class="fn"><a name="x11FilterEvent"></a>bool QInputContext::x11FilterEvent ( <a href="qwidget.html">QWidget</a> * <i>keywidget</i>, XEvent * <i>event</i> )&nbsp;&nbsp;<tt> [virtual]</tt></h3>
<p>This function may be overridden only if input method is depending on X11 and you need raw XEvent. Otherwise, this function must not.</p>
<p>This function is designed to filter raw key events for XIM, but other input methods may use this to implement some special features such as distinguishing Shift_L and Shift_R.</p>
<p>Return true if the <i>event</i> has been consumed. Otherwise, the unfiltered <i>event</i> will be translated into <a href="qevent.html">QEvent</a> and forwarded to <a href="qinputcontext.html#filterEvent">filterEvent</a>(). Filtering at both x11FilterEvent() and <a href="qinputcontext.html#filterEvent">filterEvent</a>() in single input method is allowed.</p>
<p><i>keywidget</i> is a client widget into which a text is inputted. <i>event</i> is inputted XEvent.</p>
<p>See also <a href="qinputcontext.html#filterEvent">filterEvent</a>().</p>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td width="40%" align="left">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies)</td>
<td width="20%" align="center"><a href="trademarks.html">Trademarks</a></td>
<td width="40%" align="right"><div align="right">Qt 4.6.3</div></td>
</tr></table></div></address></body>
</html>