MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / contains

Method contains

3rdparty/qcustomplot/qcustomplot.cpp:2339–2342  ·  view source on GitHub ↗

! Returns whether all data points of \a other are also contained inside this data range. \see intersects */

Source from the content-addressed store, hash-verified

2337 \see intersects
2338*/
2339bool QCPDataRange::contains(const QCPDataRange &other) const
2340{
2341 return mBegin <= other.mBegin && mEnd >= other.mEnd;
2342}
2343
2344
2345

Callers 15

addChildMethod · 0.45
foreachFunction · 0.45
selectTestMethod · 0.45
getSectionSizesMethod · 0.45
setTimeFormatMethod · 0.45
setNumberFormatMethod · 0.45
getPartAtMethod · 0.45
mousePressEventMethod · 0.45
wheelEventMethod · 0.45
getMaxTickLabelSizeMethod · 0.45
drawShapeMethod · 0.45
selectEventMethod · 0.45

Calls 3

isEmptyMethod · 0.45
sizeMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected