|
AlbumShaper 1.0a3
|
#include <item.h>


Public Member Functions | |
| Item (Q3IconView *parent, QPixmap icon, QString text) | |
| void | paintItem (QPainter *p, const QColorGroup &cg) |
| void | paintFocus (QPainter *, const QColorGroup &) |
| void | setMousedOver (bool val) |
| void | setTextWidth (int w) |
Private Attributes | |
| bool | mousedOver |
| Item::Item | ( | Q3IconView * | parent, |
| QPixmap | icon, | ||
| QString | text ) |
Definition at line 21 of file item.cpp.
References mousedOver.
|
inline |
| void Item::paintItem | ( | QPainter * | p, |
| const QColorGroup & | cg ) |
Definition at line 26 of file item.cpp.
References height, and mousedOver.
| void Item::setMousedOver | ( | bool | val | ) |
Definition at line 60 of file item.cpp.
References mousedOver.
Referenced by Items::clearPseudoSelection(), and Items::repaintGroup().
| void Item::setTextWidth | ( | int | w | ) |
Definition at line 63 of file item.cpp.
|
private |
Definition at line 37 of file item.h.
Referenced by Item(), paintItem(), and setMousedOver().