It is probably enough to implement:
virtual void AnalogPlotData
::setRectOfInterest( const QRectF &rect
) {
// rect is the visible area in scale coordinates - the scales the corresponding curve is attached to.
...
}
virtual void AnalogPlotData::setRectOfInterest( const QRectF &rect )
{
// rect is the visible area in scale coordinates - the scales the corresponding curve is attached to.
...
}
To copy to clipboard, switch view to plain text mode
In Qwt 6.0 it gets called automatically when using Qwt from SVN trunk only when the QwtPlotItem::ScaleInterest flag is set.
HTH,
Uwe
PS: internally QwtSyntheticPointData uses this hook too
Bookmarks