![]() |
NorMIT-nav
18.04
An IGT application
|
#include <cxColorSelectButton.h>
Public Member Functions | |
| SelectColorSettingButton (QString caption, QString id, QString help) | |
| void | storeColor (QColor color) |
Public Member Functions inherited from cx::ColorSelectButton | |
| ColorSelectButton (QString caption, QColor color=Qt::white, QWidget *parent=NULL) | |
| void | setColor (QColor color) |
Additional Inherited Members | |
Signals inherited from cx::ColorSelectButton | |
| void | colorChanged (QColor) |
Helper class for setting a color in settings()
Definition at line 48 of file cxColorSelectButton.h.
| cx::SelectColorSettingButton::SelectColorSettingButton | ( | QString | caption, |
| QString | id, | ||
| QString | help | ||
| ) |
Definition at line 50 of file cxColorSelectButton.cpp.
| void cx::SelectColorSettingButton::storeColor | ( | QColor | color | ) |
Definition at line 61 of file cxColorSelectButton.cpp.