lib
KoIconChooser Class Reference
List of all members.Detailed Description
Definition at line 62 of file koIconChooser.h.
Signals | |
| void | selected (KoIconItem *item) |
Public Member Functions | |
| KoIconChooser (QSize iconSize, QWidget *parent=0L, const char *name=0L, bool sort=false) | |
| virtual | ~KoIconChooser () |
| bool | autoDelete () const |
| void | setAutoDelete (bool b) |
| void | addItem (KoIconItem *item) |
| bool | removeItem (KoIconItem *item) |
| void | clear () |
| KoIconItem * | currentItem () |
| void | setCurrentItem (KoIconItem *item) |
| void | setDragEnabled (bool allow) |
| bool | dragEnabled () const |
| KoIconItem * | itemAt (int row, int col) |
| KoIconItem * | itemAt (int index) |
Protected Member Functions | |
| void | keyPressEvent (QKeyEvent *e) |
| void | mousePressEvent (QMouseEvent *e) |
| void | mouseReleaseEvent (QMouseEvent *e) |
| void | mouseMoveEvent (QMouseEvent *e) |
| void | resizeEvent (QResizeEvent *e) |
| void | paintCell (QPainter *p, int row, int col) |
| virtual void | startDrag () |
The documentation for this class was generated from the following files:

