diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/tqdragobject.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt-1e9fa8e0.tar.gz tqt-1e9fa8e0.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqdragobject.html')
-rw-r--r-- | doc/html/tqdragobject.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqdragobject.html b/doc/html/tqdragobject.html index 9735408b2..7ce43f9dc 100644 --- a/doc/html/tqdragobject.html +++ b/doc/html/tqdragobject.html @@ -164,15 +164,15 @@ Starts a drag operation using the contents of this object, using <a href="#drag">drag</a>(). <p> <p>See also <a href="#drag">drag</a>(), <a href="#dragCopy">dragCopy</a>(), and <a href="#dragLink">dragLink</a>(). -<h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> <a name="pixmap"></a>TQDragObject::pixmap () const +<h3 class=fn><a href="tqpixmap.html">TQPixmap</a> <a name="pixmap"></a>TQDragObject::pixmap () const </h3> -Returns the currently set pixmap (which <a href="ntqpixmap.html#isNull">isNull()</a> if none is set). +Returns the currently set pixmap (which <a href="tqpixmap.html#isNull">isNull()</a> if none is set). -<h3 class=fn><a href="ntqpoint.html">TQPoint</a> <a name="pixmapHotSpot"></a>TQDragObject::pixmapHotSpot () const +<h3 class=fn><a href="tqpoint.html">TQPoint</a> <a name="pixmapHotSpot"></a>TQDragObject::pixmapHotSpot () const </h3> Returns the currently set pixmap hotspot. -<h3 class=fn>void <a name="setPixmap"></a>TQDragObject::setPixmap ( <a href="ntqpixmap.html">TQPixmap</a> pm, const <a href="ntqpoint.html">TQPoint</a> & hotspot )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setPixmap"></a>TQDragObject::setPixmap ( <a href="tqpixmap.html">TQPixmap</a> pm, const <a href="tqpoint.html">TQPoint</a> & hotspot )<tt> [virtual]</tt> </h3> Set the pixmap <em>pm</em> to display while dragging the object. The platform-specific implementation will use this where it can - so @@ -188,7 +188,7 @@ graphics acceleration in the display settings down one tick solved the problems in all cases. <p>Example: <a href="fileiconview-example.html#x815">fileiconview/tqfileiconview.cpp</a>. -<h3 class=fn>void <a name="setPixmap-2"></a>TQDragObject::setPixmap ( <a href="ntqpixmap.html">TQPixmap</a> pm )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setPixmap-2"></a>TQDragObject::setPixmap ( <a href="tqpixmap.html">TQPixmap</a> pm )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Uses a hotspot that positions the pixmap below and to the right of |