org.kde.koala
public class KColorCells extends QGridView
UNKNOWN: A table of editable color cells.
| Constructor Summary | |
|---|---|
| protected | KColorCells(Class dummy) |
| KColorCells(QWidget parent, int rows, int cols) | |
| Method Summary | |
|---|---|
| String | className() |
| QColor | color(int indx) |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | dragEnterEvent(QDragEnterEvent arg1) |
| protected void | dropEvent(QDropEvent arg1) |
| protected void | finalize() Deletes the wrapped C++ instance |
| int | getSelected() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QMetaObject | metaObject() |
| protected void | mouseDoubleClickEvent(QMouseEvent arg1) |
| protected void | mouseMoveEvent(QMouseEvent arg1) |
| protected void | mousePressEvent(QMouseEvent arg1) |
| protected void | mouseReleaseEvent(QMouseEvent arg1) |
| int | numCells() |
| void | paintCell(QPainter painter, int row, int col) |
| protected int | posToCell(QPoint pos, boolean ignoreBorders) |
| protected int | posToCell(QPoint pos) |
| protected void | resizeEvent(QResizeEvent arg1) |
| void | setAcceptDrags(boolean _acceptDrags) |
| void | setColor(int colNum, QColor col) |
| void | setShading(boolean _shade) |