class KPaletteTable

A color palette in table form. More...

Definition#include <kcolordialog.h>
InheritsQWidget (kdecore)
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Slots

Signals

Protected Methods

Protected Slots

Protected Members


Detailed Description

A color palette in table form.

 KPaletteTable ( QWidget *parent, int minWidth=210, int cols = 16)

KPaletteTable ()

void  addToCustomColors ( const QColor &)

void  addToRecentColors ( const QColor &)

QString  palette ()

void  setPalette (const QString &paletteName)

[slot]

void  colorSelected ( const QColor &, const QString & )

[signal]

void  slotColorCellSelected ( int )

[protected slot]

void  slotColorTextSelected ( const QString &colorText )

[protected slot]

void  slotSetPalette ( const QString &_paletteName )

[protected slot]

void  slotShowNamedColorReadError ( void )

[protected slot]

void  readNamedColor ( void )

[protected]

QString i18n_customColors

[protected]

QString i18n_recentColors

[protected]

QString i18n_namedColors

[protected]

QComboBox * combo

[protected]

KColorCells * cells

[protected]

QScrollView * sv

[protected]

KListBox * mNamedColorList

[protected]

KPalette * mPalette

[protected]

int mMinWidth

[protected]

int mCols

[protected]