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

Method isAxisValid

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

! Checks if an axis is valid \param axisId axis \return \c true if the specified axis exists, otherwise \c false \note This method is equivalent to QwtAxis::isValid( axisId ) and simply checks if axisId is one of the values of QwtAxis::Position. It is a placeholder for future releases, where it will be possible to have a customizable number of axes ( multia

Source from the content-addressed store, hash-verified

130 of axes ( multiaxes branch ) at each side.
131 */
132bool QwtPlot::isAxisValid( QwtAxisId axisId ) const
133{
134 return QwtAxis::isValid( axisId );
135}
136
137/*!
138 \return Scale widget of the specified axis, or NULL if axisId is invalid.

Callers 2

intervalMethod · 0.80
closestPointMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected