Mercurial > hg > svgui
diff view/Overview.h @ 976:f2c63ec85901 alignment-simple
Branch to test simple FFT model code
| author | Chris Cannam |
|---|---|
| date | Mon, 15 Jun 2015 09:15:55 +0100 |
| parents | 73b0dc7d6ec1 |
| children | bc2cb82050a0 |
line wrap: on
line diff
--- a/view/Overview.h Mon Apr 20 09:19:52 2015 +0100 +++ b/view/Overview.h Mon Jun 15 09:15:55 2015 +0100 @@ -49,6 +49,8 @@ virtual void viewZoomLevelChanged(View *, int, bool); virtual void viewManagerPlaybackFrameChanged(sv_frame_t); + virtual void setBoxColour(QColor); + protected: virtual void paintEvent(QPaintEvent *e); virtual void mousePressEvent(QMouseEvent *e); @@ -67,6 +69,7 @@ bool m_clickedInRange; sv_frame_t m_dragCentreFrame; QTime m_modelTestTime; + QColor m_boxColour; typedef std::set<View *> ViewSet; ViewSet m_views;
