
Public Slots | |
| void | setRgb (QRgb rgb) |
Signals | |
| void | newCol (QRgb rgb) |
Public Member Functions | |
| QColorShower (QWidget *parent, const char *name=0) | |
| void | setHsv (int h, int s, int v) |
| int | currentAlpha () const |
| void | setCurrentAlpha (int a) |
| void | showAlpha (bool b) |
| QRgb | currentColor () const |
Private Slots | |
| void | rgbEd () |
| void | hsvEd () |
Private Member Functions | |
| void | showCurrentColor () |
Private Attributes | |
| int | hue |
| int | sat |
| int | val |
| QRgb | curCol |
| QColNumLineEdit * | hEd |
| QColNumLineEdit * | sEd |
| QColNumLineEdit * | vEd |
| QColNumLineEdit * | rEd |
| QColNumLineEdit * | gEd |
| QColNumLineEdit * | bEd |
| QColNumLineEdit * | alphaEd |
| QLabel * | alphaLab |
| QColorShowLabel * | lab |
| bool | rgbOriginal |
|
||||||||||||
|
Definition at line 1144 of file qcolordialog.cpp. References alphaEd, alphaLab, bEd, curCol, gEd, hEd, hsvEd(), l, lab, newCol(), rEd, rgbEd(), sEd, setRgb(), tr, and vEd. |
|
|
Definition at line 1003 of file qcolordialog.cpp. References alphaEd, and QColNumLineEdit::val(). Referenced by OColorDialogPrivate::currentAlpha(), and QColorDialogPrivate::currentAlpha(). |
|
|
Definition at line 1008 of file qcolordialog.cpp. References curCol. Referenced by QColorDialogPrivate::addCustom(), OColorDialogPrivate::currentColor(), QColorDialogPrivate::currentColor(), hsvEd(), rgbEd(), setHsv(), setRgb(), and showCurrentColor(). |
|
|
Definition at line 1240 of file qcolordialog.cpp. References bEd, curCol, currentColor(), FALSE, gEd, hEd, hue, newCol(), rEd, rgbOriginal, sat, sEd, QColNumLineEdit::setNum(), showCurrentColor(), val, QColNumLineEdit::val(), and vEd. Referenced by QColorShower(). |
|
|
Referenced by hsvEd(), QColorShower(), and rgbEd(). |
|
|
Definition at line 1226 of file qcolordialog.cpp. References bEd, curCol, currentColor(), gEd, hEd, hue, newCol(), rEd, rgb2hsv(), rgbOriginal, sat, sEd, QColNumLineEdit::setNum(), showCurrentColor(), TRUE, val, QColNumLineEdit::val(), and vEd. Referenced by QColorShower(). |
|
|
Definition at line 1004 of file qcolordialog.cpp. References alphaEd, and QColNumLineEdit::setNum(). Referenced by OColorDialogPrivate::setCurrentAlpha(), and QColorDialogPrivate::setCurrentAlpha(). |
|
||||||||||||||||
|
Definition at line 1275 of file qcolordialog.cpp. References bEd, curCol, currentColor(), FALSE, gEd, hEd, hue, rEd, rgbOriginal, sat, sEd, QColNumLineEdit::setNum(), showCurrentColor(), val, and vEd. Referenced by OColorDialogPrivate::newHsv(), and QColorDialogPrivate::newHsv(). |
|
|
Definition at line 1257 of file qcolordialog.cpp. References bEd, curCol, currentColor(), gEd, hEd, hue, rEd, rgb2hsv(), rgbOriginal, sat, sEd, QColNumLineEdit::setNum(), showCurrentColor(), TRUE, val, and vEd. Referenced by QColorShower(), OColorDialogPrivate::setCurrentColor(), and QColorDialogPrivate::setCurrentColor(). |
|
|
Definition at line 1073 of file qcolordialog.cpp. References alphaEd, and alphaLab. Referenced by OColorDialogPrivate::showAlpha(), and QColorDialogPrivate::showAlpha(). |
|
|
Definition at line 1220 of file qcolordialog.cpp. References currentColor(), FALSE, lab, and QColorShowLabel::setColor(). |
|
|
Definition at line 1028 of file qcolordialog.cpp. Referenced by currentAlpha(), QColorShower(), setCurrentAlpha(), and showAlpha(). |
|
|
Definition at line 1029 of file qcolordialog.cpp. Referenced by QColorShower(), and showAlpha(). |
|
|
Definition at line 1027 of file qcolordialog.cpp. Referenced by hsvEd(), QColorShower(), rgbEd(), setHsv(), and setRgb(). |
|
|
Definition at line 1021 of file qcolordialog.cpp. Referenced by currentColor(), hsvEd(), QColorShower(), rgbEd(), setHsv(), and setRgb(). |
|
|
Definition at line 1026 of file qcolordialog.cpp. Referenced by hsvEd(), QColorShower(), rgbEd(), setHsv(), and setRgb(). |
|
|
Definition at line 1022 of file qcolordialog.cpp. Referenced by hsvEd(), QColorShower(), rgbEd(), setHsv(), and setRgb(). |
|
|
Definition at line 1020 of file qcolordialog.cpp. |
|
|
Definition at line 1030 of file qcolordialog.cpp. Referenced by QColorShower(), and showCurrentColor(). |
|
|
Definition at line 1025 of file qcolordialog.cpp. Referenced by hsvEd(), QColorShower(), rgbEd(), setHsv(), and setRgb(). |
|
|
Definition at line 1031 of file qcolordialog.cpp. |
|
|
Definition at line 1020 of file qcolordialog.cpp. |
|
|
Definition at line 1023 of file qcolordialog.cpp. Referenced by hsvEd(), QColorShower(), rgbEd(), setHsv(), and setRgb(). |
|
|
Definition at line 1020 of file qcolordialog.cpp. |
|
|
Definition at line 1024 of file qcolordialog.cpp. Referenced by hsvEd(), QColorShower(), rgbEd(), setHsv(), and setRgb(). |
1.4.2