Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/KDChart
/ appendPoint
Method
appendPoint
examples/Plotter/BigDataset/Model.cpp:88–91 ·
view source on GitHub ↗
slot
Source
from the content-addressed store, hash-verified
86
87
// slot
88
void Model::appendPoint()
89
{
90
appendPoints(1);
91
}
92
93
void Model::appendPoints(int numPoints)
94
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected