Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Audio4Linux/JDSP4Linux
/ dataRangeCount
Function
dataRangeCount
3rdparty/qcustomplot/qcustomplot.h:1010–1010 ·
view source on GitHub ↗
getters:
Source
from the content-addressed store, hash-verified
1008
1009
// getters:
1010
int dataRangeCount() const { return mDataRanges.size(); }
1011
int dataPointCount() const;
1012
QCPDataRange dataRange(int index=0) const;
1013
QList<QCPDataRange> dataRanges() const { return mDataRanges; }
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected