mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
RiuQwtPlotWidget: fix actions on selection of axis.
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
|
||||
#include "RimPlotWindow.h"
|
||||
|
||||
#include "RiuPlotAxis.h"
|
||||
|
||||
#include "cafAppEnum.h"
|
||||
#include "cafPdmChildArrayField.h"
|
||||
#include "cafPdmField.h"
|
||||
@@ -119,7 +121,7 @@ protected:
|
||||
virtual void handleWheelEvent( QWheelEvent* event );
|
||||
|
||||
private slots:
|
||||
virtual void onAxisSelected( int axis, bool toggle );
|
||||
virtual void onAxisSelected( RiuPlotAxis axis, bool toggle );
|
||||
virtual void onPlotItemSelected( std::shared_ptr<RiuPlotItem> selectedItem, bool toggleItem, int sampleIndex );
|
||||
void onPlotSelected( bool toggle );
|
||||
void onViewerDestroyed();
|
||||
|
||||
Reference in New Issue
Block a user