summaryrefslogtreecommitdiffstats
path: root/doc/html/tqclipboard.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqclipboard.html')
-rw-r--r--doc/html/tqclipboard.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqclipboard.html b/doc/html/tqclipboard.html
index e655eb4ba..55ae6da06 100644
--- a/doc/html/tqclipboard.html
+++ b/doc/html/tqclipboard.html
@@ -235,7 +235,7 @@ otherwise returns FALSE.
Returns TRUE if this clipboard object owns the mouse selection
data; otherwise returns FALSE.
-<h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> <a name="pixmap"></a>TQClipboard::pixmap ( <a href="tqclipboard.html#Mode-enum">Mode</a>&nbsp;mode ) const
+<h3 class=fn><a href="tqpixmap.html">TQPixmap</a> <a name="pixmap"></a>TQClipboard::pixmap ( <a href="tqclipboard.html#Mode-enum">Mode</a>&nbsp;mode ) const
</h3>
Returns the clipboard pixmap, or null if the clipboard does not
contain a pixmap. Note that this can lose information. For
@@ -247,9 +247,9 @@ clipboard is used. If <em>mode</em> is TQClipboard::Clipboard, the
pixmap is retrieved from the global clipboard. If <em>mode</em> is
TQClipboard::Selection, the pixmap is retrieved from the global
mouse selection.
-<p> <p>See also <a href="#setPixmap">setPixmap</a>(), <a href="#image">image</a>(), <a href="#data">data</a>(), and <a href="ntqpixmap.html#convertFromImage">TQPixmap::convertFromImage</a>().
+<p> <p>See also <a href="#setPixmap">setPixmap</a>(), <a href="#image">image</a>(), <a href="#data">data</a>(), and <a href="tqpixmap.html#convertFromImage">TQPixmap::convertFromImage</a>().
-<h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> <a name="pixmap-2"></a>TQClipboard::pixmap () const
+<h3 class=fn><a href="tqpixmap.html">TQPixmap</a> <a name="pixmap-2"></a>TQClipboard::pixmap () 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="#pixmap">TQClipboard::pixmap</a>() function which takes
@@ -328,10 +328,10 @@ If selectionModeEnabled() returns TRUE, the mode argument is
TQClipboard::Selection, otherwise the mode argument is
TQClipboard::Clipboard.
-<h3 class=fn>void <a name="setPixmap"></a>TQClipboard::setPixmap ( const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pixmap, <a href="tqclipboard.html#Mode-enum">Mode</a>&nbsp;mode )
+<h3 class=fn>void <a name="setPixmap"></a>TQClipboard::setPixmap ( const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pixmap, <a href="tqclipboard.html#Mode-enum">Mode</a>&nbsp;mode )
</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
+than <a href="#setImage">setImage</a>() because it needs to convert the <a href="tqpixmap.html">TQPixmap</a> to a
<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
@@ -340,7 +340,7 @@ TQClipboard::Selection, the pixmap is stored in the global
mouse selection.
<p> <p>See also <a href="#pixmap">pixmap</a>(), <a href="#setImage">setImage</a>(), and <a href="#setData">setData</a>().
-<h3 class=fn>void <a name="setPixmap-2"></a>TQClipboard::setPixmap ( const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pixmap )
+<h3 class=fn>void <a name="setPixmap-2"></a>TQClipboard::setPixmap ( const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pixmap )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> This function uses the <a href="#setPixmap">TQClipboard::setPixmap</a>() function which takes