Mercurial > hg > svgui
comparison view/View.cpp @ 607:5b72899d692b
Give a dedicated key to toggling the centre line, and move it out of the overlay level setting -- reducing number of overlay levels to 3. Introduce two distinct vertical scale types (so that we can hide the spectrogram colour scale part easily)
author | Chris Cannam |
---|---|
date | Mon, 30 Jan 2012 16:01:59 +0000 |
parents | 4806715f7a19 |
children | c3593bb2de6b |
comparison
equal
deleted
inserted
replaced
606:fbab21439115 | 607:5b72899d692b |
---|---|
671 connect(m_manager, SIGNAL(selectionChanged()), | 671 connect(m_manager, SIGNAL(selectionChanged()), |
672 this, SLOT(selectionChanged())); | 672 this, SLOT(selectionChanged())); |
673 connect(m_manager, SIGNAL(inProgressSelectionChanged()), | 673 connect(m_manager, SIGNAL(inProgressSelectionChanged()), |
674 this, SLOT(selectionChanged())); | 674 this, SLOT(selectionChanged())); |
675 connect(m_manager, SIGNAL(overlayModeChanged()), | 675 connect(m_manager, SIGNAL(overlayModeChanged()), |
676 this, SLOT(overlayModeChanged())); | |
677 connect(m_manager, SIGNAL(showCentreLineChanged()), | |
676 this, SLOT(overlayModeChanged())); | 678 this, SLOT(overlayModeChanged())); |
677 connect(m_manager, SIGNAL(zoomWheelsEnabledChanged()), | 679 connect(m_manager, SIGNAL(zoomWheelsEnabledChanged()), |
678 this, SLOT(zoomWheelsEnabledChanged())); | 680 this, SLOT(zoomWheelsEnabledChanged())); |
679 | 681 |
680 connect(this, SIGNAL(centreFrameChanged(unsigned long, bool, | 682 connect(this, SIGNAL(centreFrameChanged(unsigned long, bool, |