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

Public Slots | |
void | setPalette (const TQString &paletteName) |
Signals | |
void | colorSelected (const TQColor &, const TQString &) |
void | colorDoubleClicked (const TQColor &, const TQString &) |
Public Member Functions | |
KPaletteTable (TQWidget *parent, int minWidth=210, int cols=16) | |
void | addToCustomColors (const TQColor &) |
void | addToRecentColors (const TQColor &) |
TQString | palette () const |
Protected Slots | |
void | slotColorCellSelected (int) |
void | slotColorCellDoubleClicked (int) |
void | slotColorTextSelected (const TQString &colorText) |
void | slotSetPalette (const TQString &_paletteName) |
void | slotShowNamedColorReadError (void) |
Protected Member Functions | |
void | readNamedColor (void) |
virtual void | virtual_hook (int id, void *data) |
Protected Attributes | |
TQString | i18n_customColors |
TQString | i18n_recentColors |
TQString | i18n_namedColors |
TQComboBox * | combo |
KColorCells * | cells |
TQScrollView * | sv |
TDEListBox * | mNamedColorList |
KPalette * | mPalette |
int | mMinWidth |
int | mCols |
Detailed Description
A color palette in table form.
Definition at line 198 of file kcolordialog.h.
Member Data Documentation
TQString KPaletteTable::i18n_customColors [protected] |
Definition at line 225 of file kcolordialog.h.
TQString KPaletteTable::i18n_namedColors [protected] |
### KDE4: remove
Definition at line 228 of file kcolordialog.h.
TQString KPaletteTable::i18n_recentColors [protected] |
The documentation for this class was generated from the following files: