|
void | selectColorNumber (int) |
|
void | setColor (QColor) |
|
void | refreshColorList () |
|
|
void | colorChanged (QColor) |
|
void | colorNumberChanged (int) |
|
|
| ColorPaletteWidget (QWidget *parent) |
|
void | initUI () override |
|
void | updateUI () override |
|
int | currentColourNumber () |
|
| BaseDockWidget (QWidget *pParent) |
|
Editor * | editor () |
|
void | setEditor (Editor *e) |
|
|
void | resizeEvent (QResizeEvent *event) override |
|
|
void | updateItemColor (int, QColor) |
|
void | colorListCurrentItemChanged (QListWidgetItem *, QListWidgetItem *) |
|
void | clickColorListItem (QListWidgetItem *) |
|
void | changeColourName (QListWidgetItem *) |
|
void | clickAddColorButton () |
|
void | clickRemoveColorButton () |
|
void | palettePreferences () |
|
void | setListMode () |
|
void | setGridMode () |
|
void | setSwatchSizeSmall () |
|
void | setSwatchSizeMedium () |
|
void | setSwatchSizeLarge () |
|
void | updateGridUI () |
|
|
QString | getDefaultColorName (QColor c) |
|
|
Ui::ColorPalette * | ui = nullptr |
|
QActionGroup * | layoutModes |
|
QAction * | listMode |
|
QAction * | gridMode |
|
QActionGroup * | iconSizes |
|
QAction * | smallSwatch |
|
QAction * | mediumSwatch |
|
QAction * | largeSwatch |
|
QAction * | separator |
|
QSize | iconSize |
|
QMenu * | toolMenu |
|
int | stepper |
|
Definition at line 38 of file colorpalettewidget.h.
The documentation for this class was generated from the following files: