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

Method axisScaleDraw

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

! \brief Return the scale draw of a specified axis \param axisId Axis \return Specified scaleDraw for axis, or NULL if axis is invalid. */

Source from the content-addressed store, hash-verified

296 \return Specified scaleDraw for axis, or NULL if axis is invalid.
297 */
298const QwtScaleDraw* QwtPlot::axisScaleDraw( QwtAxisId axisId ) const
299{
300 if ( !isAxisValid( axisId ) )
301 return NULL;
302
303 return axisWidget( axisId )->scaleDraw();
304}
305
306/*!
307 \brief Return the scale draw of a specified axis

Callers 1

qwtScalePenWidthFunction · 0.80

Calls 1

scaleDrawMethod · 0.45

Tested by

no test coverage detected