Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CieNTi/serial_port_plotter
/ dataRangeCount
Function
dataRangeCount
qcustomplot/qcustomplot.h:954–954 ·
view source on GitHub ↗
getters:
Source
from the content-addressed store, hash-verified
952
953
// getters:
954
int dataRangeCount() const { return mDataRanges.size(); }
955
int dataPointCount() const;
956
QCPDataRange dataRange(int index=0) const;
957
QList<QCPDataRange> dataRanges() const { return mDataRanges; }
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected