krita
KisPaletteView Class Reference
#include <kis_palette_view.h>
Detailed Description
A scrolling view that lists a single KisPalette.
Definition at line 35 of file kis_palette_view.h.
Public Slots | |
void | setPalette (KisPalette *p) |
Signals | |
void | colorSelected (const KisColor &) |
void | colorSelected (const QColor &) |
void | colorDoubleClicked (const KisColor &, const QString &) |
Public Member Functions | |
KisPaletteView (QWidget *parent, const char *name=0, int minWidth=210, int cols=16) | |
virtual | ~KisPaletteView () |
KisPalette * | palette () const |
KisPaletteEntry | currentEntry () const |
Protected Slots | |
void | slotColorCellSelected (int) |
void | slotColorCellDoubleClicked (int) |
Protected Attributes | |
KisPalette * | m_currentPalette |
KColorCells * | m_cells |
KisPaletteEntry | m_currentEntry |
int | mMinWidth |
int | mCols |
Friends | |
class | KisPaletteWidget |
Member Function Documentation
|
Might return the default constructed entry...
Definition at line 44 of file kis_palette_view.h. |
The documentation for this class was generated from the following files: