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

Method autoReplot

3rdparty/qwt/src/qwt_plot.cpp:319–322  ·  view source on GitHub ↗

! \return true if the autoReplot option is set. \sa setAutoReplot() */

Source from the content-addressed store, hash-verified

317 \sa setAutoReplot()
318 */
319bool QwtPlot::autoReplot() const
320{
321 return m_data->autoReplot;
322}
323
324/*!
325 Change the plot's title

Callers 9

rescaleMethod · 0.45
updateScalesMethod · 0.45
rescaleMethod · 0.45
rescaleMethod · 0.45
unzoomMethod · 0.45
movePlotMethod · 0.45
moveCanvasMethod · 0.45
moveCanvasMethod · 0.45
rescaleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected