diff options
Diffstat (limited to 'doc/man/man3/tqwidget.3qt')
-rw-r--r-- | doc/man/man3/tqwidget.3qt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/man/man3/tqwidget.3qt b/doc/man/man3/tqwidget.3qt index 3d4822f35..9eb3ada21 100644 --- a/doc/man/man3/tqwidget.3qt +++ b/doc/man/man3/tqwidget.3qt @@ -13,7 +13,7 @@ TQWidget \- The base class of all user interface objects .PP Inherits TQObject and TQPaintDevice. .PP -Inherited by QButton, QFrame, QDialog, QComboBox, TQDataBrowser, TQDataView, TQDateTimeEditBase, TQDateTimeEdit, QDesktopWidget, QDial, QDockArea, TQGLWidget, QHeader, TQMainWindow, QMotifWidget, QNPWidget, QScrollBar, TQSizeGrip, QSlider, QSpinBox, QSplashScreen, TQStatusBar, QTabBar, QTabWidget, TQWorkspace, and QXtWidget. +Inherited by QButton, QFrame, QDialog, QComboBox, TQDataBrowser, TQDataView, TQDateTimeEditBase, TQDateTimeEdit, TQDesktopWidget, QDial, QDockArea, TQGLWidget, QHeader, TQMainWindow, QMotifWidget, QNPWidget, QScrollBar, TQSizeGrip, QSlider, QSpinBox, QSplashScreen, TQStatusBar, QTabBar, QTabWidget, TQWorkspace, and QXtWidget. .PP .SS "Public Members" .in +1c @@ -852,7 +852,7 @@ Inherited by QButton, QFrame, QDialog, QComboBox, TQDataBrowser, TQDataView, TQD .SS "Protected Members" .in +1c .ti -1c -.BI "virtual bool \fBevent\fR ( QEvent * e )" +.BI "virtual bool \fBevent\fR ( TQEvent * e )" .br .ti -1c .BI "virtual void \fBmousePressEvent\fR ( QMouseEvent * e )" @@ -882,10 +882,10 @@ Inherited by QButton, QFrame, QDialog, QComboBox, TQDataBrowser, TQDataView, TQD .BI "virtual void \fBfocusOutEvent\fR ( QFocusEvent * )" .br .ti -1c -.BI "virtual void \fBenterEvent\fR ( QEvent * )" +.BI "virtual void \fBenterEvent\fR ( TQEvent * )" .br .ti -1c -.BI "virtual void \fBleaveEvent\fR ( QEvent * )" +.BI "virtual void \fBleaveEvent\fR ( TQEvent * )" .br .ti -1c .BI "virtual void \fBpaintEvent\fR ( TQPaintEvent * )" @@ -1087,7 +1087,7 @@ moveEvent() - called when the widget has been moved relative to its parent. closeEvent() - called when the user closes the widget (or when close() is called). .IP .PP -There are also some rather obscure events. They are listed in ntqevent.h and you need to reimplement event() to handle them. The default implementation of event() handles Tab and Shift+Tab (to move the keyboard focus), and passes on most other events to one of the more specialized handlers above. +There are also some rather obscure events. They are listed in tqevent.h and you need to reimplement event() to handle them. The default implementation of event() handles Tab and Shift+Tab (to move the keyboard focus), and passes on most other events to one of the more specialized handlers above. .PP When implementing a widget, there are a few more things to consider. .IP @@ -1101,7 +1101,7 @@ It is almost always useful to reimplement sizeHint() and to set the correct size If your widget is a top-level window, setCaption() and setIcon() set the title bar and icon respectively. .IP .PP -See also QEvent, TQPainter, QGridLayout, QBoxLayout, and Abstract Widget Classes. +See also TQEvent, TQPainter, QGridLayout, QBoxLayout, and Abstract Widget Classes. .SS "Member Type Documentation" .SH "TQWidget::BackgroundOrigin" This enum defines the origin used to draw a widget's background pixmap. @@ -1338,7 +1338,7 @@ Reimplement this function if your widget needs to know when it becomes enabled o The default implementation repaints the visible part of the widget. .PP See also enabled, enabled, repaint(), update(), and clipRegion(). -.SH "void TQWidget::enterEvent ( QEvent * )\fC [virtual protected]\fR" +.SH "void TQWidget::enterEvent ( TQEvent * )\fC [virtual protected]\fR" This event handler can be reimplemented in a subclass to receive widget enter events. .PP An event is sent to the widget when the mouse cursor enters the widget. @@ -1374,7 +1374,7 @@ See also setEraseColor(), setErasePixmap(), and backgroundColor(). Returns the widget's erase pixmap. .PP See also setErasePixmap() and eraseColor(). -.SH "bool TQWidget::event ( QEvent * e )\fC [virtual protected]\fR" +.SH "bool TQWidget::event ( TQEvent * e )\fC [virtual protected]\fR" This is the main event handler; it handles event \fIe\fR. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead. .PP The main event handler first passes an event through all event filters that have been installed. If none of the filters intercept the event, it calls one of the specialized event handlers. @@ -1655,7 +1655,7 @@ See also sizePolicy. .PP Examples: .)l chart/optionsform.cpp and fonts/simple-tqfont-demo/viewer.cpp. -.SH "void TQWidget::leaveEvent ( QEvent * )\fC [virtual protected]\fR" +.SH "void TQWidget::leaveEvent ( TQEvent * )\fC [virtual protected]\fR" This event handler can be reimplemented in a subclass to receive widget leave events. .PP A leave event is sent to the widget when the mouse cursor leaves the widget. @@ -3096,7 +3096,7 @@ This property holds whether the widget is under the mouse cursor. .PP This value is not updated properly during drag and drop operations. .PP -See also QEvent::Enter and QEvent::Leave. +See also TQEvent::Enter and TQEvent::Leave. .PP Get this property's value with hasMouse(). .SH "bool updatesEnabled" |