MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / clipAxisRect

Method clipAxisRect

3rdparty/qcustomplot/qcustomplot.cpp:12954–12957  ·  view source on GitHub ↗

can't make this a header inline function, because QPointer breaks with forward declared types, see QTBUG-29588 */

Source from the content-addressed store, hash-verified

12952
12953/* can't make this a header inline function, because QPointer breaks with forward declared types, see QTBUG-29588 */
12954QCPAxisRect *QCPAbstractItem::clipAxisRect() const
12955{
12956 return mClipAxisRect.data();
12957}
12958
12959/*!
12960 Sets whether the item shall be clipped to an axis rect or whether it shall be visible on the

Callers 1

itemsMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected