Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a6711891ce757817bba854bf3f25205a > files > 418

qtjambi-doc-4.3.3-3mdv2008.1.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_09) on Tue Aug 07 16:58:50 CEST 2007 -->
<TITLE>
QClipboard
</TITLE>

<META NAME="keywords" CONTENT="com.trolltech.qt.gui.QClipboard class">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    parent.document.title="QClipboard";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QCleanlooksStyle.html" title="class in com.trolltech.qt.gui"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html?com/trolltech/qt/gui/QClipboard.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="QClipboard.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
com.trolltech.qt.gui</FONT>
<BR>
Class QClipboard</H2>
<PRE>
java.lang.Object
  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../com/trolltech/qt/QSignalEmitter.html" title="class in com.trolltech.qt">com.trolltech.qt.QSignalEmitter</A>
      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../com/trolltech/qt/QtJambiObject.html" title="class in com.trolltech.qt">com.trolltech.qt.QtJambiObject</A>
          <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../com/trolltech/qt/core/QObject.html" title="class in com.trolltech.qt.core">com.trolltech.qt.core.QObject</A>
              <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.trolltech.qt.gui.QClipboard</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../com/trolltech/qt/QtJambiInterface.html" title="interface in com.trolltech.qt">QtJambiInterface</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public final class <B>QClipboard</B><DT>extends <A HREF="../../../../com/trolltech/qt/core/QObject.html" title="class in com.trolltech.qt.core">QObject</A></DL>
</PRE>

<P>
<p>The <a href="QClipboard.html"><tt>QClipboard</tt></a> class provides access to the window system clipboard.</p>
<p>The clipboard offers a simple mechanism to copy and paste data between applications.</p>
<p><a href="QClipboard.html"><tt>QClipboard</tt></a> supports the same data types that <a href="QDrag.html"><tt>QDrag</tt></a> does, and uses similar mechanisms. For advanced clipboard usage read <a href="%2E%2E/dnd.html">Drag and Drop</tt></a>.</p>
<p>There is a single <a href="QClipboard.html"><tt>QClipboard</tt></a> object in an application, accessible as QApplication::clipboard().</p>
<p>Example:</p>
<pre>    QClipboard *clipboard = QApplication::clipboard();
    QString originalText = clipboard-&gt;text();
    ...
    clipboard-&gt;setText(newText);</pre>
<p><a href="QClipboard.html"><tt>QClipboard</tt></a> features some convenience functions to access common data types: <a href="QClipboard.html#setText(java.lang.String, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setText</tt></a> allows the exchange of Unicode text and <a href="QClipboard.html#setPixmap(com.trolltech.qt.gui.QPixmap, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setPixmap</tt></a> and <a href="QClipboard.html#setImage(com.trolltech.qt.gui.QImage, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setImage</tt></a> allows the exchange of QPixmaps and QImages between applications. The <a href="QClipboard.html#setMimeData(com.trolltech.qt.gui.QMimeData, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setMimeData</tt></a> function is the ultimate in flexibility: it allows you to add any <a href="QMimeData.html"><tt>QMimeData</tt></a> into the clipboard. There are corresponding getters for each of these, e.g&#x2e; <a href="QClipboard.html#text(com.trolltech.qt.gui.QClipboard.Mode)"><tt>text</tt></a>, <a href="QClipboard.html#image(com.trolltech.qt.gui.QClipboard.Mode)"><tt>image</tt></a> and <a href="QClipboard.html#pixmap(com.trolltech.qt.gui.QClipboard.Mode)"><tt>pixmap</tt></a>. You can clear the clipboard by calling <a href="QClipboard.html#clear(com.trolltech.qt.gui.QClipboard.Mode)"><tt>clear</tt></a>.</p>
<a name="notes-for-x11-users"></a>
<h3>Notes for X11 Users</h3>
<ul>
<li>The X11 Window System has the concept of a separate selection and clipboard. When text is selected, it is immediately available as the global mouse selection. The global mouse selection may later be copied to the clipboard. By convention, the middle mouse button is used to paste the global mouse selection.</li>
<li>X11 also has the concept of ownership; if you change the selection within a window, X11 will only notify the owner and the previous owner of the change, i.e&#x2e; it will not notify all applications that the selection or clipboard data changed.</li>
<li>Lastly, the X11 clipboard is event driven, i.e&#x2e; the clipboard will not function properly if the event loop is not running. Similarly, it is recommended that the contents of the clipboard are stored or retrieved in direct response to user-input events, e.g&#x2e; mouse button or key presses and releases. You should not store or retrieve the clipboard contents in response to timer or non-user-input events.</li>
</ul>
<a name="notes-for-mac-os-x-users"></a>
<h3>Notes for Mac OS X Users</h3>
<p>Mac OS X supports a separate find buffer that holds the current search string in Find operations. This find clipboard can be accessed by specifying the <a href="QClipboard.html#Mode-enum"><tt>FindBuffer</tt></a> mode.</p>
<a name="notes-for-windows-and-mac-os-x-users"></a>
<h3>Notes for Windows and Mac OS X Users</h3>
<ul>
<li>Windows and Mac OS X do not support the global mouse selection; they only supports the global clipboard, i.e&#x2e; they only add text to the clipboard when an explicit copy or cut is made.</li>
<li>Windows and Mac OS X does not have the concept of ownership; the clipboard is a fully global resource so all applications are notified of changes.</li>
</ul>
<P>

<P>
<DL>
<DT><B>See Also:</B><DD><a href="QApplication.html"><tt>QApplication</tt></a></DL>
<HR>

<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->

