diff options
Diffstat (limited to 'doc/html/ntqfocusdata.html')
-rw-r--r-- | doc/html/ntqfocusdata.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/ntqfocusdata.html b/doc/html/ntqfocusdata.html index e42f7aeda..43aa615e6 100644 --- a/doc/html/ntqfocusdata.html +++ b/doc/html/ntqfocusdata.html @@ -65,14 +65,14 @@ widgets change focus policy dynamically without disrupting the focus chain the user experiences. When a widget disables and re-enables tab focus, its position in the focus chain does not change. -<p> When reimplementing <a href="ntqwidget.html#focusNextPrevChild">TQWidget::focusNextPrevChild</a>() to provide -special focus flow, you will usually call <a href="ntqwidget.html#focusData">TQWidget::focusData</a>() to +<p> When reimplementing <a href="tqwidget.html#focusNextPrevChild">TQWidget::focusNextPrevChild</a>() to provide +special focus flow, you will usually call <a href="tqwidget.html#focusData">TQWidget::focusData</a>() to retrieve the focus data stored at the top-level widget. A top-level widget's focus data contains the focus list for its hierarchy of widgets. <p> The cursor may change at any time. <p> This class is <em>not</em> thread-safe. -<p> <p>See also <a href="ntqwidget.html#focusNextPrevChild">TQWidget::focusNextPrevChild</a>(), <a href="ntqwidget.html#setTabOrder">TQWidget::setTabOrder</a>(), <a href="ntqwidget.html#focusPolicy-prop">TQWidget::focusPolicy</a>, and <a href="misc.html">Miscellaneous Classes</a>. +<p> <p>See also <a href="tqwidget.html#focusNextPrevChild">TQWidget::focusNextPrevChild</a>(), <a href="tqwidget.html#setTabOrder">TQWidget::setTabOrder</a>(), <a href="tqwidget.html#focusPolicy-prop">TQWidget::focusPolicy</a>, and <a href="misc.html">Miscellaneous Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn>int <a name="count"></a>TQFocusData::count () const @@ -80,32 +80,32 @@ hierarchy of widgets. <p> Returns the number of widgets in the focus chain. -<h3 class=fn><a href="ntqwidget.html">TQWidget</a> * <a name="first"></a>TQFocusData::first () const +<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="first"></a>TQFocusData::first () const </h3> Returns the first widget in the focus chain. The cursor is not modified. -<h3 class=fn><a href="ntqwidget.html">TQWidget</a> * <a name="focusWidget"></a>TQFocusData::focusWidget () const +<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="focusWidget"></a>TQFocusData::focusWidget () const </h3> <p> Returns the widgets in the hierarchy that are in the focus chain. -<h3 class=fn><a href="ntqwidget.html">TQWidget</a> * <a name="home"></a>TQFocusData::home () +<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="home"></a>TQFocusData::home () </h3> Moves the cursor to the <a href="#focusWidget">focusWidget</a>() and returns that widget. You must call this before <a href="#next">next</a>() or <a href="#prev">prev</a>() to iterate meaningfully. -<h3 class=fn><a href="ntqwidget.html">TQWidget</a> * <a name="last"></a>TQFocusData::last () const +<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="last"></a>TQFocusData::last () const </h3> Returns the last widget in the focus chain. The cursor is not modified. -<h3 class=fn><a href="ntqwidget.html">TQWidget</a> * <a name="next"></a>TQFocusData::next () +<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="next"></a>TQFocusData::next () </h3> Moves the cursor to the next widget in the focus chain. There is <em>always</em> a next widget because the list is a loop. -<h3 class=fn><a href="ntqwidget.html">TQWidget</a> * <a name="prev"></a>TQFocusData::prev () +<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="prev"></a>TQFocusData::prev () </h3> Moves the cursor to the previous widget in the focus chain. There is <em>always</em> a previous widget because the list is a loop. |