class KPaletteTable

A color palette in table form. More...

Definition#include <kcolordialog.h>
InheritsQWidget (qt) [public ]
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

 ~KPaletteTable ()

~KPaletteTable

void  addToCustomColors ( const QColor &)

addToCustomColors

void  addToRecentColors ( const QColor &)

addToRecentColors

QString  palette ()

palette

[const]

void  setPalette (const QString &paletteName)

setPalette

[slot]

void  colorSelected ( const QColor &, const QString & )

colorSelected

[signal]

void  colorDoubleClicked ( const QColor &, const QString & )

colorDoubleClicked

[signal]

void  slotColorCellSelected ( int )

slotColorCellSelected

[protected slots slot]

void  slotColorCellDoubleClicked ( int )

slotColorCellDoubleClicked

[protected slots slot]

void  slotColorTextSelected ( const QString &colorText )

slotColorTextSelected

[protected slots slot]

void  slotSetPalette ( const QString &_paletteName )

slotSetPalette

[protected slots slot]

void  slotShowNamedColorReadError ( void )

slotShowNamedColorReadError

[protected slots slot]

void  readNamedColor ( void )

readNamedColor

[protected]

QString i18n_customColors

i18n_customColors

[protected]

QString i18n_recentColors

i18n_recentColors

[protected]

QString i18n_namedColors

i18n_namedColors

[protected]

QComboBox * combo

combo

[protected]

KColorCells * cells

cells

[protected]

QScrollView * sv

sv

[protected]

KListBox * mNamedColorList

mNamedColorList

[protected]

KPalette * mPalette

mPalette

[protected]

int mMinWidth

mMinWidth

[protected]

int mCols

mCols

[protected]

void  virtual_hook ( int id, void* data )

virtual_hook

[protected virtual]