The ColorButton class is used by PaletteEditor.
More...
#include <colorbutton.h>
The ColorButton class is used by PaletteEditor.
This is taken from qttools/src/shared/qtgradienteditor/qtcolorbutton.h.
Definition at line 15 of file colorbutton.h.
◆ ColorButton()
QtUtilities::ColorButton::ColorButton |
( |
QWidget * | parent = nullptr | ) |
|
◆ ~ColorButton()
QtUtilities::ColorButton::~ColorButton |
( |
| ) |
|
|
override |
◆ color()
QColor QtUtilities::ColorButton::color |
( |
| ) |
const |
◆ colorChanged
void QtUtilities::ColorButton::colorChanged |
( |
const QColor & | color | ) |
|
|
signal |
◆ dragEnterEvent()
void QtUtilities::ColorButton::dragEnterEvent |
( |
QDragEnterEvent * | event | ) |
|
|
overrideprotected |
◆ dragLeaveEvent()
void QtUtilities::ColorButton::dragLeaveEvent |
( |
QDragLeaveEvent * | event | ) |
|
|
overrideprotected |
◆ dropEvent()
void QtUtilities::ColorButton::dropEvent |
( |
QDropEvent * | event | ) |
|
|
overrideprotected |
◆ isBackgroundCheckered()
bool QtUtilities::ColorButton::isBackgroundCheckered |
( |
| ) |
const |
◆ mouseMoveEvent()
void QtUtilities::ColorButton::mouseMoveEvent |
( |
QMouseEvent * | event | ) |
|
|
overrideprotected |
◆ mousePressEvent()
void QtUtilities::ColorButton::mousePressEvent |
( |
QMouseEvent * | event | ) |
|
|
overrideprotected |
◆ paintEvent()
void QtUtilities::ColorButton::paintEvent |
( |
QPaintEvent * | event | ) |
|
|
overrideprotected |
◆ setBackgroundCheckered()
void QtUtilities::ColorButton::setBackgroundCheckered |
( |
bool | checkered | ) |
|
◆ setColor
void QtUtilities::ColorButton::setColor |
( |
const QColor & | color | ) |
|
|
slot |
◆ backgroundCheckered
bool QtUtilities::ColorButton::backgroundCheckered |
|
readwrite |
◆ color
QColor QtUtilities::ColorButton::color |
|
readwrite |
The documentation for this class was generated from the following files: