|
|
A table of editable color cells.
| KColorCells ( QWidget *parent, int rows, int cols )
| KColorCells |
| ~KColorCells ()
| ~KColorCells |
| void setColor ( int colNum, const QColor &col )
| setColor |
| QColor color ( int indx )
| color |
[const]
| int numCells ()
| numCells |
[const]
| void setShading (bool _shade)
| setShading |
| void setAcceptDrags (bool _acceptDrags)
| setAcceptDrags |
| int getSelected ()
| getSelected |
[const]
| void colorSelected ( int col )
| colorSelected |
[signal]
| void colorDoubleClicked ( int col )
| colorDoubleClicked |
[signal]
| void paintCell ( QPainter *painter, int row, int col )
| paintCell |
[protected virtual]
| void resizeEvent ( QResizeEvent * )
| resizeEvent |
[protected virtual]
| void mouseReleaseEvent ( QMouseEvent * )
| mouseReleaseEvent |
[protected virtual]
| void mousePressEvent ( QMouseEvent * )
| mousePressEvent |
[protected virtual]
| void mouseMoveEvent ( QMouseEvent * )
| mouseMoveEvent |
[protected virtual]
| void dragEnterEvent ( QDragEnterEvent *)
| dragEnterEvent |
[protected virtual]
| void dropEvent ( QDropEvent *)
| dropEvent |
[protected virtual]
| void mouseDoubleClickEvent ( QMouseEvent * )
| mouseDoubleClickEvent |
[protected virtual]
| int posToCell (const QPoint &pos, bool ignoreBorders=false)
| posToCell |
[protected]
| QColor * colors | colors |
[protected]
| bool inMouse | inMouse |
[protected]
| QPoint mPos | mPos |
[protected]
| int selected | selected |
[protected]
| bool shade | shade |
[protected]
| bool acceptDrags | acceptDrags |
[protected]
| void virtual_hook ( int id, void* data )
| virtual_hook |
[protected virtual]