<A NAME="nested_class_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Nested Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui">QClipboard.Mode</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a name="clipboard-mode"></a></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.Text.html" title="class in com.trolltech.qt.gui">QClipboard.Text</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;<A NAME="nested_classes_inherited_from_class_com.trolltech.qt.QSignalEmitter"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Nested classes/interfaces inherited from class com.trolltech.qt.<A HREF="../../../../com/trolltech/qt/QSignalEmitter.html" title="class in com.trolltech.qt">QSignalEmitter</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal0.html" title="class in com.trolltech.qt">QSignalEmitter.Signal0</A>, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal1.html" title="class in com.trolltech.qt">QSignalEmitter.Signal1</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal1.html" title="type parameter in QSignalEmitter.Signal1">A</A>&gt;, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal2.html" title="class in com.trolltech.qt">QSignalEmitter.Signal2</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal2.html" title="type parameter in QSignalEmitter.Signal2">A</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal2.html" title="type parameter in QSignalEmitter.Signal2">B</A>&gt;, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal3.html" title="class in com.trolltech.qt">QSignalEmitter.Signal3</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal3.html" title="type parameter in QSignalEmitter.Signal3">A</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal3.html" title="type parameter in QSignalEmitter.Signal3">B</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal3.html" title="type parameter in QSignalEmitter.Signal3">C</A>&gt;, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal4.html" title="class in com.trolltech.qt">QSignalEmitter.Signal4</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal4.html" title="type parameter in QSignalEmitter.Signal4">A</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal4.html" title="type parameter in QSignalEmitter.Signal4">B</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal4.html" title="type parameter in QSignalEmitter.Signal4">C</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal4.html" title="type parameter in QSignalEmitter.Signal4">D</A>&gt;, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal5.html" title="class in com.trolltech.qt">QSignalEmitter.Signal5</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal5.html" title="type parameter in QSignalEmitter.Signal5">A</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal5.html" title="type parameter in QSignalEmitter.Signal5">B</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal5.html" title="type parameter in QSignalEmitter.Signal5">C</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal5.html" title="type parameter in QSignalEmitter.Signal5">D</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal5.html" title="type parameter in QSignalEmitter.Signal5">E</A>&gt;, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal6.html" title="class in com.trolltech.qt">QSignalEmitter.Signal6</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal6.html" title="type parameter in QSignalEmitter.Signal6">A</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal6.html" title="type parameter in QSignalEmitter.Signal6">B</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal6.html" title="type parameter in QSignalEmitter.Signal6">C</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal6.html" title="type parameter in QSignalEmitter.Signal6">D</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal6.html" title="type parameter in QSignalEmitter.Signal6">E</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal6.html" title="type parameter in QSignalEmitter.Signal6">F</A>&gt;, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal7.html" title="class in com.trolltech.qt">QSignalEmitter.Signal7</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal7.html" title="type parameter in QSignalEmitter.Signal7">A</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal7.html" title="type parameter in QSignalEmitter.Signal7">B</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal7.html" title="type parameter in QSignalEmitter.Signal7">C</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal7.html" title="type parameter in QSignalEmitter.Signal7">D</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal7.html" title="type parameter in QSignalEmitter.Signal7">E</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal7.html" title="type parameter in QSignalEmitter.Signal7">F</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal7.html" title="type parameter in QSignalEmitter.Signal7">G</A>&gt;, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="class in com.trolltech.qt">QSignalEmitter.Signal8</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="type parameter in QSignalEmitter.Signal8">A</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="type parameter in QSignalEmitter.Signal8">B</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="type parameter in QSignalEmitter.Signal8">C</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="type parameter in QSignalEmitter.Signal8">D</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="type parameter in QSignalEmitter.Signal8">E</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="type parameter in QSignalEmitter.Signal8">F</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="type parameter in QSignalEmitter.Signal8">G</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="type parameter in QSignalEmitter.Signal8">H</A>&gt;, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="class in com.trolltech.qt">QSignalEmitter.Signal9</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">A</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">B</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">C</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">D</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">E</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">F</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">G</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">H</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">I</A>&gt;</CODE></TD>
</TR>
</TABLE>
&nbsp;
<!-- =========== FIELD SUMMARY =========== -->

<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal1.html" title="class in com.trolltech.qt">QSignalEmitter.Signal1</A>&lt;<A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui">QClipboard.Mode</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#changed">changed</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This signal is emitted when the data for the given clipboard <tt>mode</tt> is changed.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal0.html" title="class in com.trolltech.qt">QSignalEmitter.Signal0</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#dataChanged">dataChanged</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This signal is emitted when the clipboard data is changed.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal0.html" title="class in com.trolltech.qt">QSignalEmitter.Signal0</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#findBufferChanged">findBufferChanged</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This signal is emitted when the find buffer is changed.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal0.html" title="class in com.trolltech.qt">QSignalEmitter.Signal0</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#selectionChanged">selectionChanged</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This signal is emitted when the selection is changed.</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->

