diff options
| author | Rafael Fernández López <[email protected]> | 2007-06-25 20:21:35 +0000 |
|---|---|---|
| committer | Rafael Fernández López <[email protected]> | 2007-06-25 20:21:35 +0000 |
| commit | 0abbaf9e11d166da461bb33bc6abeb5ddfb5fa2c (patch) | |
| tree | ee78f857ef4340644902bc14cddc0f9c2032025d /src/klistview_p.h | |
| parent | ad3beec4b22f5e119879b2f312ba7180d99a4bf6 (diff) | |
Draw dragged items. Better conditions (more accurate to our behavior, hey ! we have columnview too...)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=680283
Diffstat (limited to 'src/klistview_p.h')
| -rw-r--r-- | src/klistview_p.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/klistview_p.h b/src/klistview_p.h index 4a0a53f9b..d8f12a512 100644 --- a/src/klistview_p.h +++ b/src/klistview_p.h @@ -98,6 +98,11 @@ public: */ void updateScrollbars(); + /** + * This method will draw dragged items + */ + void drawDraggedItems(QPainter *painter); + // Attributes @@ -113,6 +118,7 @@ public: // Behavior data bool mouseButtonPressed; + bool isDragging; QModelIndex hovered; QPoint initialPressPosition; QPoint mousePosition; |
