diff options
Diffstat (limited to 'doc/html/tqwidget.html')
-rw-r--r-- | doc/html/tqwidget.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html index 363f3b238..ef72e7b5e 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="tqbutton.html">TQButton</a>, <a href="tqframe.html">TQFrame</a>, <a href="tqdialog.html">TQDialog</a>, <a href="tqcombobox.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="tqdial.html">TQDial</a>, <a href="ntqdockarea.html">TQDockArea</a>, <a href="tqglwidget.html">TQGLWidget</a>, <a href="tqheader.html">TQHeader</a>, <a href="tqmainwindow.html">TQMainWindow</a>, <a href="tqmotifwidget.html">TQMotifWidget</a>, <a href="qnpwidget.html">TQNPWidget</a>, <a href="tqscrollbar.html">TQScrollBar</a>, <a href="tqsizegrip.html">TQSizeGrip</a>, <a href="tqslider.html">TQSlider</a>, <a href="tqspinbox.html">TQSpinBox</a>, <a href="ntqsplashscreen.html">TQSplashScreen</a>, <a href="tqstatusbar.html">TQStatusBar</a>, <a href="tqtabbar.html">TQTabBar</a>, <a href="tqtabwidget.html">TQTabWidget</a>, <a href="tqworkspace.html">TQWorkspace</a>, and <a href="qxtwidget.html">TQXtWidget</a>. +-<p>Inherited by <a href="tqbutton.html">TQButton</a>, <a href="tqframe.html">TQFrame</a>, <a href="tqdialog.html">TQDialog</a>, <a href="tqcombobox.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="tqdial.html">TQDial</a>, <a href="tqdockarea.html">TQDockArea</a>, <a href="tqglwidget.html">TQGLWidget</a>, <a href="tqheader.html">TQHeader</a>, <a href="tqmainwindow.html">TQMainWindow</a>, <a href="tqmotifwidget.html">TQMotifWidget</a>, <a href="qnpwidget.html">TQNPWidget</a>, <a href="tqscrollbar.html">TQScrollBar</a>, <a href="tqsizegrip.html">TQSizeGrip</a>, <a href="tqslider.html">TQSlider</a>, <a href="tqspinbox.html">TQSpinBox</a>, <a href="ntqsplashscreen.html">TQSplashScreen</a>, <a href="tqstatusbar.html">TQStatusBar</a>, <a href="tqtabbar.html">TQTabBar</a>, <a href="tqtabwidget.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> @@ -1047,7 +1047,7 @@ Returns a pointer to the widget with window identifer/handle <em>id</em>. system, see <a href="qwindowdefs-h.html">ntqwindowdefs.h</a> for the actual definition. If there is no widget with this identifier, 0 is returned. -<h3 class=fn><a href="ntqfocusdata.html">TQFocusData</a> * <a name="focusData"></a>TQWidget::focusData ()<tt> [protected]</tt> +<h3 class=fn><a href="tqfocusdata.html">TQFocusData</a> * <a name="focusData"></a>TQWidget::focusData ()<tt> [protected]</tt> </h3> Returns the focus data for this widget's top-level widget. <p> Focus data always belongs to the top-level widget. The focus data @@ -1057,7 +1057,7 @@ focus widget (<a href="#focusWidget">focusWidget</a>() returns a pointer to this <p> This information is useful for implementing advanced versions of <a href="#focusNextPrevChild">focusNextPrevChild</a>(). -<h3 class=fn>void <a name="focusInEvent"></a>TQWidget::focusInEvent ( <a href="qfocusevent.html">TQFocusEvent</a> * )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="focusInEvent"></a>TQWidget::focusInEvent ( <a href="tqfocusevent.html">TQFocusEvent</a> * )<tt> [virtual protected]</tt> </h3> This event handler can be reimplemented in a subclass to receive <a href="focus.html#keyboard-focus">keyboard focus</a> events (focus received) for the widget. @@ -1069,7 +1069,7 @@ those that do not normally accept focus.) widgets that do not specify a <a href="#focusPolicy">focusPolicy</a>() ). It also calls <a href="#setMicroFocusHint">setMicroFocusHint</a>(), hinting any system-specific input tools about the focus of the user's attention. -<p> <p>See also <a href="#focusOutEvent">focusOutEvent</a>(), <a href="#focusPolicy-prop">focusPolicy</a>, <a href="#keyPressEvent">keyPressEvent</a>(), <a href="#keyReleaseEvent">keyReleaseEvent</a>(), <a href="#event">event</a>(), and <a href="qfocusevent.html">TQFocusEvent</a>. +<p> <p>See also <a href="#focusOutEvent">focusOutEvent</a>(), <a href="#focusPolicy-prop">focusPolicy</a>, <a href="#keyPressEvent">keyPressEvent</a>(), <a href="#keyReleaseEvent">keyReleaseEvent</a>(), <a href="#event">event</a>(), and <a href="tqfocusevent.html">TQFocusEvent</a>. <h3 class=fn>bool <a name="focusNextPrevChild"></a>TQWidget::focusNextPrevChild ( bool next )<tt> [virtual protected]</tt> </h3> @@ -1094,7 +1094,7 @@ need to override <a href="#focusNextPrevChild">TQScrollView::focusNextPrevChild< top-level widgets' focusNextPrevChild() functions. <p> <p>See also <a href="#focusData">focusData</a>(). -<h3 class=fn>void <a name="focusOutEvent"></a>TQWidget::focusOutEvent ( <a href="qfocusevent.html">TQFocusEvent</a> * )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="focusOutEvent"></a>TQWidget::focusOutEvent ( <a href="tqfocusevent.html">TQFocusEvent</a> * )<tt> [virtual protected]</tt> </h3> This event handler can be reimplemented in a subclass to receive <a href="focus.html#keyboard-focus">keyboard focus</a> events (focus lost) for the widget. @@ -1106,7 +1106,7 @@ those that do not normally accept focus.) widgets that do not specify a <a href="#focusPolicy">focusPolicy</a>() ). It also calls <a href="#setMicroFocusHint">setMicroFocusHint</a>(), hinting any system-specific input tools about the focus of the user's attention. -<p> <p>See also <a href="#focusInEvent">focusInEvent</a>(), <a href="#focusPolicy-prop">focusPolicy</a>, <a href="#keyPressEvent">keyPressEvent</a>(), <a href="#keyReleaseEvent">keyReleaseEvent</a>(), <a href="#event">event</a>(), and <a href="qfocusevent.html">TQFocusEvent</a>. +<p> <p>See also <a href="#focusInEvent">focusInEvent</a>(), <a href="#focusPolicy-prop">focusPolicy</a>, <a href="#keyPressEvent">keyPressEvent</a>(), <a href="#keyReleaseEvent">keyReleaseEvent</a>(), <a href="#event">event</a>(), and <a href="tqfocusevent.html">TQFocusEvent</a>. <p>Example: <a href="qmag-example.html#x1796">qmag/qmag.cpp</a>. <h3 class=fn><a href="tqwidget.html#FocusPolicy-enum">FocusPolicy</a> <a name="focusPolicy"></a>TQWidget::focusPolicy () const @@ -1244,13 +1244,13 @@ do something after a widget is hidden, use <a href="#hideEvent">hideEvent</a>() -<p>Examples: <a href="mdi-example.html#x2079">mdi/application.cpp</a>, <a href="popup-example.html#x1619">popup/popup.cpp</a>, <a href="progress-example.html#x89">progress/progress.cpp</a>, <a href="scrollview-example.html#x658">scrollview/scrollview.cpp</a> and <a href="xform-example.html#x1267">xform/xform.cpp</a>. <p>Reimplemented in <a href="tqmenubar.html#hide">TQMenuBar</a>. -<h3 class=fn>void <a name="hideEvent"></a>TQWidget::hideEvent ( <a href="qhideevent.html">TQHideEvent</a> * )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="hideEvent"></a>TQWidget::hideEvent ( <a href="tqhideevent.html">TQHideEvent</a> * )<tt> [virtual protected]</tt> </h3> This event handler can be reimplemented in a subclass to receive widget hide events. <p> Hide events are sent to widgets immediately after they have been hidden. -<p> <p>See also <a href="#event">event</a>() and <a href="qhideevent.html">TQHideEvent</a>. +<p> <p>See also <a href="#event">event</a>() and <a href="tqhideevent.html">TQHideEvent</a>. <p>Reimplemented in <a href="tqscrollbar.html#hideEvent">TQScrollBar</a>. <h3 class=fn>const <a href="tqpixmap.html">TQPixmap</a> * <a name="icon"></a>TQWidget::icon () const |