MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / setInsetPlacement

Method setInsetPlacement

qcustomplot.cpp:4922–4928  ·  view source on GitHub ↗

! Sets the inset placement type of the element with the specified \a index to \a placement. \see InsetPlacement */

Source from the content-addressed store, hash-verified

4920 \see InsetPlacement
4921*/
4922void QCPLayoutInset::setInsetPlacement(int index, QCPLayoutInset::InsetPlacement placement)
4923{
4924 if (elementAt(index))
4925 mInsetPlacement[index] = placement;
4926 else
4927 qDebug() << Q_FUNC_INFO << "Invalid element index:" << index;
4928}
4929
4930/*!
4931 If the inset placement (\ref setInsetPlacement) is \ref ipBorderAligned, this function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected