Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 6282078ae76a671f49c6af38c67b1a07 > files > 937

kdelibs-devel-2.2.2-49.2mdk.i586.rpm

<HTML>
<HEAD>
<TITLE>class KPaletteTable</TITLE>

<META NAME="Generator" CONTENT="KDOC ">
</HEAD>
<BODY bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#000099" alink= "#ffffff">
<TABLE WIDTH="100%" BORDER="0">
<TR>
<TD>
	<TABLE BORDER="0">
		<TR><TD valign="top" align="left" cellspacing="10">
		<h1>class KPaletteTable</h1>
		</TD>
		<TD valign="top" align="right" colspan="1">
 A color palette in table form. <small><A HREF="#longdesc">More...</A></small></TD></TR>
	</TABLE>
	<HR>
	<TABLE BORDER="0">
		<TR><TH>Definition</TH><TD><code>#include &lt;<A HREF="kcolordialog_h.html">kcolordialog.h</A>&gt;</code></TD></TR>
<TR><TH>Inherits</TH><TD><A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qwidget.html">QWidget</A> <small>(qt)</small> <small>[public ]</small></TD></TR>
<TR><TH><A HREF="full-list-KPaletteTable.html">List of all Methods</A></TH></TR>
	</TABLE>
	</TD>
<TD align="right"><TABLE BORDER="0"><TR><TD><small><A HREF="index-long.html">Annotated List</A></small></TD></TR>
<TR><TD><small><A HREF="header-list.html">Files</A></small></TD></TR>
<TR><TD><small><A HREF="all-globals.html">Globals</A></small></TD></TR>
<TR><TD><small><A HREF="hier.html">Hierarchy</A></small></TD></TR>
<TR><TD><small><A HREF="index.html">Index</A></small></TD></TR>
</TABLE></TD></TR></TABLE>
<h4>Public Methods</h4><ul><LI>&nbsp;<b><A HREF="#ref1">KPaletteTable</A></b> ( <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qwidget.html">QWidget</A> *parent, int minWidth=210, int cols = 16) 
</LI>
<LI>&nbsp;<b><A HREF="#ref2">~KPaletteTable</A></b> () 
</LI>
<LI>void &nbsp;<b><A HREF="#ref3">addToCustomColors</A></b> ( const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qcolor.html">QColor</A> &) 
</LI>
<LI>void &nbsp;<b><A HREF="#ref4">addToRecentColors</A></b> ( const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qcolor.html">QColor</A> &) 
</LI>
<LI><A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A> &nbsp;<b><A HREF="#ref5">palette</A></b> () 
</LI>
</ul><h4>Public Slots</h4><ul><LI>void &nbsp;<b><A HREF="#ref6">setPalette</A></b> (const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A> &paletteName) 
</LI>
</ul><h4>Signals</h4><ul><LI>void &nbsp;<b><A HREF="#ref7">colorSelected</A></b> ( const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qcolor.html">QColor</A> &, const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A> & ) 
</LI>
</ul><h4>Protected Methods</h4><ul><LI>void &nbsp;<b><A HREF="#ref12">readNamedColor</A></b> ( void ) 
</LI>
</ul><h4>Protected Slots</h4><ul><LI>void &nbsp;<b><A HREF="#ref8">slotColorCellSelected</A></b> ( int ) 
</LI>
<LI>void &nbsp;<b><A HREF="#ref9">slotColorTextSelected</A></b> ( const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A> &colorText ) 
</LI>
<LI>void &nbsp;<b><A HREF="#ref10">slotSetPalette</A></b> ( const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A> &_paletteName ) 
</LI>
<LI>void &nbsp;<b><A HREF="#ref11">slotShowNamedColorReadError</A></b> ( void ) 
</LI>
</ul><h4>Protected Members</h4><ul><LI>QString <b><A HREF="#ref13">i18n_customColors</A></b></LI>
<LI>QString <b><A HREF="#ref14">i18n_recentColors</A></b></LI>
<LI>QString <b><A HREF="#ref15">i18n_namedColors</A></b></LI>
<LI>QComboBox *<b><A HREF="#ref16">combo</A></b></LI>
<LI>KColorCells *<b><A HREF="#ref17">cells</A></b></LI>
<LI>QScrollView *<b><A HREF="#ref18">sv</A></b></LI>
<LI>KListBox *<b><A HREF="#ref19">mNamedColorList</A></b></LI>
<LI>KPalette *<b><A HREF="#ref20">mPalette</A></b></LI>
<LI>int <b><A HREF="#ref21">mMinWidth</A></b></LI>
<LI>int <b><A HREF="#ref22">mCols</A></b></LI>
</ul><HR><H2><A NAME="longdesc">Detailed Description</A></H2><p>
 A color palette in table form.
</p>
<A NAME="KPaletteTable"></A><A NAME="ref1"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>KPaletteTable</strong> ( <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qwidget.html">QWidget</A> *parent, int minWidth=210, int cols = 16)
<br></td><td align="right"><h3><strong>KPaletteTable</strong></h3></td></tr></table><p></p><A NAME="~KPaletteTable"></A><A NAME="ref2"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>~KPaletteTable</strong> ()
<br></td><td align="right"><h3><strong>~KPaletteTable</strong></h3></td></tr></table><p></p><A NAME="addToCustomColors"></A><A NAME="ref3"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>addToCustomColors</strong> ( const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qcolor.html">QColor</A> &)
<br></td><td align="right"><h3><strong>addToCustomColors</strong></h3></td></tr></table><p></p><A NAME="addToRecentColors"></A><A NAME="ref4"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>addToRecentColors</strong> ( const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qcolor.html">QColor</A> &)
<br></td><td align="right"><h3><strong>addToRecentColors</strong></h3></td></tr></table><p></p><A NAME="palette"></A><A NAME="ref5"></A><table width="100%"><tr bgcolor="#eeeeee"><td><A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A> &nbsp;<strong>palette</strong> ()
<br></td><td align="right"><h3><strong>palette</strong></h3></td></tr></table><p></p><p>Reimplemented from <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qwidget.html#6f3964">QWidget</A>.</p>
<A NAME="setPalette"></A><A NAME="ref6"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>setPalette</strong> (const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A> &paletteName)
<br></td><td align="right"><h3><strong>setPalette</strong></h3></td></tr></table><p> <small>[slot]</small></p><p>Reimplemented from <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qwidget.html#379ca0">QWidget</A>.</p>
<A NAME="colorSelected"></A><A NAME="ref7"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>colorSelected</strong> ( const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qcolor.html">QColor</A> &, const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A> & )
<br></td><td align="right"><h3><strong>colorSelected</strong></h3></td></tr></table><p> <small>[signal]</small></p><A NAME="slotColorCellSelected"></A><A NAME="ref8"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>slotColorCellSelected</strong> ( int )
<br></td><td align="right"><h3><strong>slotColorCellSelected</strong></h3></td></tr></table><p> <small>[protected slots slot]</small></p><A NAME="slotColorTextSelected"></A><A NAME="ref9"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>slotColorTextSelected</strong> ( const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A> &colorText )
<br></td><td align="right"><h3><strong>slotColorTextSelected</strong></h3></td></tr></table><p> <small>[protected slots slot]</small></p><A NAME="slotSetPalette"></A><A NAME="ref10"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>slotSetPalette</strong> ( const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A> &_paletteName )
<br></td><td align="right"><h3><strong>slotSetPalette</strong></h3></td></tr></table><p> <small>[protected slots slot]</small></p><A NAME="slotShowNamedColorReadError"></A><A NAME="ref11"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>slotShowNamedColorReadError</strong> ( void )
<br></td><td align="right"><h3><strong>slotShowNamedColorReadError</strong></h3></td></tr></table><p> <small>[protected slots slot]</small></p><A NAME="readNamedColor"></A><A NAME="ref12"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>readNamedColor</strong> ( void )
<br></td><td align="right"><h3><strong>readNamedColor</strong></h3></td></tr></table><p> <small>[protected]</small></p><A NAME="i18n_customColors"></A><A NAME="ref13"></A><table width="100%"><tr bgcolor="#eeeeee"><td><A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>  <strong>i18n_customColors</strong>
</td><td align="right"><h3><strong>i18n_customColors</strong></h3></td></tr></table><p> <small>[protected]</small></p><A NAME="i18n_recentColors"></A><A NAME="ref14"></A><table width="100%"><tr bgcolor="#eeeeee"><td><A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>  <strong>i18n_recentColors</strong>
</td><td align="right"><h3><strong>i18n_recentColors</strong></h3></td></tr></table><p> <small>[protected]</small></p><A NAME="i18n_namedColors"></A><A NAME="ref15"></A><table width="100%"><tr bgcolor="#eeeeee"><td><A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>  <strong>i18n_namedColors</strong>
</td><td align="right"><h3><strong>i18n_namedColors</strong></h3></td></tr></table><p> <small>[protected]</small></p><A NAME="combo"></A><A NAME="ref16"></A><table width="100%"><tr bgcolor="#eeeeee"><td><A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qcombobox.html">QComboBox</A> * <strong>combo</strong>
</td><td align="right"><h3><strong>combo</strong></h3></td></tr></table><p> <small>[protected]</small></p><A NAME="cells"></A><A NAME="ref17"></A><table width="100%"><tr bgcolor="#eeeeee"><td><A HREF="KColorCells.html">KColorCells</A> * <strong>cells</strong>
</td><td align="right"><h3><strong>cells</strong></h3></td></tr></table><p> <small>[protected]</small></p><A NAME="sv"></A><A NAME="ref18"></A><table width="100%"><tr bgcolor="#eeeeee"><td><A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qscrollview.html">QScrollView</A> * <strong>sv</strong>
</td><td align="right"><h3><strong>sv</strong></h3></td></tr></table><p> <small>[protected]</small></p><A NAME="mNamedColorList"></A><A NAME="ref19"></A><table width="100%"><tr bgcolor="#eeeeee"><td><A HREF="KListBox.html">KListBox</A> * <strong>mNamedColorList</strong>
</td><td align="right"><h3><strong>mNamedColorList</strong></h3></td></tr></table><p> <small>[protected]</small></p><A NAME="mPalette"></A><A NAME="ref20"></A><table width="100%"><tr bgcolor="#eeeeee"><td><A HREF="../kdecore/KPalette.html">KPalette</A> * <strong>mPalette</strong>
</td><td align="right"><h3><strong>mPalette</strong></h3></td></tr></table><p> <small>[protected]</small></p><A NAME="mMinWidth"></A><A NAME="ref21"></A><table width="100%"><tr bgcolor="#eeeeee"><td>int  <strong>mMinWidth</strong>
</td><td align="right"><h3><strong>mMinWidth</strong></h3></td></tr></table><p> <small>[protected]</small></p><A NAME="mCols"></A><A NAME="ref22"></A><table width="100%"><tr bgcolor="#eeeeee"><td>int  <strong>mCols</strong>
</td><td align="right"><h3><strong>mCols</strong></h3></td></tr></table><p> <small>[protected]</small></p><HR><UL><LI><i>Version</i>: $Id: kcolordialog.h,v 1.34 2000/12/21 18:53:18 waba Exp $
</LI><LI><i>Author</i>: Waldo Bastian <bastian@kde.org>
</LI><LI><i>Generated</i>: qateam on updates.mandrakesoft.com on Mon Dec 30 16:09:05 2002, using kdoc 2.0a53.</LI></UL></BODY></HTML>