
Public Member Functions | |
| OColorDialogPrivate (OColorDialog *p) | |
| QRgb | currentColor () const |
| void | setCurrentColor (const QRgb &rgb) |
| int | currentAlpha () const |
| void | setCurrentAlpha (int a) |
| void | showAlpha (bool b) |
Private Slots | |
| void | newHsv (int h, int s, int v) |
| void | newColorTypedIn (QRgb rgb) |
Private Attributes | |
| QColorPicker * | cp |
| QColorLuminancePicker * | lp |
| QColorShower * | cs |
|
|
Definition at line 660 of file colordialog.cpp. References cp, cs, lp, newColorTypedIn(), and newHsv(). |
|
|
Definition at line 623 of file colordialog.cpp. References cs, and QColorShower::currentAlpha(). Referenced by OColorDialog::selectedAlpha(). |
|
|
Definition at line 620 of file colordialog.cpp. References cs, and QColorShower::currentColor(). Referenced by OColorDialog::color(). |
|
|
Definition at line 652 of file colordialog.cpp. References cp, lp, rgb2hsv(), QColorLuminancePicker::setCol(), and QColorPicker::setCol(). Referenced by OColorDialogPrivate(), and setCurrentColor(). |
|
||||||||||||||||
|
Definition at line 637 of file colordialog.cpp. References cp, cs, lp, QColorLuminancePicker::setCol(), QColorPicker::setCol(), and QColorShower::setHsv(). Referenced by OColorDialogPrivate(). |
|
|
Definition at line 624 of file colordialog.cpp. References cs, and QColorShower::setCurrentAlpha(). Referenced by OColorDialog::setSelectedAlpha(). |
|
|
Definition at line 645 of file colordialog.cpp. References cs, newColorTypedIn(), and QColorShower::setRgb(). Referenced by OColorDialog::setColor(). |
|
|
Definition at line 625 of file colordialog.cpp. References cs, and QColorShower::showAlpha(). Referenced by OColorDialog::setSelectedAlpha(). |
|
|
Definition at line 631 of file colordialog.cpp. Referenced by newColorTypedIn(), newHsv(), and OColorDialogPrivate(). |
|
|
Definition at line 633 of file colordialog.cpp. Referenced by currentAlpha(), currentColor(), newHsv(), OColorDialogPrivate(), setCurrentAlpha(), setCurrentColor(), and showAlpha(). |
|
|
Definition at line 632 of file colordialog.cpp. Referenced by newColorTypedIn(), newHsv(), and OColorDialogPrivate(). |
1.4.2