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

Method xEnabled

3rdparty/qwt/src/qwt_plot_grid.cpp:385–388  ·  view source on GitHub ↗

! \return true if vertical grid lines are enabled \sa enableX() */

Source from the content-addressed store, hash-verified

383 \sa enableX()
384 */
385bool QwtPlotGrid::xEnabled() const
386{
387 return m_data->xEnabled;
388}
389
390/*!
391 \return true if minor vertical grid lines are enabled

Callers 1

gridVisibleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected