mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Make plotZoomed a RiuQwtPlotWidget signal and not just in a couple of sub classes
This commit is contained in:
parent
a723d0d1fa
commit
3202a5f85d
@ -61,9 +61,6 @@ public:
|
|||||||
void setLegendFontSize( int fontSize );
|
void setLegendFontSize( int fontSize );
|
||||||
void setInternalQwtLegendVisible( bool visible );
|
void setInternalQwtLegendVisible( bool visible );
|
||||||
|
|
||||||
signals:
|
|
||||||
void plotZoomed();
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void contextMenuEvent( QContextMenuEvent* ) override;
|
void contextMenuEvent( QContextMenuEvent* ) override;
|
||||||
|
|
||||||
|
@ -143,6 +143,7 @@ signals:
|
|||||||
void plotItemSelected( QwtPlotItem* plotItem, bool toggleSelection, int sampleIndex );
|
void plotItemSelected( QwtPlotItem* plotItem, bool toggleSelection, int sampleIndex );
|
||||||
void onKeyPressEvent( QKeyEvent* event );
|
void onKeyPressEvent( QKeyEvent* event );
|
||||||
void onWheelEvent( QWheelEvent* event );
|
void onWheelEvent( QWheelEvent* event );
|
||||||
|
void plotZoomed();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
bool eventFilter( QObject* watched, QEvent* event ) override;
|
bool eventFilter( QObject* watched, QEvent* event ) override;
|
||||||
|
@ -54,9 +54,6 @@ public:
|
|||||||
void useTimeBasedTimeAxis();
|
void useTimeBasedTimeAxis();
|
||||||
void setAxisIsLogarithmic( QwtPlot::Axis axis, bool logarithmic );
|
void setAxisIsLogarithmic( QwtPlot::Axis axis, bool logarithmic );
|
||||||
|
|
||||||
signals:
|
|
||||||
void plotZoomed();
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void contextMenuEvent( QContextMenuEvent* ) override;
|
void contextMenuEvent( QContextMenuEvent* ) override;
|
||||||
void setDefaults();
|
void setDefaults();
|
||||||
|
Loading…
Reference in New Issue
Block a user