
Public Member Functions | |
| QColorDialogPrivate (QColorDialog *p) | |
| QRgb | currentColor () const |
| void | setCurrentColor (QRgb rgb) |
| int | currentAlpha () const |
| void | setCurrentAlpha (int a) |
| void | showAlpha (bool b) |
Private Slots | |
| void | addCustom () |
| void | newHsv (int h, int s, int v) |
| void | newColorTypedIn (QRgb rgb) |
| void | newCustom (int, int) |
| void | newStandard (int, int) |
Private Attributes | |
| QColorPicker * | cp |
| QColorLuminancePicker * | lp |
| QWellArray * | custom |
| QWellArray * | standard |
| QColorShower * | cs |
| int | nextCust |
| bool | compact |
|
|
Definition at line 1360 of file qcolordialog.cpp. References addCustom(), compact, cp, cs, cusrgb, custom, FALSE, initRGB(), lab, lp, newColorTypedIn(), newCustom(), newHsv(), newStandard(), nextCust, pHeight, pWidth, qApp, QWellArray::setCellSize(), standard, stdrgb, tr, and TRUE. |
|
|
Definition at line 1464 of file qcolordialog.cpp. References cs, QColorShower::currentColor(), cusrgb, custom, FALSE, and nextCust. Referenced by QColorDialogPrivate(). |
|
|
Definition at line 1301 of file qcolordialog.cpp. References cs, and QColorShower::currentAlpha(). Referenced by QColorDialog::selectedAlpha(). |
|
|
Definition at line 1298 of file qcolordialog.cpp. References cs, and QColorShower::currentColor(). Referenced by QColorDialog::color(). |
|
|
Definition at line 1338 of file qcolordialog.cpp. References cp, lp, rgb2hsv(), s, QColorLuminancePicker::setCol(), QColorPicker::setCol(), and v. Referenced by QColorDialogPrivate(), and setCurrentColor(). |
|
||||||||||||
|
Definition at line 1346 of file qcolordialog.cpp. References cusrgb, i, nextCust, setCurrentColor(), QWellArray::setSelected(), and standard. Referenced by QColorDialogPrivate(). |
|
||||||||||||||||
|
Definition at line 1323 of file qcolordialog.cpp. References cp, cs, lp, QColorLuminancePicker::setCol(), QColorPicker::setCol(), and QColorShower::setHsv(). Referenced by QColorDialogPrivate(). |
|
||||||||||||
|
Definition at line 1354 of file qcolordialog.cpp. References custom, setCurrentColor(), QWellArray::setSelected(), and stdrgb. Referenced by QColorDialogPrivate(). |
|
|
Definition at line 1302 of file qcolordialog.cpp. References cs, and QColorShower::setCurrentAlpha(). Referenced by QColorDialog::setSelectedAlpha(). |
|
|
Definition at line 1331 of file qcolordialog.cpp. References cs, newColorTypedIn(), and QColorShower::setRgb(). Referenced by newCustom(), newStandard(), and QColorDialog::setColor(). |
|
|
Definition at line 1303 of file qcolordialog.cpp. References cs, and QColorShower::showAlpha(). Referenced by QColorDialog::setSelectedAlpha(). |
|
|
Definition at line 1319 of file qcolordialog.cpp. Referenced by QColorDialogPrivate(). |
|
|
Definition at line 1313 of file qcolordialog.cpp. Referenced by newColorTypedIn(), newHsv(), and QColorDialogPrivate(). |
|
|
Definition at line 1317 of file qcolordialog.cpp. Referenced by addCustom(), currentAlpha(), currentColor(), newHsv(), QColorDialogPrivate(), setCurrentAlpha(), setCurrentColor(), and showAlpha(). |
|
|
Definition at line 1315 of file qcolordialog.cpp. Referenced by addCustom(), newStandard(), and QColorDialogPrivate(). |
|
|
Definition at line 1314 of file qcolordialog.cpp. Referenced by newColorTypedIn(), newHsv(), and QColorDialogPrivate(). |
|
|
Definition at line 1318 of file qcolordialog.cpp. Referenced by addCustom(), newCustom(), and QColorDialogPrivate(). |
|
|
Definition at line 1316 of file qcolordialog.cpp. Referenced by newCustom(), and QColorDialogPrivate(). |
1.4.2