#include <items.h>
Inheritance diagram for Items:
Public Member Functions | |
Items (QWidget *parent=0, const char *name=0) | |
void | keyPressEvent (QKeyEvent *e) |
QSize | sizeHint () const |
Private Slots | |
void | repaintGroup (QIconViewItem *pseudoSelection) |
void | clearPseudoSelection () |
Private Attributes | |
Item * | currentPseudoSelection |
|
Definition at line 19 of file items.cpp. References clearPseudoSelection(), currentPseudoSelection, Items(), and repaintGroup(). Referenced by Items().
|
|
Definition at line 78 of file items.cpp. References currentPseudoSelection, and Item::setMousedOver(). Referenced by Items(), and repaintGroup().
|
|
Definition at line 34 of file items.cpp. References keyPressEvent(). Referenced by keyPressEvent().
|
|
Definition at line 67 of file items.cpp. References clearPseudoSelection(), currentPseudoSelection, repaintGroup(), and Item::setMousedOver(). Referenced by Items(), and repaintGroup().
|
|
Definition at line 51 of file items.cpp.
|
|
Definition at line 38 of file items.h. Referenced by clearPseudoSelection(), Items(), and repaintGroup(). |