diff options
Diffstat (limited to 'doc/html/ntqclipboard.html')
-rw-r--r-- | doc/html/ntqclipboard.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/ntqclipboard.html b/doc/html/ntqclipboard.html index c8f1e6c81..9e91d9e04 100644 --- a/doc/html/ntqclipboard.html +++ b/doc/html/ntqclipboard.html @@ -203,7 +203,7 @@ TQClipboard::Clipboard. <p> This signal is emitted when the clipboard data is changed. -<h3 class=fn><a href="ntqimage.html">TQImage</a> <a name="image"></a>TQClipboard::image ( <a href="ntqclipboard.html#Mode-enum">Mode</a> mode ) const +<h3 class=fn><a href="tqimage.html">TQImage</a> <a name="image"></a>TQClipboard::image ( <a href="ntqclipboard.html#Mode-enum">Mode</a> mode ) const </h3> Returns the clipboard image, or returns a null image if the clipboard does not contain an image or if it contains an image in @@ -213,9 +213,9 @@ clipboard is used. If <em>mode</em> is TQClipboard::Clipboard, the image is retrieved from the global clipboard. If <em>mode</em> is TQClipboard::Selection, the image is retrieved from the global mouse selection. -<p> <p>See also <a href="#setImage">setImage</a>(), <a href="#pixmap">pixmap</a>(), <a href="#data">data</a>(), and <a href="ntqimage.html#isNull">TQImage::isNull</a>(). +<p> <p>See also <a href="#setImage">setImage</a>(), <a href="#pixmap">pixmap</a>(), <a href="#data">data</a>(), and <a href="tqimage.html#isNull">TQImage::isNull</a>(). -<h3 class=fn><a href="ntqimage.html">TQImage</a> <a name="image-2"></a>TQClipboard::image () const +<h3 class=fn><a href="tqimage.html">TQImage</a> <a name="image-2"></a>TQClipboard::image () const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This function uses the <a href="#image">TQClipboard::image</a>() function which takes @@ -303,7 +303,7 @@ If selectionModeEnabled() returns TRUE, the mode argument is TQClipboard::Selection, otherwise the mode argument is TQClipboard::Clipboard. -<h3 class=fn>void <a name="setImage"></a>TQClipboard::setImage ( const <a href="ntqimage.html">TQImage</a> & image, <a href="ntqclipboard.html#Mode-enum">Mode</a> mode ) +<h3 class=fn>void <a name="setImage"></a>TQClipboard::setImage ( const <a href="tqimage.html">TQImage</a> & image, <a href="ntqclipboard.html#Mode-enum">Mode</a> mode ) </h3> Copies <em>image</em> into the clipboard. <p> The <em>mode</em> argument is used to control which part of the system @@ -313,12 +313,12 @@ TQClipboard::Selection, the data is stored in the global mouse selection. <p> This is shorthand for: <pre> - <a href="#setData">setData</a>( new <a href="qimagedrag.html">TQImageDrag</a>(image), mode ) + <a href="#setData">setData</a>( new <a href="tqimagedrag.html">TQImageDrag</a>(image), mode ) </pre> <p> <p>See also <a href="#image">image</a>(), <a href="#setPixmap">setPixmap</a>(), and <a href="#setData">setData</a>(). -<h3 class=fn>void <a name="setImage-2"></a>TQClipboard::setImage ( const <a href="ntqimage.html">TQImage</a> & image ) +<h3 class=fn>void <a name="setImage-2"></a>TQClipboard::setImage ( const <a href="tqimage.html">TQImage</a> & image ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This function uses the <a href="#setImage">TQClipboard::setImage</a>() function which takes @@ -332,7 +332,7 @@ TQClipboard::Clipboard. </h3> Copies <em>pixmap</em> into the clipboard. Note that this is slower than <a href="#setImage">setImage</a>() because it needs to convert the <a href="ntqpixmap.html">TQPixmap</a> to a -<a href="ntqimage.html">TQImage</a> first. +<a href="tqimage.html">TQImage</a> first. <p> The <em>mode</em> argument is used to control which part of the system clipboard is used. If <em>mode</em> is TQClipboard::Clipboard, the pixmap is stored in the global clipboard. If <em>mode</em> is |