diff options
Diffstat (limited to 'doc/html/tqimagedrag.html')
-rw-r--r-- | doc/html/tqimagedrag.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqimagedrag.html b/doc/html/tqimagedrag.html index bd469a51e..c57588acd 100644 --- a/doc/html/tqimagedrag.html +++ b/doc/html/tqimagedrag.html @@ -79,15 +79,15 @@ resources. <h3 class=fn>bool <a name="canDecode"></a>TQImageDrag::canDecode ( const <a href="tqmimesource.html">TQMimeSource</a> * e )<tt> [static]</tt> </h3> -Returns TRUE if the information in mime source <em>e</em> can be decoded -into an image; otherwise returns FALSE. +Returns true if the information in mime source <em>e</em> can be decoded +into an image; otherwise returns false. <p> <p>See also <a href="#decode">decode</a>(). <p>Example: <a href="desktop-example.html#x1731">desktop/desktop.cpp</a>. <h3 class=fn>bool <a name="decode"></a>TQImageDrag::decode ( const <a href="tqmimesource.html">TQMimeSource</a> * e, <a href="tqimage.html">TQImage</a> & img )<tt> [static]</tt> </h3> Attempts to decode the dropped information in mime source <em>e</em> -into <em>img</em>. Returns TRUE if successful; otherwise returns FALSE. +into <em>img</em>. Returns true if successful; otherwise returns false. <p> <p>See also <a href="#canDecode">canDecode</a>(). <p>Example: <a href="desktop-example.html#x1732">desktop/desktop.cpp</a>. @@ -95,8 +95,8 @@ into <em>img</em>. Returns TRUE if successful; otherwise returns FALSE. </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Attempts to decode the dropped information in mime source <em>e</em> -into pixmap <em>pm</em>. Returns TRUE if successful; otherwise returns -FALSE. +into pixmap <em>pm</em>. Returns true if successful; otherwise returns +false. <p> This is a convenience function that converts to a <a href="tqpixmap.html">TQPixmap</a> via a <a href="tqimage.html">TQImage</a>. <p> <p>See also <a href="#canDecode">canDecode</a>(). |