diff options
Diffstat (limited to 'doc/man/man3/tqwidget.3qt')
-rw-r--r-- | doc/man/man3/tqwidget.3qt | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/doc/man/man3/tqwidget.3qt b/doc/man/man3/tqwidget.3qt index 34ffa8c7e..4d2d3719e 100644 --- a/doc/man/man3/tqwidget.3qt +++ b/doc/man/man3/tqwidget.3qt @@ -870,10 +870,10 @@ Inherited by TQButton, TQFrame, TQDialog, TQComboBox, TQDataBrowser, TQDataView, .BI "virtual void \fBwheelEvent\fR ( QWheelEvent * e )" .br .ti -1c -.BI "virtual void \fBkeyPressEvent\fR ( QKeyEvent * e )" +.BI "virtual void \fBkeyPressEvent\fR ( TQKeyEvent * e )" .br .ti -1c -.BI "virtual void \fBkeyReleaseEvent\fR ( QKeyEvent * e )" +.BI "virtual void \fBkeyReleaseEvent\fR ( TQKeyEvent * e )" .br .ti -1c .BI "virtual void \fBfocusInEvent\fR ( TQFocusEvent * )" @@ -903,13 +903,13 @@ Inherited by TQButton, TQFrame, TQDialog, TQComboBox, TQDataBrowser, TQDataView, .BI "virtual void \fBcontextMenuEvent\fR ( TQContextMenuEvent * e )" .br .ti -1c -.BI "virtual void \fBimStartEvent\fR ( QIMEvent * e )" +.BI "virtual void \fBimStartEvent\fR ( TQIMEvent * e )" .br .ti -1c -.BI "virtual void \fBimComposeEvent\fR ( QIMEvent * e )" +.BI "virtual void \fBimComposeEvent\fR ( TQIMEvent * e )" .br .ti -1c -.BI "virtual void \fBimEndEvent\fR ( QIMEvent * e )" +.BI "virtual void \fBimEndEvent\fR ( TQIMEvent * e )" .br .ti -1c .BI "virtual void \fBtabletEvent\fR ( TQTabletEvent * e )" @@ -1540,24 +1540,24 @@ Returns the widget's icon. See the "icon" property for details. Returns the widget's icon text. See the "iconText" property for details. .SH "void TQWidget::iconify ()\fC [slot]\fR" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. -.SH "void TQWidget::imComposeEvent ( QIMEvent * e )\fC [virtual protected]\fR" +.SH "void TQWidget::imComposeEvent ( TQIMEvent * e )\fC [virtual protected]\fR" This event handler, for event \fIe\fR, 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. .PP -The default implementation calls e->ignore(), which rejects the Input Method event. See the QIMEvent documentation for more details. +The default implementation calls e->ignore(), which rejects the Input Method event. See the TQIMEvent documentation for more details. .PP -See also event() and QIMEvent. -.SH "void TQWidget::imEndEvent ( QIMEvent * e )\fC [virtual protected]\fR" +See also event() and TQIMEvent. +.SH "void TQWidget::imEndEvent ( TQIMEvent * e )\fC [virtual protected]\fR" This event handler, for event \fIe\fR, 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. .PP -The default implementation calls e->ignore(), which rejects the Input Method event. See the QIMEvent documentation for more details. +The default implementation calls e->ignore(), which rejects the Input Method event. See the TQIMEvent documentation for more details. .PP -See also event() and QIMEvent. -.SH "void TQWidget::imStartEvent ( QIMEvent * e )\fC [virtual protected]\fR" +See also event() and TQIMEvent. +.SH "void TQWidget::imStartEvent ( TQIMEvent * e )\fC [virtual protected]\fR" This event handler, for event \fIe\fR, 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. .PP -The default implementation calls e->ignore(), which rejects the Input Method event. See the QIMEvent documentation for more details. +The default implementation calls e->ignore(), which rejects the Input Method event. See the TQIMEvent documentation for more details. .PP -See also event() and QIMEvent. +See also event() and TQIMEvent. .SH "bool TQWidget::isActiveWindow () const" Returns TRUE if this widget is the active window; otherwise returns FALSE. See the "isActiveWindow" property for details. .SH "bool TQWidget::isDesktop () const" @@ -1616,7 +1616,7 @@ See also show(), hide(), and visible. \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .PP This function is deprecated. It is equivalent to isVisible() -.SH "void TQWidget::keyPressEvent ( QKeyEvent * e )\fC [virtual protected]\fR" +.SH "void TQWidget::keyPressEvent ( TQKeyEvent * e )\fC [virtual protected]\fR" This event handler, for event \fIe\fR, can be reimplemented in a subclass to receive key press events for the widget. .PP A widget must call setFocusPolicy() to accept focus initially and have focus in order to receive a key press event. @@ -1625,12 +1625,12 @@ If you reimplement this handler, it is very important that you explicitly ignore .PP The default implementation closes popup widgets if the user presses \fBEsc\fR. Otherwise the event is ignored. .PP -See also keyReleaseEvent(), QKeyEvent::ignore(), focusPolicy, focusInEvent(), focusOutEvent(), event(), and QKeyEvent. +See also keyReleaseEvent(), TQKeyEvent::ignore(), focusPolicy, focusInEvent(), focusOutEvent(), event(), and TQKeyEvent. .PP Example: picture/picture.cpp. .PP Reimplemented in TQLineEdit and TQTextEdit. -.SH "void TQWidget::keyReleaseEvent ( QKeyEvent * e )\fC [virtual protected]\fR" +.SH "void TQWidget::keyReleaseEvent ( TQKeyEvent * e )\fC [virtual protected]\fR" This event handler, for event \fIe\fR, can be reimplemented in a subclass to receive key release events for the widget. .PP A widget must accept focus initially and have focus in order to receive a key release event. @@ -1639,7 +1639,7 @@ If you reimplement this handler, it is very important that you ignore() the rele .PP The default implementation ignores the event. .PP -See also keyPressEvent(), QKeyEvent::ignore(), focusPolicy, focusInEvent(), focusOutEvent(), event(), and QKeyEvent. +See also keyPressEvent(), TQKeyEvent::ignore(), focusPolicy, focusInEvent(), focusOutEvent(), event(), and TQKeyEvent. .SH "TQWidget * TQWidget::keyboardGrabber ()\fC [static]\fR" Returns the widget that is currently grabbing the keyboard input. .PP @@ -2016,7 +2016,7 @@ Disables widget input events if \fIdisable\fR is TRUE; otherwise enables input e .PP See the enabled documentation for more information. .PP -See also isEnabledTo(), QKeyEvent, QMouseEvent, and enabledChange(). +See also isEnabledTo(), TQKeyEvent, QMouseEvent, and enabledChange(). .SH "void TQWidget::setEnabled ( bool )\fC [virtual slot]\fR" Sets whether the widget is enabled. See the "enabled" property for details. .SH "void TQWidget::setEraseColor ( const TQColor & color )\fC [virtual]\fR" @@ -2103,7 +2103,7 @@ Enables key event compression, if \fIcompress\fR is TRUE, and disables it if \fI .PP Key compression is off by default (except for TQLineEdit and TQTextEdit), so widgets receive one key press event for each key press (or more, since autorepeat is usually on). If you turn it on 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. .PP -For example, a word processor widget might receive 2, 3 or more characters in each QKeyEvent::text(), if the layout recalculation takes too long for the CPU. +For example, a word processor widget might receive 2, 3 or more characters in each TQKeyEvent::text(), if the layout recalculation takes too long for the CPU. .PP If a widget supports multiple character unicode input, it is always safe to turn the compression on. .PP @@ -2111,7 +2111,7 @@ Qt performs key event compression only for printable characters. Modifier keys, .PP Not all platforms support this compression, in which case turning it on will have no effect. .PP -See also QKeyEvent::text(). +See also TQKeyEvent::text(). .SH "void TQWidget::setMask ( const TQBitmap & bitmap )\fC [virtual]\fR" Causes only the pixels of the widget for which \fIbitmap\fR has a corresponding 1 bit to be visible. Use TQt::color0 to draw transparent regions and TQt::color1 to draw opaque regions of the bitmap. .PP @@ -2662,7 +2662,7 @@ Some widgets display themselves differently when they are disabled. For example .PP Disabling a widget implicitly disables all its children. Enabling respectively enables all child widgets unless they have been explicitly disabled. .PP -See also enabled, isEnabledTo(), QKeyEvent, QMouseEvent, and enabledChange(). +See also enabled, isEnabledTo(), TQKeyEvent, QMouseEvent, and enabledChange(). .PP Set this property's value with setEnabled() and get this property's value with isEnabled(). .SH "bool focus" |