KPaletteTable Class Reference
A color palette in table form. More...
#include <kcolordialog.h>
Inheritance diagram for KPaletteTable:


| Public Slots | |
| void | setPalette (const QString &paletteName) | 
| Signals | |
| void | colorSelected (const QColor &, const QString &) | 
| void | colorDoubleClicked (const QColor &, const QString &) | 
| Public Member Functions | |
| KPaletteTable (QWidget *parent, int minWidth=210, int cols=16) | |
| void | addToCustomColors (const QColor &) | 
| void | addToRecentColors (const QColor &) | 
| QString | palette () const | 
| Protected Slots | |
| void | slotColorCellSelected (int) | 
| void | slotColorCellDoubleClicked (int) | 
| void | slotColorTextSelected (const QString &colorText) | 
| void | slotSetPalette (const QString &_paletteName) | 
| void | slotShowNamedColorReadError (void) | 
| Protected Member Functions | |
| void | readNamedColor (void) | 
| virtual void | virtual_hook (int id, void *data) | 
| Protected Attributes | |
| QString | i18n_customColors | 
| QString | i18n_recentColors | 
| QString | i18n_namedColors | 
| QComboBox * | combo | 
| KColorCells * | cells | 
| QScrollView * | sv | 
| KListBox * | mNamedColorList | 
| KPalette * | mPalette | 
| int | mMinWidth | 
| int | mCols | 
Detailed Description
A color palette in table form.
- Author:
- Waldo Bastian <bastian@kde.org>
- Version:
- Id
- kcolordialog.h,v 1.61 2003/09/10 00:12:13 wheeler Exp
 
Definition at line 196 of file kcolordialog.h.
The documentation for this class was generated from the following files:

