diff options
| author | Peter Penz <[email protected]> | 2011-08-20 22:52:45 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-08-20 22:53:19 +0200 |
| commit | 4aedb0767490989ea00251a39b8d76f1b51a4303 (patch) | |
| tree | b96787050883dbc210d3e019f3bb5c9111eb9d51 /src/kitemviews/kitemlistcontroller.h | |
| parent | afcb8cd53c31ef16685f9b6fed15abada14a3d8c (diff) | |
Select items when using the rubberband
Diffstat (limited to 'src/kitemviews/kitemlistcontroller.h')
| -rw-r--r-- | src/kitemviews/kitemlistcontroller.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/kitemviews/kitemlistcontroller.h b/src/kitemviews/kitemlistcontroller.h index c4406a972..49442c643 100644 --- a/src/kitemviews/kitemlistcontroller.h +++ b/src/kitemviews/kitemlistcontroller.h @@ -28,7 +28,6 @@ #include <QObject> class KItemModelBase; -class KItemListRubberBandManager; class KItemListSelectionManager; class KItemListView; class QGraphicsSceneHoverEvent; @@ -123,6 +122,12 @@ signals: private slots: void slotViewOffsetChanged(qreal current, qreal previous); + /** + * Is invoked when the rubberband boundaries have been changed and will select + * all items that are touched by the rubberband. + */ + void slotRubberBandChanged(); + private: SelectionBehavior m_selectionBehavior; KItemModelBase* m_model; |
