#include <ColorButton.h>
Signals | |
| void | colorChanged () |
Public Member Functions | |
| QColor | color () |
| Get the color of the display part. | |
| ColorButton (QWidget *parent=0) | |
| Constructor. | |
| void | setColor (const QColor &c) |
| Set the color of the display part. | |
Private Slots | |
| void | pickColor () |
Private Member Functions | |
| void | updateColor () |
Private Attributes | |
| QColor | d_color |
| ColorButton::ColorButton | ( | QWidget * | parent = 0 |
) |
Constructor.
| QColor ColorButton::color | ( | ) | [inline] |
Get the color of the display part.
| void ColorButton::colorChanged | ( | ) | [signal] |
| void ColorButton::pickColor | ( | ) | [private, slot] |
| void ColorButton::setColor | ( | const QColor & | c | ) |
Set the color of the display part.
| void ColorButton::updateColor | ( | ) | [private] |
QColor ColorButton::d_color [private] |
1.5.4