<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#clear()">clear</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Equivalent to <a href="QClipboard.html#clear(com.trolltech.qt.gui.QClipboard.Mode)">clear</tt></a>(Clipboard).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#clear(com.trolltech.qt.gui.QClipboard.Mode)">clear</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui">QClipboard.Mode</A>&nbsp;mode)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Clear the clipboard contents.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QClipboard.html" title="class in com.trolltech.qt.gui">QClipboard</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#fromNativePointer(com.trolltech.qt.QNativePointer)">fromNativePointer</A></B>(<A HREF="../../../../com/trolltech/qt/QNativePointer.html" title="class in com.trolltech.qt">QNativePointer</A>&nbsp;nativePointer)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This function returns the QClipboard instance pointed to by nativePointer</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QImage.html" title="class in com.trolltech.qt.gui">QImage</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#image()">image</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Equivalent to <a href="QClipboard.html#image(com.trolltech.qt.gui.QClipboard.Mode)">image</tt></a>(Clipboard).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QImage.html" title="class in com.trolltech.qt.gui">QImage</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#image(com.trolltech.qt.gui.QClipboard.Mode)">image</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui">QClipboard.Mode</A>&nbsp;mode)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the clipboard image, or returns a null image if the clipboard does not contain an image or if it contains an image in an unsupported image format.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QMimeData.html" title="class in com.trolltech.qt.gui">QMimeData</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#mimeData()">mimeData</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Equivalent to <a href="QClipboard.html#mimeData(com.trolltech.qt.gui.QClipboard.Mode)"><tt>mimeData</tt></a>(Clipboard).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QMimeData.html" title="class in com.trolltech.qt.gui">QMimeData</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#mimeData(com.trolltech.qt.gui.QClipboard.Mode)">mimeData</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui">QClipboard.Mode</A>&nbsp;mode)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a reference to a <a href="QMimeData.html"><tt>QMimeData</tt></a> representation of the current clipboard data.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#ownsClipboard()">ownsClipboard</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if this clipboard object owns the clipboard data; otherwise returns false.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#ownsFindBuffer()">ownsFindBuffer</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if this clipboard object owns the find buffer data; otherwise returns false.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#ownsSelection()">ownsSelection</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if this clipboard object owns the mouse selection data; otherwise returns false.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QPixmap.html" title="class in com.trolltech.qt.gui">QPixmap</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#pixmap()">pixmap</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Equivalent to <a href="QClipboard.html#pixmap(com.trolltech.qt.gui.QClipboard.Mode)">pixmap</tt></a>(Clipboard).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QPixmap.html" title="class in com.trolltech.qt.gui">QPixmap</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#pixmap(com.trolltech.qt.gui.QClipboard.Mode)">pixmap</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui">QClipboard.Mode</A>&nbsp;mode)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the clipboard pixmap, or null if the clipboard does not contain a pixmap.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#setImage(com.trolltech.qt.gui.QImage)">setImage</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QImage.html" title="class in com.trolltech.qt.gui">QImage</A>&nbsp;arg__1)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Equivalent to <a href="QClipboard.html#setImage(com.trolltech.qt.gui.QImage, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setImage</tt></a>(<tt>arg__1</tt>, Clipboard).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#setImage(com.trolltech.qt.gui.QImage, com.trolltech.qt.gui.QClipboard.Mode)">setImage</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QImage.html" title="class in com.trolltech.qt.gui">QImage</A>&nbsp;arg__1,
         <A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui">QClipboard.Mode</A>&nbsp;mode)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copies the <tt>arg__1</tt> into the clipboard.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#setMimeData(com.trolltech.qt.gui.QMimeData)">setMimeData</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QMimeData.html" title="class in com.trolltech.qt.gui">QMimeData</A>&nbsp;data)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Equivalent to <a href="QClipboard.html#setMimeData(com.trolltech.qt.gui.QMimeData, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setMimeData</tt></a>(<tt>data</tt>, Clipboard).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#setMimeData(com.trolltech.qt.gui.QMimeData, com.trolltech.qt.gui.QClipboard.Mode)">setMimeData</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QMimeData.html" title="class in com.trolltech.qt.gui">QMimeData</A>&nbsp;data,
            <A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui">QClipboard.Mode</A>&nbsp;mode)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the clipboard data to <tt>data</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#setPixmap(com.trolltech.qt.gui.QPixmap)">setPixmap</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QPixmap.html" title="class in com.trolltech.qt.gui">QPixmap</A>&nbsp;arg__1)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Equivalent to <a href="QClipboard.html#setPixmap(com.trolltech.qt.gui.QPixmap, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setPixmap</tt></a>(<tt>arg__1</tt>, Clipboard).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#setPixmap(com.trolltech.qt.gui.QPixmap, com.trolltech.qt.gui.QClipboard.Mode)">setPixmap</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QPixmap.html" title="class in com.trolltech.qt.gui">QPixmap</A>&nbsp;arg__1,
          <A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui">QClipboard.Mode</A>&nbsp;mode)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copies <tt>arg__1</tt> into the clipboard.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#setText(java.lang.String)">setText</A></B>(java.lang.String&nbsp;arg__1)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Equivalent to <a href="QClipboard.html#setText(java.lang.String, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setText</tt></a>(<tt>arg__1</tt>, Clipboard).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#setText(java.lang.String, com.trolltech.qt.gui.QClipboard.Mode)">setText</A></B>(java.lang.String&nbsp;arg__1,
        <A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui">QClipboard.Mode</A>&nbsp;mode)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copies <tt>arg__1</tt> into the clipboard as plain text.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#supportsFindBuffer()">supportsFindBuffer</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the clipboard supports a separate search buffer; otherwise returns false.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#supportsSelection()">supportsSelection</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the clipboard supports mouse selection; otherwise returns false.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#text()">text</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Equivalent to <a href="QClipboard.html#text(com.trolltech.qt.gui.QClipboard.Mode)">text</tt></a>(Clipboard).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#text(com.trolltech.qt.gui.QClipboard.Mode)">text</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui">QClipboard.Mode</A>&nbsp;mode)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the clipboard text as plain text, or an empty string if the clipboard does not contain any text.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QClipboard.Text.html" title="class in com.trolltech.qt.gui">QClipboard.Text</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#text(java.lang.String)">text</A></B>(java.lang.String&nbsp;subtype)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the clipboard text as plain text, or an empty string if the
clipboard does not contain any text.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QClipboard.Text.html" title="class in com.trolltech.qt.gui">QClipboard.Text</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QClipboard.html#text(java.lang.String, com.trolltech.qt.gui.QClipboard.Mode)">text</A></B>(java.lang.String&nbsp;subtype,
     <A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui">QClipboard.Mode</A>&nbsp;mode)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the clipboard text in subtype <tt>subtype</tt>, or an empty
string if the clipboard does not contain any text.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_com.trolltech.qt.core.QObject"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class com.trolltech.qt.core.<A HREF="../../../../com/trolltech/qt/core/QObject.html" title="class in com.trolltech.qt.core">QObject</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../com/trolltech/qt/core/QObject.html#blockSignals(boolean)">blockSignals</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#childEvent(com.trolltech.qt.core.QChildEvent)">childEvent</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#children()">children</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#connectSlotsByName()">connectSlotsByName</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#customEvent(com.trolltech.qt.core.QEvent)">customEvent</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#disposeLater()">disposeLater</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#dumpObjectInfo()">dumpObjectInfo</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#dumpObjectTree()">dumpObjectTree</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#dynamicPropertyNames()">dynamicPropertyNames</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#event(com.trolltech.qt.core.QEvent)">event</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#eventFilter(com.trolltech.qt.core.QObject, com.trolltech.qt.core.QEvent)">eventFilter</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#findChild()">findChild</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#findChild(java.lang.Class)">findChild</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#findChild(java.lang.Class, java.lang.String)">findChild</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#findChildren()">findChildren</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#findChildren(java.lang.Class)">findChildren</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#findChildren(java.lang.Class, com.trolltech.qt.core.QRegExp)">findChildren</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#findChildren(java.lang.Class, java.lang.String)">findChildren</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#installEventFilter(com.trolltech.qt.core.QObject)">installEventFilter</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#isWidgetType()">isWidgetType</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#killTimer(int)">killTimer</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#moveToThread(java.lang.Thread)">moveToThread</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#objectName()">objectName</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#parent()">parent</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#property(java.lang.String)">property</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#removeEventFilter(com.trolltech.qt.core.QObject)">removeEventFilter</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#setObjectName(java.lang.String)">setObjectName</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#setParent(com.trolltech.qt.core.QObject)">setParent</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#setProperty(java.lang.String, java.lang.Object)">setProperty</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#signalsBlocked()">signalsBlocked</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#startTimer(int)">startTimer</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#thread()">thread</A>, <A HREF="../../../../com/trolltech/qt/core/QObject.html#timerEvent(com.trolltech.qt.core.QTimerEvent)">timerEvent</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_com.trolltech.qt.QtJambiObject"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class com.trolltech.qt.<A HREF="../../../../com/trolltech/qt/QtJambiObject.html" title="class in com.trolltech.qt">QtJambiObject</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../com/trolltech/qt/QtJambiObject.html#dispose()">dispose</A>, <A HREF="../../../../com/trolltech/qt/QtJambiObject.html#disposed()">disposed</A>, <A HREF="../../../../com/trolltech/qt/QtJambiObject.html#finalize()">finalize</A>, <A HREF="../../../../com/trolltech/qt/QtJambiObject.html#reassignNativeResources(com.trolltech.qt.QtJambiObject, java.lang.Class)">reassignNativeResources</A>, <A HREF="../../../../com/trolltech/qt/QtJambiObject.html#tr(java.lang.String)">tr</A>, <A HREF="../../../../com/trolltech/qt/QtJambiObject.html#tr(java.lang.String, java.lang.String)">tr</A>, <A HREF="../../../../com/trolltech/qt/QtJambiObject.html#tr(java.lang.String, java.lang.String, int)">tr</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_com.trolltech.qt.QSignalEmitter"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class com.trolltech.qt.<A HREF="../../../../com/trolltech/qt/QSignalEmitter.html" title="class in com.trolltech.qt">QSignalEmitter</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../com/trolltech/qt/QSignalEmitter.html#disconnect()">disconnect</A>, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.html#disconnect(java.lang.Object)">disconnect</A>, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.html#signalSender()">signalSender</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_com.trolltech.qt.QtJambiInterface"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from interface com.trolltech.qt.<A HREF="../../../../com/trolltech/qt/QtJambiInterface.html" title="interface in com.trolltech.qt">QtJambiInterface</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../com/trolltech/qt/QtJambiInterface.html#disableGarbageCollection()">disableGarbageCollection</A>, <A HREF="../../../../com/trolltech/qt/QtJambiInterface.html#nativeId()">nativeId</A>, <A HREF="../../../../com/trolltech/qt/QtJambiInterface.html#nativePointer()">nativePointer</A>, <A HREF="../../../../com/trolltech/qt/QtJambiInterface.html#reenableGarbageCollection()">reenableGarbageCollection</A>, <A HREF="../../../../com/trolltech/qt/QtJambiInterface.html#setJavaOwnership()">setJavaOwnership</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ============ FIELD DETAIL =========== -->

<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="changed"><!-- --></A><H3>
changed</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal1.html" title="class in com.trolltech.qt">QSignalEmitter.Signal1</A>&lt;<A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui">QClipboard.Mode</A>&gt; <B>changed</B></PRE>
<DL>
<DD><p>This signal is emitted when the data for the given clipboard <tt>mode</tt> is changed.</p>
<dl>
<dt><b>Compatible Slot Signatures:</b></dt>
<dd><tt>void mySlot(com.trolltech.qt.gui.QClipboard.Mode mode)</tt></dd>
<dd><tt>void mySlot()</tt></dd>
</dl>
<dl>
<dt><b>See Also:</b></dt>
<dd><a href="QClipboard.html#dataChanged()"><tt>dataChanged</tt></a>, <a href="QClipboard.html#selectionChanged()"><tt>selectionChanged</tt></a>, <a href="QClipboard.html#findBufferChanged()"><tt>findBufferChanged</tt></a></dd>
</dl>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="dataChanged"><!-- --></A><H3>
dataChanged</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal0.html" title="class in com.trolltech.qt">QSignalEmitter.Signal0</A> <B>dataChanged</B></PRE>
<DL>
<DD><p>This signal is emitted when the clipboard data is changed.</p>
<p>On Mac OS X and with Qt version 4.3 or higher, clipboard changes made by other applications will only be detected when the application is activated.</p>
<dl>
<dt><b>Compatible Slot Signature:</b></dt>
<dd><tt>void mySlot()</tt></dd>
</dl>
<dl>
<dt><b>See Also:</b></dt>
<dd><a href="QClipboard.html#findBufferChanged()"><tt>findBufferChanged</tt></a>, <a href="QClipboard.html#selectionChanged()"><tt>selectionChanged</tt></a>, <a href="QClipboard.html#changed(com.trolltech.qt.gui.QClipboard.Mode)"><tt>changed</tt></a></dd>
</dl>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="findBufferChanged"><!-- --></A><H3>
findBufferChanged</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal0.html" title="class in com.trolltech.qt">QSignalEmitter.Signal0</A> <B>findBufferChanged</B></PRE>
<DL>
<DD><p>This signal is emitted when the find buffer is changed. This only applies to Mac OS X.</p>
<p>With Qt version 4.3 or higher, clipboard changes made by other applications will only be detected when the application is activated.</p>
<dl>
<dt><b>Compatible Slot Signature:</b></dt>
<dd><tt>void mySlot()</tt></dd>
</dl>
<dl>
<dt><b>See Also:</b></dt>
<dd><a href="QClipboard.html#dataChanged()"><tt>dataChanged</tt></a>, <a href="QClipboard.html#selectionChanged()"><tt>selectionChanged</tt></a>, <a href="QClipboard.html#changed(com.trolltech.qt.gui.QClipboard.Mode)"><tt>changed</tt></a></dd>
</dl>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="selectionChanged"><!-- --></A><H3>
selectionChanged</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal0.html" title="class in com.trolltech.qt">QSignalEmitter.Signal0</A> <B>selectionChanged</B></PRE>
<DL>
<DD><p>This signal is emitted when the selection is changed. This only applies to windowing systems that support selections, e.g&#x2e; X11. Windows and Mac OS X don't support selections.</p>
<dl>
<dt><b>Compatible Slot Signature:</b></dt>
<dd><tt>void mySlot()</tt></dd>
</dl>
<dl>
<dt><b>See Also:</b></dt>
<dd><a href="QClipboard.html#dataChanged()"><tt>dataChanged</tt></a>, <a href="QClipboard.html#findBufferChanged()"><tt>findBufferChanged</tt></a>, <a href="QClipboard.html#changed(com.trolltech.qt.gui.QClipboard.Mode)"><tt>changed</tt></a></dd>
</dl>
<P>
<DL>
</DL>
</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="clear()"><!-- --></A><H3>
clear</H3>
<PRE>
public final void <B>clear</B>()</PRE>
<DL>
<DD><p>Equivalent to <a href="QClipboard.html#clear(com.trolltech.qt.gui.QClipboard.Mode)">clear</tt></a>(Clipboard).
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="clear(com.trolltech.qt.gui.QClipboard.Mode)"><!-- --></A><H3>
clear</H3>
<PRE>
public final void <B>clear</B>(<A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui">QClipboard.Mode</A>&nbsp;mode)</PRE>
<DL>
<DD><p>Clear the clipboard contents.</p>
<p>The <tt>mode</tt> argument is used to control which part of the system clipboard is used. If <tt>mode</tt> is QClipboard::Clipboard, this function clears the the global clipboard contents. If <tt>mode</tt> is QClipboard::Selection, this function clears the global mouse selection contents. If <tt>mode</tt> is QClipboard::FindBuffer, this function clears the search string buffer.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><tt>QClipboard::Mode</tt>, 
<a href="QClipboard.html#supportsSelection()"><tt>supportsSelection</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="image()"><!-- --></A><H3>
image</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/gui/QImage.html" title="class in com.trolltech.qt.gui">QImage</A> <B>image</B>()</PRE>
<DL>
<DD><p>Equivalent to <a href="QClipboard.html#image(com.trolltech.qt.gui.QClipboard.Mode)">image</tt></a>(Clipboard).
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="image(com.trolltech.qt.gui.QClipboard.Mode)"><!-- --></A><H3>
image</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/gui/QImage.html" title="class in com.trolltech.qt.gui">QImage</A> <B>image</B>(<A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui">QClipboard.Mode</A>&nbsp;mode)</PRE>
<DL>
<DD><p>Returns the clipboard image, or returns a null image if the clipboard does not contain an image or if it contains an image in an unsupported image format.</p>
<p>The <tt>mode</tt> argument is used to control which part of the system clipboard is used. If <tt>mode</tt> is QClipboard::Clipboard, the image is retrieved from the global clipboard. If <tt>mode</tt> is QClipboard::Selection, the image is retrieved from the global mouse selection.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QClipboard.html#setImage(com.trolltech.qt.gui.QImage, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setImage</tt></a>, 
<a href="QClipboard.html#pixmap(com.trolltech.qt.gui.QClipboard.Mode)"><tt>pixmap</tt></a>, 
<a href="QClipboard.html#mimeData(com.trolltech.qt.gui.QClipboard.Mode)"><tt>mimeData</tt></a>, 
<tt>QImage::isNull</tt></DL>
</DD>
</DL>
<HR>

<A NAME="mimeData()"><!-- --></A><H3>
mimeData</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/gui/QMimeData.html" title="class in com.trolltech.qt.gui">QMimeData</A> <B>mimeData</B>()</PRE>
<DL>
<DD><p>Equivalent to <a href="QClipboard.html#mimeData(com.trolltech.qt.gui.QClipboard.Mode)"><tt>mimeData</tt></a>(Clipboard).
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="mimeData(com.trolltech.qt.gui.QClipboard.Mode)"><!-- --></A><H3>
mimeData</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/gui/QMimeData.html" title="class in com.trolltech.qt.gui">QMimeData</A> <B>mimeData</B>(<A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui">QClipboard.Mode</A>&nbsp;mode)</PRE>
<DL>
<DD><p>Returns a reference to a <a href="QMimeData.html"><tt>QMimeData</tt></a> representation of the current clipboard data.</p>
<p>The <tt>mode</tt> argument is used to control which part of the system clipboard is used. If <tt>mode</tt> is QClipboard::Clipboard, the data is retrieved from the global clipboard. If <tt>mode</tt> is QClipboard::Selection, the data is retrieved from the global mouse selection. If <tt>mode</tt> is QClipboard::FindBuffer, the data is retrieved from the search string buffer.</p>
<p>The <a href="QClipboard.html#text(com.trolltech.qt.gui.QClipboard.Mode)"><tt>text</tt></a>, <a href="QClipboard.html#image(com.trolltech.qt.gui.QClipboard.Mode)"><tt>image</tt></a>, and <a href="QClipboard.html#pixmap(com.trolltech.qt.gui.QClipboard.Mode)"><tt>pixmap</tt></a> functions are simpler wrappers for retrieving text, image, and pixmap data.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QClipboard.html#setMimeData(com.trolltech.qt.gui.QMimeData, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setMimeData</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="ownsClipboard()"><!-- --></A><H3>
ownsClipboard</H3>
<PRE>
public final boolean <B>ownsClipboard</B>()</PRE>
<DL>
<DD><p>Returns true if this clipboard object owns the clipboard data; otherwise returns false.</p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="ownsFindBuffer()"><!-- --></A><H3>
ownsFindBuffer</H3>
<PRE>
public final boolean <B>ownsFindBuffer</B>()</PRE>
<DL>
<DD><p>Returns true if this clipboard object owns the find buffer data; otherwise returns false.</p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="ownsSelection()"><!-- --></A><H3>
ownsSelection</H3>
<PRE>
public final boolean <B>ownsSelection</B>()</PRE>
<DL>
<DD><p>Returns true if this clipboard object owns the mouse selection data; otherwise returns false.</p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="pixmap()"><!-- --></A><H3>
pixmap</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/gui/QPixmap.html" title="class in com.trolltech.qt.gui">QPixmap</A> <B>pixmap</B>()</PRE>
<DL>
<DD><p>Equivalent to <a href="QClipboard.html#pixmap(com.trolltech.qt.gui.QClipboard.Mode)">pixmap</tt></a>(Clipboard).
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="pixmap(com.trolltech.qt.gui.QClipboard.Mode)"><!-- --></A><H3>
pixmap</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/gui/QPixmap.html" title="class in com.trolltech.qt.gui">QPixmap</A> <B>pixmap</B>(<A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui">QClipboard.Mode</A>&nbsp;mode)</PRE>
<DL>
<DD><p>Returns the clipboard pixmap, or null if the clipboard does not contain a pixmap. Note that this can lose information. For example, if the image is 24-bit and the display is 8-bit, the result is converted to 8 bits, and if the image has an alpha channel, the result just has a mask.</p>
<p>The <tt>mode</tt> argument is used to control which part of the system clipboard is used. If <tt>mode</tt> is QClipboard::Clipboard, the pixmap is retrieved from the global clipboard. If <tt>mode</tt> is QClipboard::Selection, the pixmap is retrieved from the global mouse selection.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QClipboard.html#setPixmap(com.trolltech.qt.gui.QPixmap, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setPixmap</tt></a>, 
<a href="QClipboard.html#image(com.trolltech.qt.gui.QClipboard.Mode)"><tt>image</tt></a>, 
<a href="QClipboard.html#mimeData(com.trolltech.qt.gui.QClipboard.Mode)"><tt>mimeData</tt></a>, 
<tt>QPixmap::convertFromImage</tt></DL>
</DD>
</DL>
<HR>

