#8794 Multi Axes: Highlight relevant axes

This commit is contained in:
Kristian Bendiksen
2022-05-23 10:10:54 +02:00
parent 05ce13b533
commit 039ec05ab8
2 changed files with 61 additions and 0 deletions

View File

@@ -208,9 +208,11 @@ private:
static int defaultMinimumWidth();
void replot() override;
void highlightPlotAxes( QwtAxisId axisIdX, QwtAxisId axisIdY );
void highlightPlotItemsForQwtAxis( QwtAxisId axisId );
void highlightPlotItems( const std::set<const QwtPlotItem*>& closestItems );
void resetPlotItemHighlighting();
void resetPlotAxisHighlighting();
void onAxisSelected( QwtScaleWidget* scale, bool toggleItemInSelection );
void recalculateAxisExtents( RiuPlotAxis axis );