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

Method at

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

Source from the content-addressed store, hash-verified

2649 const_iterator findBegin(double sortKey, bool expandedRange=true) const;
2650 const_iterator findEnd(double sortKey, bool expandedRange=true) const;
2651 const_iterator at(int index) const { return constBegin()+qBound(0, index, size()); }
2652 QCPRange keyRange(bool &foundRange, QCP::SignDomain signDomain=QCP::sdBoth);
2653 QCPRange valueRange(bool &foundRange, QCP::SignDomain signDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange());
2654 QCPDataRange dataRange() const { return QCPDataRange(0, size()); }

Callers 15

operator==Method · 0.45
qcustomplot.cppFile · 0.45
dataRangeMethod · 0.45
simplifyMethod · 0.45
containsMethod · 0.45
inverseMethod · 0.45
clearMethod · 0.45
elementsMethod · 0.45
getSectionSizesMethod · 0.45
foreachFunction · 0.45
elementMethod · 0.45
hasElementMethod · 0.45

Calls 1

sizeFunction · 0.85

Tested by 15

testAddOneRowMethod · 0.36
testAddRowsMethod · 0.36
testInsertRowsMethod · 0.36
testWriteAppendModeMethod · 0.36
testWriteWithHeaderMethod · 0.36
testWriteWithFooterMethod · 0.36