

Public Member Functions | |
| QColorWell (QWidget *parent, int r, int c, QRgb *vals) | |
| QSizePolicy | sizePolicy () const |
Protected Member Functions | |
| void | drawContents (QPainter *, int row, int col, const QRect &) |
| 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 | dragMoveEvent (QDragMoveEvent *e) |
| void | dropEvent (QDropEvent *e) |
Private Attributes | |
| QRgb * | values |
| bool | mousePressed |
| QPoint | pressPos |
| QPoint | oldCurrent |
|
||||||||||||||||||||
|
Definition at line 574 of file qcolordialog.cpp. References QWellArray::setDimension(). |
|
|
Definition at line 643 of file qcolordialog.cpp. |
|
|
Definition at line 652 of file qcolordialog.cpp. |
|
|
Definition at line 658 of file qcolordialog.cpp. References QWellArray::setCurrent(). |
|
|
Pass-through to QTableView::drawContents() to avoid hiding. Reimplemented from QWellArray. Definition at line 581 of file qcolordialog.cpp. References QWellArray::drawContents(). |
|
||||||||||||||||||||
|
Reimplement this function to change the contents of the well array. Reimplemented from QWellArray. Definition at line 605 of file qcolordialog.cpp. References i, QWellArray::numRows(), and values. |
|
|
Definition at line 667 of file qcolordialog.cpp. References col, FALSE, i, QWellArray::numRows(), and values. |
|
|
Reimplemented from QWellArray. Definition at line 619 of file qcolordialog.cpp. References col, FALSE, i, QWellArray::mouseMoveEvent(), mousePressed, QWellArray::numRows(), oldCurrent, p, pix, pressPos, QWellArray::setCurrent(), and values. |
|
|
Reimplemented from QWellArray. Definition at line 611 of file qcolordialog.cpp. References mousePressed, QWellArray::mousePressEvent(), oldCurrent, pressPos, QWellArray::selectedColumn(), QWellArray::selectedRow(), and TRUE. |
|
|
Reimplemented from QWellArray. Definition at line 683 of file qcolordialog.cpp. References FALSE, mousePressed, and QWellArray::mouseReleaseEvent(). |
|
|
Definition at line 600 of file qcolordialog.cpp. |
|
|
Definition at line 594 of file qcolordialog.cpp. Referenced by mouseMoveEvent(), mousePressEvent(), and mouseReleaseEvent(). |
|
|
Definition at line 596 of file qcolordialog.cpp. Referenced by mouseMoveEvent(), and mousePressEvent(). |
|
|
Definition at line 595 of file qcolordialog.cpp. Referenced by mouseMoveEvent(), and mousePressEvent(). |
|
|
Definition at line 593 of file qcolordialog.cpp. Referenced by drawContents(), dropEvent(), and mouseMoveEvent(). |
1.4.2