KPaletteTable Class Reference
#include <kcolordialog.h>
Inheritance diagram for KPaletteTable:

Detailed Description
A color palette in table form.
Definition at line 198 of file kcolordialog.h.
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) | |
| ~KPaletteTable () | |
| 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 |
Member Data Documentation
QString KPaletteTable::i18n_customColors [protected] |
QString KPaletteTable::i18n_recentColors [protected] |
QString KPaletteTable::i18n_namedColors [protected] |
The documentation for this class was generated from the following files:

