diff options
| author | Amandeep Singh <[email protected]> | 2012-09-22 23:48:54 +0530 |
|---|---|---|
| committer | Amandeep Singh <[email protected]> | 2012-09-22 23:49:15 +0530 |
| commit | 1b5b731621ea79cff04f745890693ebe060515cc (patch) | |
| tree | 0c1affff815043ddffa3151e90e36fe83fc19442 /src/kitemviews/kitemlistview.h | |
| parent | f1b822d926316d739ec10d8b05917b6b0c2d92b5 (diff) | |
| parent | 990c7d260ffdca52496d05b88b763ab4566b8c0a (diff) | |
Merge branch for accessibility
Diffstat (limited to 'src/kitemviews/kitemlistview.h')
| -rw-r--r-- | src/kitemviews/kitemlistview.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/kitemviews/kitemlistview.h b/src/kitemviews/kitemlistview.h index 5723b9aaa..2c30c6f43 100644 --- a/src/kitemviews/kitemlistview.h +++ b/src/kitemviews/kitemlistview.h @@ -275,6 +275,11 @@ public: */ virtual void paint(QPainter* painter, const QStyleOptionGraphicsItem* option, QWidget* widget = 0); + /** + * @return The Layouter for the view + */ + KItemListViewLayouter* layouter() const; + signals: void scrollOrientationChanged(Qt::Orientation current, Qt::Orientation previous); void scrollOffsetChanged(qreal current, qreal previous); |
