Mercurial > hg > svgui
diff view/Overview.h @ 871:2857e6352b06 tonioni
Make overview area easier to see
author | Chris Cannam |
---|---|
date | Mon, 10 Nov 2014 15:59:09 +0000 |
parents | 4c8ca536b54f |
children | 26da827e8fb5 |
line wrap: on
line diff
--- a/view/Overview.h Mon Nov 10 09:20:06 2014 +0000 +++ b/view/Overview.h Mon Nov 10 15:59:09 2014 +0000 @@ -59,6 +59,9 @@ virtual void leaveEvent(QEvent *); virtual bool shouldLabelSelections() const { return false; } + QColor getFillWithin() const; + QColor getFillWithout() const; + QPoint m_clickPos; QPoint m_mousePos; bool m_clickedInRange;