Discussion:
Mouse event
Vincent Le Saux
2014-01-04 14:37:24 UTC
Permalink
Hi all,

I've got a simple problem. I need to catch one signal emitted by a plot
object (for exemple a ImagePlot object) whan the axis changes. I already
know how to catch the signal emitted by this plot when I dynamically zoom
or dezoom using the right button of the mouse or when I hold the wheel
button (the signal is called SIG_PLOT_AXIS_CHANGED). I need to catch to
signal emitted when the wheel button of the mouse is quickly pressed. This
press just do an autoscale of the axis so that all the image can be seen in
the best way possible. Strangely, the SIG_PLOT_AXIS_CHANGED signal is not
emitted in that case. As an action is performed, something must be emitted
;-) and I would like to know what (I did not find which signal when I
looked at the source code).

Any ideas?

Thanks!

Cheers,

Vincent
--
You received this message because you are subscribed to the Google Groups "guidata/guiqwt" group.
To unsubscribe from this group and stop receiving emails from it, send an email to guidata_guiqwt+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Loading...