<A NAME="setImage(com.trolltech.qt.gui.QImage)"><!-- --></A><H3>
setImage</H3>
<PRE>
public final void <B>setImage</B>(<A HREF="../../../../com/trolltech/qt/gui/QImage.html" title="class in com.trolltech.qt.gui">QImage</A>&nbsp;arg__1)</PRE>
<DL>
<DD><p>Equivalent to <a href="QClipboard.html#setImage(com.trolltech.qt.gui.QImage, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setImage</tt></a>(<tt>arg__1</tt>, Clipboard).
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setImage(com.trolltech.qt.gui.QImage, com.trolltech.qt.gui.QClipboard.Mode)"><!-- --></A><H3>
setImage</H3>
<PRE>
public final void <B>setImage</B>(<A HREF="../../../../com/trolltech/qt/gui/QImage.html" title="class in com.trolltech.qt.gui">QImage</A>&nbsp;arg__1,
                           <A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui">QClipboard.Mode</A>&nbsp;mode)</PRE>
<DL>
<DD><p>Copies the <tt>arg__1</tt> into the clipboard.</p>
<p>The <tt>mode</tt> argument is used to control which part of the system clipboard is used. If <tt>mode</tt> is QClipboard::Clipboard, the image is stored in the global clipboard. If <tt>mode</tt> is QClipboard::Selection, the data is stored in the global mouse selection.</p>
<p>This is shorthand for:</p>
<pre>    QMimeData *data = new QMimeData;
    data-&gt;setImageData(image);
    clipboard-&gt;setMimeData(data, mode);</pre>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QClipboard.html#image(com.trolltech.qt.gui.QClipboard.Mode)"><tt>image</tt></a>, 
<a href="QClipboard.html#setPixmap(com.trolltech.qt.gui.QPixmap, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setPixmap</tt></a>, 
<a href="QClipboard.html#setMimeData(com.trolltech.qt.gui.QMimeData, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setMimeData</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setMimeData(com.trolltech.qt.gui.QMimeData)"><!-- --></A><H3>
setMimeData</H3>
<PRE>
public final void <B>setMimeData</B>(<A HREF="../../../../com/trolltech/qt/gui/QMimeData.html" title="class in com.trolltech.qt.gui">QMimeData</A>&nbsp;data)</PRE>
<DL>
<DD><p>Equivalent to <a href="QClipboard.html#setMimeData(com.trolltech.qt.gui.QMimeData, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setMimeData</tt></a>(<tt>data</tt>, Clipboard).
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setMimeData(com.trolltech.qt.gui.QMimeData, com.trolltech.qt.gui.QClipboard.Mode)"><!-- --></A><H3>
setMimeData</H3>
<PRE>
public final void <B>setMimeData</B>(<A HREF="../../../../com/trolltech/qt/gui/QMimeData.html" title="class in com.trolltech.qt.gui">QMimeData</A>&nbsp;data,
                              <A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui">QClipboard.Mode</A>&nbsp;mode)</PRE>
<DL>
<DD><p>Sets the clipboard data to <tt>data</tt>. Ownership of the data is transferred to the clipboard. If you want to remove the data either call <a href="QClipboard.html#clear(com.trolltech.qt.gui.QClipboard.Mode)"><tt>clear</tt></a> or call <a href="QClipboard.html#setMimeData(com.trolltech.qt.gui.QMimeData, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setMimeData</tt></a> again with new data.</p>
<p>The <tt>mode</tt> argument is used to control which part of the system clipboard is used. If <tt>mode</tt> is QClipboard::Clipboard, the data is stored in the global clipboard. If <tt>mode</tt> is QClipboard::Selection, the data is stored in the global mouse selection. If <tt>mode</tt> is QClipboard::FindBuffer, the data is stored in the search string buffer.</p>
<p>The <a href="QClipboard.html#setText(java.lang.String, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setText</tt></a>, <a href="QClipboard.html#setImage(com.trolltech.qt.gui.QImage, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setImage</tt></a> and <a href="QClipboard.html#setPixmap(com.trolltech.qt.gui.QPixmap, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setPixmap</tt></a> functions are simpler wrappers for setting text, image and pixmap data respectively.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QClipboard.html#mimeData(com.trolltech.qt.gui.QClipboard.Mode)"><tt>mimeData</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setPixmap(com.trolltech.qt.gui.QPixmap)"><!-- --></A><H3>
setPixmap</H3>
<PRE>
public final void <B>setPixmap</B>(<A HREF="../../../../com/trolltech/qt/gui/QPixmap.html" title="class in com.trolltech.qt.gui">QPixmap</A>&nbsp;arg__1)</PRE>
<DL>
<DD><p>Equivalent to <a href="QClipboard.html#setPixmap(com.trolltech.qt.gui.QPixmap, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setPixmap</tt></a>(<tt>arg__1</tt>, Clipboard).
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setPixmap(com.trolltech.qt.gui.QPixmap, com.trolltech.qt.gui.QClipboard.Mode)"><!-- --></A><H3>
setPixmap</H3>
<PRE>
public final void <B>setPixmap</B>(<A HREF="../../../../com/trolltech/qt/gui/QPixmap.html" title="class in com.trolltech.qt.gui">QPixmap</A>&nbsp;arg__1,
                            <A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui">QClipboard.Mode</A>&nbsp;mode)</PRE>
<DL>
<DD><p>Copies <tt>arg__1</tt> into the clipboard. Note that this is slower than <a href="QClipboard.html#setImage(com.trolltech.qt.gui.QImage, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setImage</tt></a> because it needs to convert the <a href="QPixmap.html"><tt>QPixmap</tt></a> to a <a href="QImage.html"><tt>QImage</tt></a> first.</p>
<p>The <tt>mode</tt> argument is used to control which part of the system clipboard is used. If <tt>mode</tt> is QClipboard::Clipboard, the pixmap is stored in the global clipboard. If <tt>mode</tt> is QClipboard::Selection, the pixmap is stored in the global mouse selection.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QClipboard.html#pixmap(com.trolltech.qt.gui.QClipboard.Mode)"><tt>pixmap</tt></a>, 
<a href="QClipboard.html#setImage(com.trolltech.qt.gui.QImage, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setImage</tt></a>, 
<a href="QClipboard.html#setMimeData(com.trolltech.qt.gui.QMimeData, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setMimeData</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setText(java.lang.String)"><!-- --></A><H3>
setText</H3>
<PRE>
public final void <B>setText</B>(java.lang.String&nbsp;arg__1)</PRE>
<DL>
<DD><p>Equivalent to <a href="QClipboard.html#setText(java.lang.String, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setText</tt></a>(<tt>arg__1</tt>, Clipboard).
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setText(java.lang.String, com.trolltech.qt.gui.QClipboard.Mode)"><!-- --></A><H3>
setText</H3>
<PRE>
public final void <B>setText</B>(java.lang.String&nbsp;arg__1,
                          <A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui">QClipboard.Mode</A>&nbsp;mode)</PRE>
<DL>
<DD><p>Copies <tt>arg__1</tt> into the clipboard as plain text.</p>
<p>The <tt>mode</tt> argument is used to control which part of the system clipboard is used. If <tt>mode</tt> is QClipboard::Clipboard, the text is stored in the global clipboard. If <tt>mode</tt> is QClipboard::Selection, the text is stored in the global mouse selection. If <tt>mode</tt> is QClipboard::FindBuffer, the text is stored in the search string buffer.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QClipboard.html#text(com.trolltech.qt.gui.QClipboard.Mode)"><tt>text</tt></a>, 
<a href="QClipboard.html#setMimeData(com.trolltech.qt.gui.QMimeData, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setMimeData</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="supportsFindBuffer()"><!-- --></A><H3>
supportsFindBuffer</H3>
<PRE>
public final boolean <B>supportsFindBuffer</B>()</PRE>
<DL>
<DD><p>Returns true if the clipboard supports a separate search buffer; otherwise returns false.</p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="supportsSelection()"><!-- --></A><H3>
supportsSelection</H3>
<PRE>
public final boolean <B>supportsSelection</B>()</PRE>
<DL>
<DD><p>Returns true if the clipboard supports mouse selection; otherwise returns false.</p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="text()"><!-- --></A><H3>
text</H3>
<PRE>
public final java.lang.String <B>text</B>()</PRE>
<DL>
<DD><p>Equivalent to <a href="QClipboard.html#text(com.trolltech.qt.gui.QClipboard.Mode)">text</tt></a>(Clipboard).
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="text(com.trolltech.qt.gui.QClipboard.Mode)"><!-- --></A><H3>
text</H3>
<PRE>
public final java.lang.String <B>text</B>(<A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui">QClipboard.Mode</A>&nbsp;mode)</PRE>
<DL>
<DD><p>Returns the clipboard text as plain text, or an empty string if the clipboard does not contain any text.</p>
<p>The <tt>mode</tt> argument is used to control which part of the system clipboard is used. If <tt>mode</tt> is QClipboard::Clipboard, the text is retrieved from the global clipboard. If <tt>mode</tt> is QClipboard::Selection, the text is retrieved from the global mouse selection. If <tt>mode</tt> is QClipboard::FindBuffer, the text is retrieved from the search string buffer.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QClipboard.html#setText(java.lang.String, com.trolltech.qt.gui.QClipboard.Mode)"><tt>setText</tt></a>, 
<a href="QClipboard.html#mimeData(com.trolltech.qt.gui.QClipboard.Mode)"><tt>mimeData</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="fromNativePointer(com.trolltech.qt.QNativePointer)"><!-- --></A><H3>
fromNativePointer</H3>
<PRE>
public static <A HREF="../../../../com/trolltech/qt/gui/QClipboard.html" title="class in com.trolltech.qt.gui">QClipboard</A> <B>fromNativePointer</B>(<A HREF="../../../../com/trolltech/qt/QNativePointer.html" title="class in com.trolltech.qt">QNativePointer</A>&nbsp;nativePointer)</PRE>
<DL>
<DD>This function returns the QClipboard instance pointed to by nativePointer
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>nativePointer</CODE> - the QNativePointer of which object should be returned.</DL>
</DD>
</DL>
<HR>

<A NAME="text(java.lang.String, com.trolltech.qt.gui.QClipboard.Mode)"><!-- --></A><H3>
text</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/gui/QClipboard.Text.html" title="class in com.trolltech.qt.gui">QClipboard.Text</A> <B>text</B>(java.lang.String&nbsp;subtype,
                                  <A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui">QClipboard.Mode</A>&nbsp;mode)</PRE>
<DL>
<DD>Returns the clipboard text in subtype <tt>subtype</tt>, or an empty
string if the clipboard does not contain any text. If <tt>subtype</tt>
is null, any subtype is acceptable, and <tt>subtype</tt> is set to the
chosen subtype.
<p>
The <tt>mode</tt> argument is used to control which part of the system
clipboard is used.  If <tt>mode</tt> is QClipboard::Clipboard, the
text is retrieved from the global clipboard.  If <tt>mode</tt> is
QClipboard::Selection, the text is retrieved from the global mouse
selection.
<p>
Common values for <tt>subtype</tt> are "plain" and "html".
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="text(java.lang.String)"><!-- --></A><H3>
text</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/gui/QClipboard.Text.html" title="class in com.trolltech.qt.gui">QClipboard.Text</A> <B>text</B>(java.lang.String&nbsp;subtype)</PRE>
<DL>
<DD>Returns the clipboard text as plain text, or an empty string if the
clipboard does not contain any text.
<p>
The <tt>mode</tt> argument is used to control which part of the system
clipboard is used.  If <tt>mode</tt> is QClipboard.Clipboard, the text
is retrieved from the global clipboard.  If <tt>mode</tt> is
QClipboard::Selection, the text is retrieved from the global mouse
selection. If <tt>mode</tt> is QClipboard.FindBuffer, the text is
retrieved from the search string buffer.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QCleanlooksStyle.html" title="class in com.trolltech.qt.gui"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QClipboard.Mode.html" title="enum in com.trolltech.qt.gui"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html?com/trolltech/qt/gui/QClipboard.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="QClipboard.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>