MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / interval

Method interval

3rdparty/qwt/src/qwt_plot_spectrogram.cpp:432–438  ·  view source on GitHub ↗

! \return Bounding interval for an axis The default implementation returns the interval of the associated raster data object. \param axis X, Y, or Z axis \sa QwtRasterData::interval() */

Source from the content-addressed store, hash-verified

430 \sa QwtRasterData::interval()
431 */
432QwtInterval QwtPlotSpectrogram::interval(Qt::Axis axis) const
433{
434 if ( m_data->data == NULL )
435 return QwtInterval();
436
437 return m_data->data->interval( axis );
438}
439
440/*!
441 \brief Pixel hint

Callers 3

contourPenMethod · 0.45
renderImageMethod · 0.45
renderTileMethod · 0.45

Calls 1

QwtIntervalClass · 0.70

Tested by

no test coverage detected