summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqcursor.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
commit87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch)
tree2d674f204c5205ca577a782e1b50583afd563972 /doc/html/ntqcursor.html
parent628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff)
downloadtqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz
tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqcursor.html')
-rw-r--r--doc/html/ntqcursor.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqcursor.html b/doc/html/ntqcursor.html
index e696c3880..7d8279c8c 100644
--- a/doc/html/ntqcursor.html
+++ b/doc/html/ntqcursor.html
@@ -79,7 +79,7 @@ shape.
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.
+custom cursor shapes based on a <a href="tqbitmap.html">TQBitmap</a>, a mask and a hotspot.
<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>().
@@ -134,7 +134,7 @@ Constructs a cursor with the specified <em>shape</em>.
<p> See <a href="ntqt.html#CursorShape-enum">CursorShape</a> for a list of shapes.
<p> <p>See also <a href="#setShape">setShape</a>().
-<h3 class=fn><a name="TQCursor-3"></a>TQCursor::TQCursor ( const&nbsp;<a href="ntqbitmap.html">TQBitmap</a>&nbsp;&amp;&nbsp;bitmap, const&nbsp;<a href="ntqbitmap.html">TQBitmap</a>&nbsp;&amp;&nbsp;mask, int&nbsp;hotX = -1, int&nbsp;hotY = -1 )
+<h3 class=fn><a name="TQCursor-3"></a>TQCursor::TQCursor ( const&nbsp;<a href="tqbitmap.html">TQBitmap</a>&nbsp;&amp;&nbsp;bitmap, const&nbsp;<a href="tqbitmap.html">TQBitmap</a>&nbsp;&amp;&nbsp;mask, int&nbsp;hotX = -1, int&nbsp;hotY = -1 )
</h3>
Constructs a custom bitmap cursor.
<p> <em>bitmap</em> and
@@ -156,7 +156,7 @@ 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="ntqbitmap.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="ntqpixmap.html#setMask">TQBitmap::setMask</a>().
<h3 class=fn><a name="TQCursor-4"></a>TQCursor::TQCursor ( const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pixmap, int&nbsp;hotX = -1, int&nbsp;hotY = -1 )
</h3>
@@ -189,7 +189,7 @@ do something non-portable. Be careful.
</h3>
Destroys the cursor.
-<h3 class=fn>const&nbsp;<a href="ntqbitmap.html">TQBitmap</a>&nbsp;* <a name="bitmap"></a>TQCursor::bitmap () const
+<h3 class=fn>const&nbsp;<a href="tqbitmap.html">TQBitmap</a>&nbsp;* <a name="bitmap"></a>TQCursor::bitmap () const
</h3>
Returns the cursor bitmap, or 0 if it is one of the standard
cursors.
@@ -218,7 +218,7 @@ Internal function that initializes the predefined cursors.
This function is called from the <a href="ntqapplication.html">TQApplication</a> constructor.
<p> <p>See also <a href="#cleanup">cleanup</a>().
-<h3 class=fn>const&nbsp;<a href="ntqbitmap.html">TQBitmap</a>&nbsp;* <a name="mask"></a>TQCursor::mask () const
+<h3 class=fn>const&nbsp;<a href="tqbitmap.html">TQBitmap</a>&nbsp;* <a name="mask"></a>TQCursor::mask () const
</h3>
Returns the cursor bitmap mask, or 0 if it is one of the standard
cursors.