#include <item.h>
Inheritance diagram for Item:
Public Member Functions | |
Item (QIconView *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 |
|
Definition at line 21 of file item.cpp. References Item(), and mousedOver. Referenced by Item().
|
|
Definition at line 31 of file item.h. References paintFocus(). Referenced by paintFocus().
|
|
Definition at line 26 of file item.cpp. References height, mousedOver, and paintItem(). Referenced by paintItem().
|
|
Definition at line 60 of file item.cpp. References mousedOver, and setMousedOver(). Referenced by Items::clearPseudoSelection(), Items::repaintGroup(), and setMousedOver().
|
|
Definition at line 63 of file item.cpp. References height, setTextWidth(), and topLeft. Referenced by setTextWidth().
|
|
Definition at line 35 of file item.h. Referenced by Item(), paintItem(), and setMousedOver(). |