MCPcopy 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
88void Model::appendPoint()
89{
90 appendPoints(1);
91}
92
93void Model::appendPoints(int numPoints)
94{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected