Signals | |
| void | colorDropped (QRgb) |
Public Member Functions | |
| QColorShowLabel (QWidget *parent) | |
| void | setColor (QColor c) |
Protected Member Functions | |
| void | drawContents (QPainter *p) |
| void | mousePressEvent (QMouseEvent *e) |
| void | mouseMoveEvent (QMouseEvent *e) |
| void | mouseReleaseEvent (QMouseEvent *e) |
| void | dragEnterEvent (QDragEnterEvent *e) |
| void | dragLeaveEvent (QDragLeaveEvent *e) |
| void | dropEvent (QDropEvent *e) |
Private Attributes | |
| QColor | col |
| bool | mousePressed |
| QPoint | pressPos |
|
|
Definition at line 1039 of file qcolordialog.cpp. References FALSE, mousePressed, and TRUE. |
|
|
Referenced by dropEvent(). |
|
|
Definition at line 1112 of file qcolordialog.cpp. |
|
|
Definition at line 1120 of file qcolordialog.cpp. |
|
|
Definition at line 1068 of file qcolordialog.cpp. References col. |
|
|
Definition at line 1124 of file qcolordialog.cpp. References col, colorDropped(), and FALSE. |
|
|
Definition at line 1090 of file qcolordialog.cpp. |
|
|
Definition at line 1084 of file qcolordialog.cpp. References mousePressed, pressPos, and TRUE. |
|
|
Definition at line 1137 of file qcolordialog.cpp. References FALSE, and mousePressed. |
|
|
Definition at line 1045 of file qcolordialog.cpp. References col. Referenced by QColorShower::showCurrentColor(). |
|
|
Definition at line 1062 of file qcolordialog.cpp. Referenced by drawContents(), dropEvent(), mouseMoveEvent(), and setColor(). |
|
|
Definition at line 1063 of file qcolordialog.cpp. Referenced by mouseMoveEvent(), mousePressEvent(), mouseReleaseEvent(), and QColorShowLabel(). |
|
|
Definition at line 1064 of file qcolordialog.cpp. Referenced by mouseMoveEvent(), and mousePressEvent(). |
1.4.2