|
|
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]