diff options
Diffstat (limited to 'doc/html/tqwidget.html')
-rw-r--r-- | doc/html/tqwidget.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html index 1063a49d2..3623121ea 100644 --- a/doc/html/tqwidget.html +++ b/doc/html/tqwidget.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="tqwidget-h.html">tqwidget.h</a>></tt> <p>Inherits <a href="tqobject.html">TQObject</a> and <a href="tqpaintdevice.html">TQPaintDevice</a>. --<p>Inherited by <a href="ntqbutton.html">TQButton</a>, <a href="ntqframe.html">TQFrame</a>, <a href="ntqdialog.html">TQDialog</a>, <a href="ntqcombobox.html">TQComboBox</a>, <a href="tqdatabrowser.html">TQDataBrowser</a>, <a href="tqdataview.html">TQDataView</a>, <a href="tqdatetimeeditbase.html">TQDateTimeEditBase</a>, <a href="tqdatetimeedit.html">TQDateTimeEdit</a>, <a href="ntqdesktopwidget.html">TQDesktopWidget</a>, <a href="ntqdial.html">TQDial</a>, <a href="ntqdockarea.html">TQDockArea</a>, <a href="tqglwidget.html">TQGLWidget</a>, <a href="ntqheader.html">TQHeader</a>, <a href="tqmainwindow.html">TQMainWindow</a>, <a href="qmotifwidget.html">TQMotifWidget</a>, <a href="qnpwidget.html">TQNPWidget</a>, <a href="ntqscrollbar.html">TQScrollBar</a>, <a href="tqsizegrip.html">TQSizeGrip</a>, <a href="ntqslider.html">TQSlider</a>, <a href="ntqspinbox.html">TQSpinBox</a>, <a href="ntqsplashscreen.html">TQSplashScreen</a>, <a href="tqstatusbar.html">TQStatusBar</a>, <a href="ntqtabbar.html">TQTabBar</a>, <a href="ntqtabwidget.html">TQTabWidget</a>, <a href="tqworkspace.html">TQWorkspace</a>, and <a href="qxtwidget.html">TQXtWidget</a>. +-<p>Inherited by <a href="ntqbutton.html">TQButton</a>, <a href="ntqframe.html">TQFrame</a>, <a href="ntqdialog.html">TQDialog</a>, <a href="ntqcombobox.html">TQComboBox</a>, <a href="tqdatabrowser.html">TQDataBrowser</a>, <a href="tqdataview.html">TQDataView</a>, <a href="tqdatetimeeditbase.html">TQDateTimeEditBase</a>, <a href="tqdatetimeedit.html">TQDateTimeEdit</a>, <a href="tqdesktopwidget.html">TQDesktopWidget</a>, <a href="ntqdial.html">TQDial</a>, <a href="ntqdockarea.html">TQDockArea</a>, <a href="tqglwidget.html">TQGLWidget</a>, <a href="ntqheader.html">TQHeader</a>, <a href="tqmainwindow.html">TQMainWindow</a>, <a href="qmotifwidget.html">TQMotifWidget</a>, <a href="qnpwidget.html">TQNPWidget</a>, <a href="ntqscrollbar.html">TQScrollBar</a>, <a href="tqsizegrip.html">TQSizeGrip</a>, <a href="ntqslider.html">TQSlider</a>, <a href="ntqspinbox.html">TQSpinBox</a>, <a href="ntqsplashscreen.html">TQSplashScreen</a>, <a href="tqstatusbar.html">TQStatusBar</a>, <a href="ntqtabbar.html">TQTabBar</a>, <a href="ntqtabwidget.html">TQTabWidget</a>, <a href="tqworkspace.html">TQWorkspace</a>, and <a href="qxtwidget.html">TQXtWidget</a>. <p><a href="tqwidget-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -663,7 +663,7 @@ parent. <a href="#close">close</a>() is called). <p> </ul> <p> There are also some rather obscure events. They are listed in -<a href="qevent-h.html">ntqevent.h</a> and you need to reimplement <a href="#event">event</a>() to handle them. +<a href="tqevent-h.html">tqevent.h</a> and you need to reimplement <a href="#event">event</a>() 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. @@ -681,7 +681,7 @@ indicates a "good" size for the widget. <p> <li> If your widget is a top-level window, <a href="#setCaption">setCaption</a>() and <a href="#setIcon">setIcon</a>() set the title bar and icon respectively. <p> </ul> -<p> <p>See also <a href="ntqevent.html">TQEvent</a>, <a href="tqpainter.html">TQPainter</a>, <a href="qgridlayout.html">TQGridLayout</a>, <a href="qboxlayout.html">TQBoxLayout</a>, and <a href="abstractwidgets.html">Abstract Widget Classes</a>. +<p> <p>See also <a href="tqevent.html">TQEvent</a>, <a href="tqpainter.html">TQPainter</a>, <a href="qgridlayout.html">TQGridLayout</a>, <a href="qboxlayout.html">TQBoxLayout</a>, and <a href="abstractwidgets.html">Abstract Widget Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="BackgroundOrigin-enum"></a>TQWidget::BackgroundOrigin</h3> @@ -977,7 +977,7 @@ update the widget using <a href="#update">update</a>(). widget. <p> <p>See also <a href="#enabled-prop">enabled</a>, <a href="#enabled-prop">enabled</a>, <a href="#repaint">repaint</a>(), <a href="#update">update</a>(), and <a href="#clipRegion">clipRegion</a>(). -<h3 class=fn>void <a name="enterEvent"></a>TQWidget::enterEvent ( <a href="ntqevent.html">TQEvent</a> * )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="enterEvent"></a>TQWidget::enterEvent ( <a href="tqevent.html">TQEvent</a> * )<tt> [virtual protected]</tt> </h3> This event handler can be reimplemented in a subclass to receive widget enter events. @@ -1022,7 +1022,7 @@ This is an overloaded member function, provided for convenience. It behaves esse Returns the widget's erase pixmap. <p> <p>See also <a href="#setErasePixmap">setErasePixmap</a>() and <a href="#eraseColor">eraseColor</a>(). -<h3 class=fn>bool <a name="event"></a>TQWidget::event ( <a href="ntqevent.html">TQEvent</a> * e )<tt> [virtual protected]</tt> +<h3 class=fn>bool <a name="event"></a>TQWidget::event ( <a href="tqevent.html">TQEvent</a> * e )<tt> [virtual protected]</tt> </h3> This is the main event handler; it handles event <em>e</em>. You can reimplement this function in a subclass, but we recommend using @@ -1424,7 +1424,7 @@ widget's children. <p> <p>See also <a href="#sizePolicy-prop">sizePolicy</a>. <p>Examples: <a href="tutorial2-09.html#x2647">chart/optionsform.cpp</a> and <a href="simple-font-demo-example.html#x2858">fonts/simple-tqfont-demo/viewer.cpp</a>. -<h3 class=fn>void <a name="leaveEvent"></a>TQWidget::leaveEvent ( <a href="ntqevent.html">TQEvent</a> * )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="leaveEvent"></a>TQWidget::leaveEvent ( <a href="tqevent.html">TQEvent</a> * )<tt> [virtual protected]</tt> </h3> This event handler can be reimplemented in a subclass to receive widget leave events. @@ -3144,7 +3144,7 @@ sizeHint(). <p>This property holds whether the widget is under the mouse cursor. <p>This value is not updated properly during drag and drop operations. -<p> <p>See also <a href="ntqevent.html#Type-enum">TQEvent::Enter</a> and <a href="ntqevent.html#Type-enum">TQEvent::Leave</a>. +<p> <p>See also <a href="tqevent.html#Type-enum">TQEvent::Enter</a> and <a href="tqevent.html#Type-enum">TQEvent::Leave</a>. <p>Get this property's value with <a href="#hasMouse">hasMouse</a>(). <h3 class=fn>bool <a name="updatesEnabled-prop"></a>updatesEnabled</h3> |