|
Hierarchical Edge Bundle 1.0
|
#include <ColorChooser.h>
Signals | |
| void | currentIndexChanged (int index) |
Public Member Functions | |
| ColorChooser (QWidget *parent=0) | |
| ~ColorChooser (void) | |
| QColor | color () const |
| void | setColor (QColor c) |
Properties | |
| QColor | color |
This class creates the UI element for selecting a color
| ColorChooser::ColorChooser | ( | QWidget * | parent = 0 | ) |
Standardconstructor which creates the widget
| ColorChooser::~ColorChooser | ( | void | ) |
Standarddeconstructor
| QColor ColorChooser::color | ( | ) | const |
THis method returns the color
| void ColorChooser::currentIndexChanged | ( | int | index | ) | [signal] |
This signal is called, if the selected color is changed.
| void ColorChooser::setColor | ( | QColor | c | ) |
THis method sets the color
| [QColor] | c color. |
QColor ColorChooser::color [read, write] |
1.7.4