┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/klistview_p.h
diff options
context:
space:
mode:
authorRafael Fernández López <[email protected]>2007-06-25 20:21:35 +0000
committerRafael Fernández López <[email protected]>2007-06-25 20:21:35 +0000
commit0abbaf9e11d166da461bb33bc6abeb5ddfb5fa2c (patch)
treeee78f857ef4340644902bc14cddc0f9c2032025d /src/klistview_p.h
parentad3beec4b22f5e119879b2f312ba7180d99a4bf6 (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.h6
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;