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

Function isEmpty

3rdparty/qcustomplot/qcustomplot.h:972–972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

970 // non-property methods:
971 bool isValid() const { return (mEnd >= mBegin) && (mBegin >= 0); }
972 bool isEmpty() const { return length() == 0; }
973 QCPDataRange bounded(const QCPDataRange &other) const;
974 QCPDataRange expanded(const QCPDataRange &other) const;
975 QCPDataRange intersection(const QCPDataRange &other) const;

Callers 14

qcustomplot.cppFile · 0.85
spanMethod · 0.85
enforceTypeMethod · 0.85
inverseMethod · 0.85
createAlphaMethod · 0.85
addMethod · 0.85
removeMethod · 0.85
findBeginMethod · 0.85
findEndMethod · 0.85
keyRangeMethod · 0.85
valueRangeMethod · 0.85
isEmptyMethod · 0.85

Calls 2

lengthFunction · 0.85
isEmptyMethod · 0.45

Tested by

no test coverage detected