diff options
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 |