diff options
Diffstat (limited to 'doc/html/tqwidget.html')
-rw-r--r-- | doc/html/tqwidget.html | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html index ef72e7b5e..b73011dae 100644 --- a/doc/html/tqwidget.html +++ b/doc/html/tqwidget.html @@ -1263,36 +1263,36 @@ See the <a href="tqwidget.html#iconText-prop">"iconText"</a> property for detail </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> -<h3 class=fn>void <a name="imComposeEvent"></a>TQWidget::imComposeEvent ( <a href="qimevent.html">TQIMEvent</a> * e )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="imComposeEvent"></a>TQWidget::imComposeEvent ( <a href="tqimevent.html">TQIMEvent</a> * e )<tt> [virtual protected]</tt> </h3> This event handler, for event <em>e</em>, can be reimplemented in a subclass to receive Input Method composition events. This handler is called when the user has entered some text using an Input Method. <p> The default implementation calls e->ignore(), which rejects the -Input Method event. See the <a href="qimevent.html">TQIMEvent</a> documentation for more +Input Method event. See the <a href="tqimevent.html">TQIMEvent</a> documentation for more details. -<p> <p>See also <a href="#event">event</a>() and <a href="qimevent.html">TQIMEvent</a>. +<p> <p>See also <a href="#event">event</a>() and <a href="tqimevent.html">TQIMEvent</a>. -<h3 class=fn>void <a name="imEndEvent"></a>TQWidget::imEndEvent ( <a href="qimevent.html">TQIMEvent</a> * e )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="imEndEvent"></a>TQWidget::imEndEvent ( <a href="tqimevent.html">TQIMEvent</a> * e )<tt> [virtual protected]</tt> </h3> This event handler, for event <em>e</em>, can be reimplemented in a subclass to receive Input Method composition events. This handler is called when the user has finished inputting text via an Input Method. <p> The default implementation calls e->ignore(), which rejects the -Input Method event. See the <a href="qimevent.html">TQIMEvent</a> documentation for more +Input Method event. See the <a href="tqimevent.html">TQIMEvent</a> documentation for more details. -<p> <p>See also <a href="#event">event</a>() and <a href="qimevent.html">TQIMEvent</a>. +<p> <p>See also <a href="#event">event</a>() and <a href="tqimevent.html">TQIMEvent</a>. -<h3 class=fn>void <a name="imStartEvent"></a>TQWidget::imStartEvent ( <a href="qimevent.html">TQIMEvent</a> * e )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="imStartEvent"></a>TQWidget::imStartEvent ( <a href="tqimevent.html">TQIMEvent</a> * e )<tt> [virtual protected]</tt> </h3> This event handler, for event <em>e</em>, can be reimplemented in a subclass to receive Input Method composition events. This handler is called when the user begins entering text using an Input Method. <p> The default implementation calls e->ignore(), which rejects the -Input Method event. See the <a href="qimevent.html">TQIMEvent</a> documentation for more +Input Method event. See the <a href="tqimevent.html">TQIMEvent</a> documentation for more details. -<p> <p>See also <a href="#event">event</a>() and <a href="qimevent.html">TQIMEvent</a>. +<p> <p>See also <a href="#event">event</a>() and <a href="tqimevent.html">TQIMEvent</a>. <h3 class=fn>bool <a name="isActiveWindow"></a>TQWidget::isActiveWindow () const </h3><p>Returns TRUE if this widget is the active window; otherwise returns FALSE. @@ -1375,14 +1375,14 @@ or they were to be moved. <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> This function is deprecated. It is equivalent to <a href="#isVisible">isVisible</a>() -<h3 class=fn>void <a name="keyPressEvent"></a>TQWidget::keyPressEvent ( <a href="qkeyevent.html">TQKeyEvent</a> * e )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="keyPressEvent"></a>TQWidget::keyPressEvent ( <a href="tqkeyevent.html">TQKeyEvent</a> * e )<tt> [virtual protected]</tt> </h3> This event handler, for event <em>e</em>, can be reimplemented in a subclass to receive key press events for the widget. <p> A widget must call <a href="#setFocusPolicy">setFocusPolicy</a>() to accept focus initially and have focus in order to receive a key press event. <p> If you reimplement this handler, it is very important that you -explicitly <a href="qkeyevent.html#ignore">ignore</a> the event +explicitly <a href="tqkeyevent.html#ignore">ignore</a> the event if you do not understand it, so that the widget's parent can interpret it; otherwise, the event will be implicitly accepted. Although top-level widgets are able to choose whether to accept @@ -1391,11 +1391,11 @@ could otherwise handle them, it is good practice to explicitly ignore events to make widgets as reusable as possible. <p> The default implementation closes popup widgets if the user presses <b>Esc</b>. Otherwise the event is ignored. -<p> <p>See also <a href="#keyReleaseEvent">keyReleaseEvent</a>(), <a href="qkeyevent.html#ignore">TQKeyEvent::ignore</a>(), <a href="#focusPolicy-prop">focusPolicy</a>, <a href="#focusInEvent">focusInEvent</a>(), <a href="#focusOutEvent">focusOutEvent</a>(), <a href="#event">event</a>(), and <a href="qkeyevent.html">TQKeyEvent</a>. +<p> <p>See also <a href="#keyReleaseEvent">keyReleaseEvent</a>(), <a href="tqkeyevent.html#ignore">TQKeyEvent::ignore</a>(), <a href="#focusPolicy-prop">focusPolicy</a>, <a href="#focusInEvent">focusInEvent</a>(), <a href="#focusOutEvent">focusOutEvent</a>(), <a href="#event">event</a>(), and <a href="tqkeyevent.html">TQKeyEvent</a>. <p>Example: <a href="picture-example.html#x127">picture/picture.cpp</a>. <p>Reimplemented in <a href="tqlineedit.html#keyPressEvent">TQLineEdit</a> and <a href="tqtextedit.html#keyPressEvent">TQTextEdit</a>. -<h3 class=fn>void <a name="keyReleaseEvent"></a>TQWidget::keyReleaseEvent ( <a href="qkeyevent.html">TQKeyEvent</a> * e )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="keyReleaseEvent"></a>TQWidget::keyReleaseEvent ( <a href="tqkeyevent.html">TQKeyEvent</a> * e )<tt> [virtual protected]</tt> </h3> This event handler, for event <em>e</em>, can be reimplemented in a subclass to receive key release events for the widget. @@ -1403,10 +1403,10 @@ subclass to receive key release events for the widget. initially and <a href="#hasFocus">have focus</a> in order to receive a key release event. <p> If you reimplement this handler, it is very important that you -<a href="qkeyevent.html">ignore()</a> the release if you do not +<a href="tqkeyevent.html">ignore()</a> the release if you do not understand it, so that the widget's parent can interpret it. <p> The default implementation ignores the event. -<p> <p>See also <a href="#keyPressEvent">keyPressEvent</a>(), <a href="qkeyevent.html#ignore">TQKeyEvent::ignore</a>(), <a href="#focusPolicy-prop">focusPolicy</a>, <a href="#focusInEvent">focusInEvent</a>(), <a href="#focusOutEvent">focusOutEvent</a>(), <a href="#event">event</a>(), and <a href="qkeyevent.html">TQKeyEvent</a>. +<p> <p>See also <a href="#keyPressEvent">keyPressEvent</a>(), <a href="tqkeyevent.html#ignore">TQKeyEvent::ignore</a>(), <a href="#focusPolicy-prop">focusPolicy</a>, <a href="#focusInEvent">focusInEvent</a>(), <a href="#focusOutEvent">focusOutEvent</a>(), <a href="#event">event</a>(), and <a href="tqkeyevent.html">TQKeyEvent</a>. <h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="keyboardGrabber"></a>TQWidget::keyboardGrabber ()<tt> [static]</tt> </h3> @@ -1921,7 +1921,7 @@ See the <a href="tqwidget.html#cursor-prop">"cursor"</a> property for details. Disables widget input events if <em>disable</em> is TRUE; otherwise enables input events. <p> See the <a href="#enabled-prop">enabled</a> documentation for more information. -<p> <p>See also <a href="#isEnabledTo">isEnabledTo</a>(), <a href="qkeyevent.html">TQKeyEvent</a>, <a href="qmouseevent.html">TQMouseEvent</a>, and <a href="#enabledChange">enabledChange</a>(). +<p> <p>See also <a href="#isEnabledTo">isEnabledTo</a>(), <a href="tqkeyevent.html">TQKeyEvent</a>, <a href="qmouseevent.html">TQMouseEvent</a>, and <a href="#enabledChange">enabledChange</a>(). <h3 class=fn>void <a name="setEnabled"></a>TQWidget::setEnabled ( bool )<tt> [virtual slot]</tt> </h3><p>Sets whether the widget is enabled. @@ -2040,7 +2040,7 @@ and your program doesn't keep up with key input, TQt may try to compress key events so that more than one character can be processed in each event. <p> For example, a word processor widget might receive 2, 3 or more -characters in each <a href="qkeyevent.html#text">TQKeyEvent::text</a>(), if the layout recalculation +characters in each <a href="tqkeyevent.html#text">TQKeyEvent::text</a>(), if the layout recalculation takes too long for the CPU. <p> If a widget supports multiple character unicode input, it is always safe to turn the compression on. @@ -2051,7 +2051,7 @@ PrintScreen) will stop key event compression, even if there are more compressible key events available. <p> Not all platforms support this compression, in which case turning it on will have no effect. -<p> <p>See also <a href="qkeyevent.html#text">TQKeyEvent::text</a>(). +<p> <p>See also <a href="tqkeyevent.html#text">TQKeyEvent::text</a>(). <h3 class=fn>void <a name="setMask"></a>TQWidget::setMask ( const <a href="tqbitmap.html">TQBitmap</a> & bitmap )<tt> [virtual]</tt> </h3> @@ -2706,7 +2706,7 @@ can reimplement the <a href="#enabledChange">enabledChange</a>() function. <p> Disabling a widget implicitly disables all its children. Enabling respectively enables all child widgets unless they have been explicitly disabled. -<p> <p>See also <a href="#enabled-prop">enabled</a>, <a href="#isEnabledTo">isEnabledTo</a>(), <a href="qkeyevent.html">TQKeyEvent</a>, <a href="qmouseevent.html">TQMouseEvent</a>, and <a href="#enabledChange">enabledChange</a>(). +<p> <p>See also <a href="#enabled-prop">enabled</a>, <a href="#isEnabledTo">isEnabledTo</a>(), <a href="tqkeyevent.html">TQKeyEvent</a>, <a href="qmouseevent.html">TQMouseEvent</a>, and <a href="#enabledChange">enabledChange</a>(). <p>Set this property's value with <a href="#setEnabled">setEnabled</a>() and get this property's value with <a href="#isEnabled">isEnabled</a>(). <h3 class=fn>bool <a name="focus-prop"></a>focus</h3> |