diff options
Diffstat (limited to 'doc/html/ntqcursor.html')
-rw-r--r-- | doc/html/ntqcursor.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqcursor.html b/doc/html/ntqcursor.html index 7d8279c8c..f6bb4946e 100644 --- a/doc/html/ntqcursor.html +++ b/doc/html/ntqcursor.html @@ -236,7 +236,7 @@ coordinates. coordinates. <p> <p>See also <a href="#setPos">setPos</a>(), <a href="tqwidget.html#mapFromGlobal">TQWidget::mapFromGlobal</a>(), and <a href="tqwidget.html#mapToGlobal">TQWidget::mapToGlobal</a>(). -<p>Examples: <a href="tutorial2-06.html#x2579">chart/canvasview.cpp</a>, <a href="fileiconview-example.html#x809">fileiconview/qfileiconview.cpp</a>, and <a href="menu-example.html#x1859">menu/menu.cpp</a>. +<p>Examples: <a href="tutorial2-06.html#x2579">chart/canvasview.cpp</a>, <a href="fileiconview-example.html#x809">fileiconview/tqfileiconview.cpp</a>, and <a href="menu-example.html#x1859">menu/menu.cpp</a>. <h3 class=fn>void <a name="setPos"></a>TQCursor::setPos ( int x, int y )<tt> [static]</tt> </h3> Moves the cursor (hot spot) to the global screen position (<em>x</em>, @@ -262,13 +262,13 @@ the <a href="ntqt.html#CursorShape-enum">CursorShape</a> enum values (cast to an <p> <p>See also <a href="#setShape">setShape</a>(). <hr><h2>Related Functions</h2> -<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="ntqdatastream.html">TQDataStream</a> & s, const <a href="ntqcursor.html">TQCursor</a> & c ) +<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqdatastream.html">TQDataStream</a> & s, const <a href="ntqcursor.html">TQCursor</a> & c ) </h3> Writes the cursor <em>c</em> to the stream <em>s</em>. <p> <p>See also <a href="datastreamformat.html">Format of the TQDataStream operators</a>. -<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="ntqdatastream.html">TQDataStream</a> & s, <a href="ntqcursor.html">TQCursor</a> & c ) +<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="tqdatastream.html">TQDataStream</a> & s, <a href="ntqcursor.html">TQCursor</a> & c ) </h3> Reads a cursor from the stream <em>s</em> and sets <em>c</em> to the read data. |