AlbumShaper
1.0a3
|
#include <items.h>
Public Member Functions | |
Items (QWidget *parent=0, const char *name=0) | |
void | keyPressEvent (QKeyEvent *e) |
QSize | sizeHint () const |
Private Slots | |
void | repaintGroup (Q3IconViewItem *pseudoSelection) |
void | clearPseudoSelection () |
Private Attributes | |
Item * | currentPseudoSelection |
Items::Items | ( | QWidget * | parent = 0 , |
const char * | name = 0 |
||
) |
Definition at line 22 of file items.cpp.
References clearPseudoSelection(), currentPseudoSelection, and repaintGroup().
|
privateslot |
Definition at line 81 of file items.cpp.
References currentPseudoSelection, and Item::setMousedOver().
Referenced by Items(), and repaintGroup().
|
privateslot |
Definition at line 70 of file items.cpp.
References clearPseudoSelection(), currentPseudoSelection, and Item::setMousedOver().
Referenced by Items().
|
private |
Definition at line 40 of file items.h.
Referenced by clearPseudoSelection(), Items(), and repaintGroup().