Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
869:6c08e99ca0f3 | 871:2857e6352b06 |
---|---|
57 virtual void mouseDoubleClickEvent(QMouseEvent *e); | 57 virtual void mouseDoubleClickEvent(QMouseEvent *e); |
58 virtual void enterEvent(QEvent *); | 58 virtual void enterEvent(QEvent *); |
59 virtual void leaveEvent(QEvent *); | 59 virtual void leaveEvent(QEvent *); |
60 virtual bool shouldLabelSelections() const { return false; } | 60 virtual bool shouldLabelSelections() const { return false; } |
61 | 61 |
62 QColor getFillWithin() const; | |
63 QColor getFillWithout() const; | |
64 | |
62 QPoint m_clickPos; | 65 QPoint m_clickPos; |
63 QPoint m_mousePos; | 66 QPoint m_mousePos; |
64 bool m_clickedInRange; | 67 bool m_clickedInRange; |
65 int m_dragCentreFrame; | 68 int m_dragCentreFrame; |
66 QTime m_modelTestTime; | 69 QTime m_modelTestTime; |