mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Introduce RimGridPlotWindow and RiuQwtPlotWidget
This commit is contained in:
@@ -16,9 +16,8 @@ public:
|
||||
|
||||
bool eventFilter( QObject*, QEvent* ) override;
|
||||
|
||||
Q_SIGNALS:
|
||||
void clicked( int axis, double value );
|
||||
static double axisValueAtPosition( const QwtScaleWidget*, const QPoint& );
|
||||
|
||||
private:
|
||||
void mouseClicked( const QwtScaleWidget*, const QPoint& );
|
||||
Q_SIGNALS:
|
||||
void mouseClicked( QwtScaleWidget*, const QPoint& );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user