diff options
Diffstat (limited to 'doc/html/ntqcursor.html')
-rw-r--r-- | doc/html/ntqcursor.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/ntqcursor.html b/doc/html/ntqcursor.html index f6bb4946e..28d073a16 100644 --- a/doc/html/ntqcursor.html +++ b/doc/html/ntqcursor.html @@ -156,13 +156,13 @@ draw 1-pixels in the bitmaps. underlying window system). We recommend using 32x32 cursors, because this size is supported on all platforms. Some platforms also support 16x16, 48x48 and 64x64 cursors. -<p> <p>See also <a href="tqbitmap.html#TQBitmap">TQBitmap::TQBitmap</a>() and <a href="ntqpixmap.html#setMask">TQBitmap::setMask</a>(). +<p> <p>See also <a href="tqbitmap.html#TQBitmap">TQBitmap::TQBitmap</a>() and <a href="tqpixmap.html#setMask">TQBitmap::setMask</a>(). -<h3 class=fn><a name="TQCursor-4"></a>TQCursor::TQCursor ( const <a href="ntqpixmap.html">TQPixmap</a> & pixmap, int hotX = -1, int hotY = -1 ) +<h3 class=fn><a name="TQCursor-4"></a>TQCursor::TQCursor ( const <a href="tqpixmap.html">TQPixmap</a> & pixmap, int hotX = -1, int hotY = -1 ) </h3> Constructs a custom pixmap cursor. <p> <em>pixmap</em> is the image. It is usual to give it a mask (set using -<a href="ntqpixmap.html#setMask">TQPixmap::setMask</a>()). <em>hotX</em> and <em>hotY</em> define the cursor's hot +<a href="tqpixmap.html#setMask">TQPixmap::setMask</a>()). <em>hotX</em> and <em>hotY</em> define the cursor's hot spot. <p> If <em>hotX</em> is negative, it is set to the <tt>pixmap().width()/2</tt>. If <em>hotY</em> is negative, it is set to the <tt>pixmap().height()/2</tt>. @@ -171,7 +171,7 @@ underlying window system). We recommend using 32x32 cursors, because this size is supported on all platforms. Some platforms also support 16x16, 48x48 and 64x64 cursors. <p> Currently, only black-and-white pixmaps can be used. -<p> <p>See also <a href="ntqpixmap.html#TQPixmap">TQPixmap::TQPixmap</a>() and <a href="ntqpixmap.html#setMask">TQPixmap::setMask</a>(). +<p> <p>See also <a href="tqpixmap.html#TQPixmap">TQPixmap::TQPixmap</a>() and <a href="tqpixmap.html#setMask">TQPixmap::setMask</a>(). <h3 class=fn><a name="TQCursor-5"></a>TQCursor::TQCursor ( const <a href="ntqcursor.html">TQCursor</a> & c ) </h3> @@ -207,7 +207,7 @@ Returns the window system cursor handle. Portable in principle, but if you use it you are probably about to do something non-portable. Be careful. -<h3 class=fn><a href="ntqpoint.html">TQPoint</a> <a name="hotSpot"></a>TQCursor::hotSpot () const +<h3 class=fn><a href="tqpoint.html">TQPoint</a> <a name="hotSpot"></a>TQCursor::hotSpot () const </h3> Returns the cursor hot spot, or (0, 0) if it is one of the standard cursors. @@ -228,7 +228,7 @@ cursors. Assigns <em>c</em> to this cursor and returns a reference to this cursor. -<h3 class=fn><a href="ntqpoint.html">TQPoint</a> <a name="pos"></a>TQCursor::pos ()<tt> [static]</tt> +<h3 class=fn><a href="tqpoint.html">TQPoint</a> <a name="pos"></a>TQCursor::pos ()<tt> [static]</tt> </h3> Returns the position of the cursor (hot spot) in global screen coordinates. @@ -245,7 +245,7 @@ Moves the cursor (hot spot) to the global screen position (<em>x</em>, coordinates to global screen coordinates. <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 class=fn>void <a name="setPos-2"></a>TQCursor::setPos ( const <a href="tqpoint.html">TQPoint</a> & )<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> |