mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Adjustments for RC2
* Add dependency to Svg * Renaming * Remove special handling of bright colored curves For some ensemble cases, the curve highlight does not work well. A prototype for ensemble curve highlight was introduced, but this was not working for a collection of standalone summary curves. * Set version to RC_02
This commit is contained in:
@@ -215,14 +215,14 @@ private:
|
||||
void highlightPlotAxes( QwtAxisId axisIdX, QwtAxisId axisIdY );
|
||||
void highlightPlotItemsForQwtAxis( QwtAxisId axisId );
|
||||
void highlightPlotItems( const std::set<const QwtPlotItem*>& closestItems );
|
||||
void resetPlotItemHighlighting( bool refreshCurveOrder = true );
|
||||
void resetPlotItemHighlighting( bool doUpdateCurveOrder = true );
|
||||
void resetPlotAxisHighlighting();
|
||||
void onAxisSelected( QwtScaleWidget* scale, bool toggleItemInSelection );
|
||||
void recalculateAxisExtents( RiuPlotAxis axis );
|
||||
|
||||
static int highlightItemWidthAdjustment();
|
||||
|
||||
void restoreCurveOrder();
|
||||
void updateCurveOrder();
|
||||
|
||||
private:
|
||||
struct CurveProperties
|
||||
|
||||
Reference in New Issue
Block a user