diff options
Diffstat (limited to 'doc/html/ntqcursor.html')
-rw-r--r-- | doc/html/ntqcursor.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqcursor.html b/doc/html/ntqcursor.html index 5f90ed600..e696c3880 100644 --- a/doc/html/ntqcursor.html +++ b/doc/html/ntqcursor.html @@ -80,7 +80,7 @@ associated with particular widgets and to get and set the position of the mouse cursor. <p> TQt has a number of standard cursor shapes, but you can also make custom cursor shapes based on a <a href="ntqbitmap.html">TQBitmap</a>, a mask and a hotspot. -<p> To associate a cursor with a widget, use <a href="ntqwidget.html#setCursor">TQWidget::setCursor</a>(). To +<p> To associate a cursor with a widget, use <a href="tqwidget.html#setCursor">TQWidget::setCursor</a>(). To associate a cursor with all widgets (normally for a short period of time), use <a href="ntqapplication.html#setOverrideCursor">TQApplication::setOverrideCursor</a>(). <p> To set a cursor shape use <a href="#setShape">TQCursor::setShape</a>() or use the TQCursor @@ -92,7 +92,7 @@ constructor which takes a pixmap as arguments. <p> To set or get the position of the mouse cursor use the static methods <a href="#pos">TQCursor::pos</a>() and <a href="#setPos">TQCursor::setPos</a>(). <p> <center><img src="cursors.png" alt="Cursor Shapes"></center> -<p> <p>See also <a href="ntqwidget.html">TQWidget</a>, <a href="guibooks.html#fowler">GUI Design Handbook: +<p> <p>See also <a href="tqwidget.html">TQWidget</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Cursors</a>, <a href="appearance.html">Widget Appearance and Style</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. <p> On X11, TQt supports the <a href="http://www.xfree86.org/4.3.0/Xcursor.3.html">Xcursor</a> @@ -232,18 +232,18 @@ cursor. </h3> Returns the position of the cursor (hot spot) in global screen coordinates. -<p> You can call <a href="ntqwidget.html#mapFromGlobal">TQWidget::mapFromGlobal</a>() to translate it to widget +<p> You can call <a href="tqwidget.html#mapFromGlobal">TQWidget::mapFromGlobal</a>() to translate it to widget coordinates. -<p> <p>See also <a href="#setPos">setPos</a>(), <a href="ntqwidget.html#mapFromGlobal">TQWidget::mapFromGlobal</a>(), and <a href="ntqwidget.html#mapToGlobal">TQWidget::mapToGlobal</a>(). +<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>. <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>, <em>y</em>). -<p> You can call <a href="ntqwidget.html#mapToGlobal">TQWidget::mapToGlobal</a>() to translate widget +<p> You can call <a href="tqwidget.html#mapToGlobal">TQWidget::mapToGlobal</a>() to translate widget coordinates to global screen coordinates. -<p> <p>See also <a href="#pos">pos</a>(), <a href="ntqwidget.html#mapFromGlobal">TQWidget::mapFromGlobal</a>(), and <a href="ntqwidget.html#mapToGlobal">TQWidget::mapToGlobal</a>(). +<p> <p>See also <a href="#pos">pos</a>(), <a href="tqwidget.html#mapFromGlobal">TQWidget::mapFromGlobal</a>(), and <a href="tqwidget.html#mapToGlobal">TQWidget::mapToGlobal</a>(). <h3 class=fn>void <a name="setPos-2"></a>TQCursor::setPos ( const <a href="ntqpoint.html">TQPoint</a> & )<tt> [static]</tt> </h3> |