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

Method axisScaleEngine

3rdparty/qwt/src/qwt_plot_axis.cpp:190–196  ·  view source on GitHub ↗

! \param axisId Axis \return Scale engine for a specific axis */

Source from the content-addressed store, hash-verified

188 \return Scale engine for a specific axis
189 */
190QwtScaleEngine* QwtPlot::axisScaleEngine( QwtAxisId axisId )
191{
192 if ( isAxisValid( axisId ) )
193 return m_scaleData->axisData( axisId ).scaleEngine;
194 else
195 return NULL;
196}
197
198/*!
199 \param axisId Axis

Callers 2

buildCanvasMapsMethod · 0.80
PlotWidgetBaseMethod · 0.80

Calls 1

axisDataMethod · 0.80

Tested by

no test coverage detected